git: b366a9d57d67 - main - devel/py-recordclass: upgrade to 0.18.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Jan 2023 21:00:56 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b366a9d57d67845fa171733c420ab7a26a1e00da
commit b366a9d57d67845fa171733c420ab7a26a1e00da
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-01-04 20:53:52 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-01-04 21:00:52 +0000
devel/py-recordclass: upgrade to 0.18.1.1
---
devel/py-recordclass/Makefile | 2 +-
devel/py-recordclass/distinfo | 6 +++---
devel/py-recordclass/pkg-descr | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/devel/py-recordclass/Makefile b/devel/py-recordclass/Makefile
index b9c5a7a01cc0..7728a6f6245d 100644
--- a/devel/py-recordclass/Makefile
+++ b/devel/py-recordclass/Makefile
@@ -1,5 +1,5 @@
PORTNAME= recordclass
-PORTVERSION= 0.18.0.1
+PORTVERSION= 0.18.1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-recordclass/distinfo b/devel/py-recordclass/distinfo
index 66aaf2e581c9..4c98d915a50e 100644
--- a/devel/py-recordclass/distinfo
+++ b/devel/py-recordclass/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667732673
-SHA256 (recordclass-0.18.0.1.tar.gz) = f0767a6dc5b38118074ec5afd7596dd04a6cc992894f40eecdf4b587315ce465
-SIZE (recordclass-0.18.0.1.tar.gz) = 1274061
+TIMESTAMP = 1672865461
+SHA256 (recordclass-0.18.1.1.tar.gz) = b0ad89f013798d71e8e480c69b4b59d07f10626c7f7ca33b77cfcca326d1f19f
+SIZE (recordclass-0.18.1.1.tar.gz) = 1275947
diff --git a/devel/py-recordclass/pkg-descr b/devel/py-recordclass/pkg-descr
index f495a01e6c02..e0c812fda896 100644
--- a/devel/py-recordclass/pkg-descr
+++ b/devel/py-recordclass/pkg-descr
@@ -1,4 +1,4 @@
-Recordclass is MIT Licensed python library. It was started as a "proof of
+Recordclass is a MIT Licensed python library. It was started as a "proof of
concept" for the problem of fast "mutable" alternative of namedtuple. It
implements a factory function recordclass (a variant of collection.namedtuple)
in order to create record-like classes with the same API as