pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-xopen



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Oct 21 17:51:45 UTC 2023

Modified Files:
        pkgsrc/devel/py-xopen: Makefile PLIST distinfo

Log Message:
py-xopen: updated to 1.8.0

v1.8.0 (2023-11-03)

xopen now defers to the isal.igzip_threaded module rather than piping to external programs in applicable cases. This makes reading and writing to gzip files using threads more efficient.
Support for Python 3.7 is dropped and support for Python 3.12 is added.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-xopen/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-xopen/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-xopen/distinfo

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-xopen/Makefile
diff -u pkgsrc/devel/py-xopen/Makefile:1.27 pkgsrc/devel/py-xopen/Makefile:1.28
--- pkgsrc/devel/py-xopen/Makefile:1.27 Tue Jun  6 12:41:15 2023
+++ pkgsrc/devel/py-xopen/Makefile      Sat Oct 21 17:51:45 2023
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.27 2023/06/06 12:41:15 riastradh Exp $
+# $NetBSD: Makefile,v 1.28 2023/10/21 17:51:45 adam Exp $
 
-DISTNAME=      xopen-1.7.0
+DISTNAME=      xopen-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xopen/}
 
 MAINTAINER=    bacon%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/marcelm/xopen
+HOMEPAGE=      https://github.com/pycompression/xopen
 COMMENT=       Open compressed files transparently
 LICENSE=       mit
 

Index: pkgsrc/devel/py-xopen/PLIST
diff -u pkgsrc/devel/py-xopen/PLIST:1.6 pkgsrc/devel/py-xopen/PLIST:1.7
--- pkgsrc/devel/py-xopen/PLIST:1.6     Thu Aug 11 06:29:32 2022
+++ pkgsrc/devel/py-xopen/PLIST Sat Oct 21 17:51:45 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/08/11 06:29:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2023/10/21 17:51:45 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -11,4 +11,5 @@ ${PYSITELIB}/xopen/__init__.py
 ${PYSITELIB}/xopen/__init__.pyc
 ${PYSITELIB}/xopen/_version.py
 ${PYSITELIB}/xopen/_version.pyc
+${PYSITELIB}/xopen/_version.pyi
 ${PYSITELIB}/xopen/py.typed

Index: pkgsrc/devel/py-xopen/distinfo
diff -u pkgsrc/devel/py-xopen/distinfo:1.25 pkgsrc/devel/py-xopen/distinfo:1.26
--- pkgsrc/devel/py-xopen/distinfo:1.25 Tue Nov  8 11:36:19 2022
+++ pkgsrc/devel/py-xopen/distinfo      Sat Oct 21 17:51:45 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2022/11/08 11:36:19 adam Exp $
+$NetBSD: distinfo,v 1.26 2023/10/21 17:51:45 adam Exp $
 
-BLAKE2s (xopen-1.7.0.tar.gz) = 7515382aaa31fd80e0c9515ae5e4a08542efaab6b4fa1e128cedf4b14db21407
-SHA512 (xopen-1.7.0.tar.gz) = 6f06b1e51a2dffc9db44f48bfbab2b0f8c9fd7e1db0792a479eb3dbb3cbea939b5f5dc212e83713b9fbf069dfb62f6dc9a0e4ad78f8ffde9888a4fe90d979d1e
-Size (xopen-1.7.0.tar.gz) = 27385 bytes
+BLAKE2s (xopen-1.8.0.tar.gz) = c12ac9e75ab8d7a9496f15bc364cbb54863a7e45dd29089707cc3feb9aaaf191
+SHA512 (xopen-1.8.0.tar.gz) = 0f086570f83927c0fd37ee8e246262a1801cb464db7c456b147a117e3fd1ccfc1d9ed696f26edd3c48621b0c064aaf1f1a2c3ebfa7b39eaeaf1e2a9d9a7c9db7
+Size (xopen-1.8.0.tar.gz) = 28810 bytes



Home | Main Index | Thread Index | Old Index