Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-sortedcontainers py-sortedcontainers: updated...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bac532a2b7c
branches:  trunk
changeset: 433858:8bac532a2b7c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 08 06:55:20 2020 +0000

description:
py-sortedcontainers: updated to 2.2.2

2.2.2:
Add “small slice” optimization to SortedList.__getitem__.
Silence warning when testing SortedList.iloc.

2.2.1:
Fix a warning regarding classifiers in setup.py.

2.2.0:
Change SortedDict to avoid cycles for CPython reference counting.

diffstat:

 devel/py-sortedcontainers/Makefile |   4 ++--
 devel/py-sortedcontainers/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r af79cf113e80 -r 8bac532a2b7c devel/py-sortedcontainers/Makefile
--- a/devel/py-sortedcontainers/Makefile        Sun Jun 07 23:11:29 2020 +0000
+++ b/devel/py-sortedcontainers/Makefile        Mon Jun 08 06:55:20 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/11/28 14:40:49 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/06/08 06:55:20 adam Exp $
 
-DISTNAME=      sortedcontainers-2.1.0
+DISTNAME=      sortedcontainers-2.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sortedcontainers/}
diff -r af79cf113e80 -r 8bac532a2b7c devel/py-sortedcontainers/distinfo
--- a/devel/py-sortedcontainers/distinfo        Sun Jun 07 23:11:29 2020 +0000
+++ b/devel/py-sortedcontainers/distinfo        Mon Jun 08 06:55:20 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/11/28 14:40:49 adam Exp $
+$NetBSD: distinfo,v 1.6 2020/06/08 06:55:20 adam Exp $
 
-SHA1 (sortedcontainers-2.1.0.tar.gz) = b6f04bb63db9376d8fed9a60ac3f9e329f2fff0b
-RMD160 (sortedcontainers-2.1.0.tar.gz) = a2aa7ff8604a0a81ea71e5decb479bcc1e370b22
-SHA512 (sortedcontainers-2.1.0.tar.gz) = 6fe2b6e7d030b67aa990d62160079852feaee7828164eae03a6477dc1704863f6ed0daadb44dc919653c66996d51f833b5858351a8fd5ad28998f8010a8ca1a4
-Size (sortedcontainers-2.1.0.tar.gz) = 29810 bytes
+SHA1 (sortedcontainers-2.2.2.tar.gz) = a4f162561c3c5e49e8dde55a393afa0adf5954b2
+RMD160 (sortedcontainers-2.2.2.tar.gz) = 9306fc2391fd46b676054e4fc1661b124632ef8f
+SHA512 (sortedcontainers-2.2.2.tar.gz) = 4a7da8d76111b56bda432b211c11ef48ac8af25ddf7fd961cf72628c18f878a6c2a22e272e108f3e5ad88a333b8f646b54c8dd11c9c642349c9da001140abd16
+Size (sortedcontainers-2.2.2.tar.gz) = 30353 bytes


Home | Main Index | Thread Index | Old Index