pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-sortedcontainers
Module Name: pkgsrc
Committed By: adam
Date: Mon May 17 08:06:53 UTC 2021
Modified Files:
pkgsrc/devel/py-sortedcontainers: Makefile distinfo
Log Message:
py-sortedcontainers: updated to 2.4.0
2.4.0
API Changes
Implement SortedDict methods: __or__, __ror__, and __ior__ per PEP 584.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-sortedcontainers/Makefile \
pkgsrc/devel/py-sortedcontainers/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-sortedcontainers/Makefile
diff -u pkgsrc/devel/py-sortedcontainers/Makefile:1.7 pkgsrc/devel/py-sortedcontainers/Makefile:1.8
--- pkgsrc/devel/py-sortedcontainers/Makefile:1.7 Mon Dec 14 14:02:47 2020
+++ pkgsrc/devel/py-sortedcontainers/Makefile Mon May 17 08:06:53 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/12/14 14:02:47 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/05/17 08:06:53 adam Exp $
-DISTNAME= sortedcontainers-2.3.0
+DISTNAME= sortedcontainers-2.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sortedcontainers/}
Index: pkgsrc/devel/py-sortedcontainers/distinfo
diff -u pkgsrc/devel/py-sortedcontainers/distinfo:1.7 pkgsrc/devel/py-sortedcontainers/distinfo:1.8
--- pkgsrc/devel/py-sortedcontainers/distinfo:1.7 Mon Dec 14 14:02:47 2020
+++ pkgsrc/devel/py-sortedcontainers/distinfo Mon May 17 08:06:53 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/12/14 14:02:47 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/05/17 08:06:53 adam Exp $
-SHA1 (sortedcontainers-2.3.0.tar.gz) = 68c81f9065bed49839e40d820c7bdf771a7f8296
-RMD160 (sortedcontainers-2.3.0.tar.gz) = 5e362e64e697664424ab26ce0709db6c07d85ddd
-SHA512 (sortedcontainers-2.3.0.tar.gz) = fc4a7d9c281c17fdeab10d56857914ce321d6d5437a09e29a92973f16bb3e79b2b14a13460ba51c941174c0483e29941843938b91602f97e4a8e1ee01abcce80
-Size (sortedcontainers-2.3.0.tar.gz) = 30509 bytes
+SHA1 (sortedcontainers-2.4.0.tar.gz) = 2eb89d4aac3a41ca340e277e084573eb76f8f0c1
+RMD160 (sortedcontainers-2.4.0.tar.gz) = 763d74abc972b5718193982998c0be9e4a732f63
+SHA512 (sortedcontainers-2.4.0.tar.gz) = 4c01522bc01367a27bb005f16a487c127459f949f3d9fa7094e559993ceb074b3f84dda167f300778f46bdc15669f05866b6117ff6c369ca9a561ae20ab7c53f
+Size (sortedcontainers-2.4.0.tar.gz) = 30594 bytes
Home |
Main Index |
Thread Index |
Old Index