pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-partd: Update to 1.4.2
Module Name: pkgsrc-wip
Committed By: Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Mon Sep 16 05:02:00 2024 -0700
Changeset: 9ef9658404556971a3bc7e59431c6798f756c0a4
Modified Files:
py-partd/Makefile
py-partd/distinfo
Removed Files:
py-partd/patches/patch-setup.py
Log Message:
py-partd: Update to 1.4.2
* Build system updates
* Conform to newer pandas semantics
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9ef9658404556971a3bc7e59431c6798f756c0a4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-partd/Makefile | 2 +-
py-partd/distinfo | 7 +++----
py-partd/patches/patch-setup.py | 17 -----------------
3 files changed, 4 insertions(+), 22 deletions(-)
diffs:
diff --git a/py-partd/Makefile b/py-partd/Makefile
index 14b9894b8e..3aaec300a0 100644
--- a/py-partd/Makefile
+++ b/py-partd/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= partd-1.4.1
+DISTNAME= partd-1.4.2
PKGREVISION=1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases
diff --git a/py-partd/distinfo b/py-partd/distinfo
index 84b2b0261c..a9dfecfe32 100644
--- a/py-partd/distinfo
+++ b/py-partd/distinfo
@@ -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
index cefaba1cb0..0000000000
--- a/py-partd/patches/patch-setup.py
+++ /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',
Home |
Main Index |
Thread Index |
Old Index