git: 80b8bb47eed9 - main - devel/py-recordclass: upgrade to 0.20.1

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Sun, 24 Sep 2023 17:02:28 UTC
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=80b8bb47eed9b9b4b6a6a1d5cf2722ac5546c3b7

commit 80b8bb47eed9b9b4b6a6a1d5cf2722ac5546c3b7
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-09-24 16:59:19 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-09-24 17:01:27 +0000

    devel/py-recordclass: upgrade to 0.20.1
    
    Also change the home page.
---
 devel/py-recordclass/Makefile  | 4 ++--
 devel/py-recordclass/distinfo  | 6 +++---
 devel/py-recordclass/pkg-descr | 2 --
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/devel/py-recordclass/Makefile b/devel/py-recordclass/Makefile
index 9ec9c686fab6..30a620f8f8b8 100644
--- a/devel/py-recordclass/Makefile
+++ b/devel/py-recordclass/Makefile
@@ -1,12 +1,12 @@
 PORTNAME=	recordclass
-PORTVERSION=	0.20
+PORTVERSION=	0.20.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	thierry@FreeBSD.org
 COMMENT=	Mutable variants of tuple and collections.namedtuple
-WWW=		https://pypi.org/project/recordclass/
+WWW=		https://github.com/intellimath/recordclass
 
 LICENSE=	MIT
 
diff --git a/devel/py-recordclass/distinfo b/devel/py-recordclass/distinfo
index 13522a3d2dbf..ff963f1aa887 100644
--- a/devel/py-recordclass/distinfo
+++ b/devel/py-recordclass/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1691314864
-SHA256 (recordclass-0.20.tar.gz) = 3b5f7d0e514ed5a79cced086bba009a2079e0a58bd0b520f513e6fbcceff6c9f
-SIZE (recordclass-0.20.tar.gz) = 1311444
+TIMESTAMP = 1695574255
+SHA256 (recordclass-0.20.1.tar.gz) = 69100733037507e60eccc87f565175faed932a508a8ba57da17e18859d3f1302
+SIZE (recordclass-0.20.1.tar.gz) = 1314898
diff --git a/devel/py-recordclass/pkg-descr b/devel/py-recordclass/pkg-descr
index e0c812fda896..a82986125c96 100644
--- a/devel/py-recordclass/pkg-descr
+++ b/devel/py-recordclass/pkg-descr
@@ -4,5 +4,3 @@ implements a factory function recordclass (a variant of collection.namedtuple)
 in order to create record-like classes with the same API as
 collection.namedtuple. It was evolved further in order to provide more memory
 saving, fast and flexible types.
-
-See also: https://bitbucket.org/intellimath/recordclass/