pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-cloudpickle: Upgrade to 2.1.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Wed Aug 24 13:26:13 2022 -0700
Changeset:	629cb120afcfb9821568e439bc229e3ef674701b

Modified Files:
	py-cloudpickle/Makefile
	py-cloudpickle/distinfo

Log Message:
py-cloudpickle: Upgrade to 2.1.0

Changes:
2.1.0

    Support for pickling abc.abstractproperty, abc.abstractclassmethod,
    and abc.abstractstaticmethod. (PR #450)
    Support for pickling subclasses of generic classes. (PR #448)
    Support and CI configuration for Python 3.11. (PR #467)
    Support for the experimental nogil variant of CPython
    (PR #470)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=629cb120afcfb9821568e439bc229e3ef674701b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-cloudpickle/Makefile | 2 +-
 py-cloudpickle/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-cloudpickle/Makefile b/py-cloudpickle/Makefile
index 1fc806b2b6..5701cfb2ed 100644
--- a/py-cloudpickle/Makefile
+++ b/py-cloudpickle/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	cloudpickle-2.0.0
+DISTNAME=	cloudpickle-2.1.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PYPI:=c/cloudpickle/}
diff --git a/py-cloudpickle/distinfo b/py-cloudpickle/distinfo
index 6c15b8bcea..ac1e960350 100644
--- a/py-cloudpickle/distinfo
+++ b/py-cloudpickle/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (cloudpickle-2.0.0.tar.gz) = 33658ee1c053033561aa82cdc9f8bbcbcaf4cc9382bd89a965411cb2f5713e54
-SHA512 (cloudpickle-2.0.0.tar.gz) = 4f2c0019a9b6b7ca4c8749b0c2b600ac502450f6fec9c23fe5b9ddece34c77105c86666274e24c6672d405c3e0e800b0a7da055a95ada8fcc060a63214aa9666
-Size (cloudpickle-2.0.0.tar.gz) = 60038 bytes
+BLAKE2s (cloudpickle-2.1.0.tar.gz) = 4d899ee129b4a4af9dab8acb5d167e8773186bf6c2c1a189b03c8e5908c21eab
+SHA512 (cloudpickle-2.1.0.tar.gz) = c38bf1044e18e673a89676c78d2f49422a36f6ccbcd29719aa9adfd157210e38e84befcc44b4b6ffcd60537748fccd3e384ed52aa4e1b939d84d127c302e2bb1
+Size (cloudpickle-2.1.0.tar.gz) = 60093 bytes


Home | Main Index | Thread Index | Old Index