py-partd: Update to 1.4.2
authorMatthew Danielson <matthewd@fastmail.us>
Mon, 16 Sep 2024 12:02:00 +0000 (05:02 -0700)
committerMatthew Danielson <matthewd@fastmail.us>
Mon, 16 Sep 2024 12:15:42 +0000 (05:15 -0700)
* Build system updates
* Conform to newer pandas semantics

py-partd/Makefile
py-partd/distinfo
py-partd/patches/patch-setup.py [deleted file]

index 14b9894b8e1df96d2e770487ddcb890919e38e1f..3aaec300a0ccb4ad0886a6a41ac8757cdb0158b4 100644 (file)
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=      partd-1.4.1
+DISTNAME=      partd-1.4.2
 PKGREVISION=1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases
index 84b2b0261c030ba910d7c64ddcde6fc4420b9e08..a9dfecfe32c052f5c0c4e9d791948919de05bfe8 100644 (file)
@@ -1,6 +1,5 @@
 $NetBSD$
 
-BLAKE2s (partd-1.4.1.tar.gz) = 4ba94699e0ddff732221560baef4ade606fd201bc0d6a930062da954dc6924f1
-SHA512 (partd-1.4.1.tar.gz) = 0bf285a33731d3c000e6c2c1958cda0df21c3a2be31694ac31ce0cc45aa2b31b8631f962c25b9ecac3831474abb5872748bd3348f99e13faadee467a1f164492
-Size (partd-1.4.1.tar.gz) = 36272 bytes
-SHA1 (patch-setup.py) = 7a06bb14a8533e7ccdfb8ebed776c0193e1e8a15
+BLAKE2s (partd-1.4.2.tar.gz) = b0b1f66c483c934f039aea77bfe5f7695c7b134c984a30aa858c632ac1eaa612
+SHA512 (partd-1.4.2.tar.gz) = ae7af568ea5c2c6127ea01bcb2a6703305f126414ecce8c648a14d39fd8dac987f6356011b6a61a1b1441f14a189a098bf9fe35f978a5794959e5da409668d2b
+Size (partd-1.4.2.tar.gz) = 21029 bytes
diff --git a/py-partd/patches/patch-setup.py b/py-partd/patches/patch-setup.py
deleted file mode 100644 (file)
index cefaba1..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD$
-upstream hasn't released a version without versioneer...
---- setup.py.orig      2024-04-04 14:22:31.725709049 +0000
-+++ setup.py
-@@ -2,11 +2,9 @@
-
- from os.path import exists
- from setuptools import setup
--import versioneer
-
- setup(name='partd',
--      version=versioneer.get_version(),
--      cmdclass=versioneer.get_cmdclass(),
-+      version='1.4.1',
-       description='Appendable key-value storage',
-       url='http://github.com/dask/partd/',
-       maintainer='Matthew Rocklin',