pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-orderly-set



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr 12 12:10:15 UTC 2025

Modified Files:
        pkgsrc/devel/py-orderly-set: Makefile PLIST distinfo

Log Message:
py-orderly-set: updated to 5.4.0

5.4.0
index() is not compatible with pandas anymore. Instead use indexes when you need to get the indexes for multiple items.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-orderly-set/Makefile \
    pkgsrc/devel/py-orderly-set/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-orderly-set/PLIST

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-orderly-set/Makefile
diff -u pkgsrc/devel/py-orderly-set/Makefile:1.2 pkgsrc/devel/py-orderly-set/Makefile:1.3
--- pkgsrc/devel/py-orderly-set/Makefile:1.2    Tue Feb  4 11:40:06 2025
+++ pkgsrc/devel/py-orderly-set/Makefile        Sat Apr 12 12:10:15 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2025/02/04 11:40:06 adam Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/12 12:10:15 adam Exp $
 
-DISTNAME=      orderly_set-5.3.0
+DISTNAME=      orderly_set-5.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/orderly-set/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/seperman/or
 COMMENT=       Multiple implementations of ordered set
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/devel/py-orderly-set/distinfo
diff -u pkgsrc/devel/py-orderly-set/distinfo:1.2 pkgsrc/devel/py-orderly-set/distinfo:1.3
--- pkgsrc/devel/py-orderly-set/distinfo:1.2    Tue Feb  4 11:40:06 2025
+++ pkgsrc/devel/py-orderly-set/distinfo        Sat Apr 12 12:10:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/02/04 11:40:06 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/04/12 12:10:15 adam Exp $
 
-BLAKE2s (orderly_set-5.3.0.tar.gz) = 03663718fa92537abe5df27671c54feb0c900ee7a4af5b77b78c703944f8733d
-SHA512 (orderly_set-5.3.0.tar.gz) = b7520653bf23c99ab124bde8b9e34f0c9eb14192eb09b2bfc9736b281f1c5d511964849496fe74c8f35d1000ba5857578906dbf47b581007bdfb81c9bd88c81a
-Size (orderly_set-5.3.0.tar.gz) = 20026 bytes
+BLAKE2s (orderly_set-5.4.0.tar.gz) = 927e6f92057abe332547d67c71b1341d999aea11b43338bc2a32139ad09543b9
+SHA512 (orderly_set-5.4.0.tar.gz) = 2de050ffd87919540952a54df8b0f28f1e1ed6b503c4e99b3737119287bf5d10e06d5c4d6a6efae953dd95c16429f277c01fdc08e9a1c4aa75a8939128d7bc50
+Size (orderly_set-5.4.0.tar.gz) = 20934 bytes

Index: pkgsrc/devel/py-orderly-set/PLIST
diff -u pkgsrc/devel/py-orderly-set/PLIST:1.1 pkgsrc/devel/py-orderly-set/PLIST:1.2
--- pkgsrc/devel/py-orderly-set/PLIST:1.1       Mon Jan  6 10:26:41 2025
+++ pkgsrc/devel/py-orderly-set/PLIST   Sat Apr 12 12:10:15 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2025/01/06 10:26:41 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.md
+@comment $NetBSD: PLIST,v 1.2 2025/04/12 12:10:15 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.md
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/orderly_set/__init__.py



Home | Main Index | Thread Index | Old Index