pkgsrc-WIP-changes archive

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

py-partd: Upgrade to 1.3.0



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

Modified Files:
	py-partd/Makefile
	py-partd/PLIST
	py-partd/distinfo

Log Message:
py-partd: Upgrade to 1.3.0

Changes:
* Drop python3.6/3.5 support
* avoid deprecation warnings from pandas

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

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

diffstat:
 py-partd/Makefile | 4 +++-
 py-partd/PLIST    | 3 ---
 py-partd/distinfo | 6 +++---
 3 files changed, 6 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-partd/Makefile b/py-partd/Makefile
index a23a3b1518..7ce840b4d6 100644
--- a/py-partd/Makefile
+++ b/py-partd/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	partd-1.2.0
+DISTNAME=	partd-1.3.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/partd/}
@@ -15,6 +15,8 @@ DEPENDS+=	${PYPKGPREFIX}-toolz>=0.8.2:../../devel/py-toolz
 DEPENDS+=	${PYPKGPREFIX}-locket>=0.2.1:../../wip/py-locket
 DEPENDS+=	${PYPKGPREFIX}-blosc>=0.2.1:../../wip/py-blosc
 DEPENDS+=	${PYPKGPREFIX}-zmq>=0.2.1:../../net/py-zmq
+DEPENDS+=	${PYPKGPREFIX}-numpy>=1.9.0:../../math/py-numpy
+DEPENDS+=	${PYPKGPREFIX}-pandas>=1.3.0:../../math/py-pandas
 
 
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
diff --git a/py-partd/PLIST b/py-partd/PLIST
index 21ebc38979..b60f7c0e40 100644
--- a/py-partd/PLIST
+++ b/py-partd/PLIST
@@ -14,9 +14,6 @@ ${PYSITELIB}/partd/_version.pyo
 ${PYSITELIB}/partd/buffer.py
 ${PYSITELIB}/partd/buffer.pyc
 ${PYSITELIB}/partd/buffer.pyo
-${PYSITELIB}/partd/compatibility.py
-${PYSITELIB}/partd/compatibility.pyc
-${PYSITELIB}/partd/compatibility.pyo
 ${PYSITELIB}/partd/compressed.py
 ${PYSITELIB}/partd/compressed.pyc
 ${PYSITELIB}/partd/compressed.pyo
diff --git a/py-partd/distinfo b/py-partd/distinfo
index 68f168d419..432c0a6c7b 100644
--- a/py-partd/distinfo
+++ b/py-partd/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (partd-1.2.0.tar.gz) = 34f89953f919a683672dadbfa87588af898eb9bdc045e7505f9c83b4d80ebbea
-SHA512 (partd-1.2.0.tar.gz) = dbcf6a73e23aacd6502f0669abcb8e51547f280b1b7b94baa7ab5637cd838f8427ad1c4e39127fb7f8b164f3a83b66611b2c71667d31fe0137619fb6c457fab9
-Size (partd-1.2.0.tar.gz) = 36720 bytes
+BLAKE2s (partd-1.3.0.tar.gz) = b7eb83e63b10eec63dfdb32c2581c610a71e2d717cce49e21eceafe5dabad21b
+SHA512 (partd-1.3.0.tar.gz) = 0ebcccb5dd25d7328bf76e05523b3e40836a92ea867d26aee31e739b7859ca7848da92c6c20824ed1343c1ced2c759361b25ec30f8405e61bd36308613f866c7
+Size (partd-1.3.0.tar.gz) = 36153 bytes


Home | Main Index | Thread Index | Old Index