pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/py-discid
Module Name: pkgsrc
Committed By: adam
Date: Sun Jul 27 08:34:04 UTC 2025
Modified Files:
pkgsrc/audio/py-discid: Makefile PLIST distinfo
Log Message:
py-discid: updated to 1.3.0
Changes in 1.3.0 (2025-07-26):
* Modernized, PEP 518 compatible, build system using ``pyproject.toml``.
* Minimum supported Python version is now 3.9.
* :issue:`51` tests requiring a physical disc are not run by default anymore.
Set the environment variable ``DISCID_TESTS_REQUIRE_DISC`` to enable them
or run ``make disccheck``.
* Fixed :func:`put` to work with first track number greater than 1.
* Add :attr:`Disc.cddb_query_string` property.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/py-discid/Makefile \
pkgsrc/audio/py-discid/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/py-discid/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/py-discid/Makefile
diff -u pkgsrc/audio/py-discid/Makefile:1.2 pkgsrc/audio/py-discid/Makefile:1.3
--- pkgsrc/audio/py-discid/Makefile:1.2 Mon Apr 14 06:04:53 2025
+++ pkgsrc/audio/py-discid/Makefile Sun Jul 27 08:34:04 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2025/04/14 06:04:53 adam Exp $
+# $NetBSD: Makefile,v 1.3 2025/07/27 08:34:04 adam Exp $
-DISTNAME= discid-1.2.0
+DISTNAME= discid-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= audio python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/discid/}
Index: pkgsrc/audio/py-discid/PLIST
diff -u pkgsrc/audio/py-discid/PLIST:1.2 pkgsrc/audio/py-discid/PLIST:1.3
--- pkgsrc/audio/py-discid/PLIST:1.2 Mon Apr 14 06:04:53 2025
+++ pkgsrc/audio/py-discid/PLIST Sun Jul 27 08:34:04 2025
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2025/04/14 06:04:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/07/27 08:34:04 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING.LESSER
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/discid/__init__.py
Index: pkgsrc/audio/py-discid/distinfo
diff -u pkgsrc/audio/py-discid/distinfo:1.1 pkgsrc/audio/py-discid/distinfo:1.2
--- pkgsrc/audio/py-discid/distinfo:1.1 Wed Feb 5 08:07:46 2025
+++ pkgsrc/audio/py-discid/distinfo Sun Jul 27 08:34:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/02/05 08:07:46 adam Exp $
+$NetBSD: distinfo,v 1.2 2025/07/27 08:34:04 adam Exp $
-BLAKE2s (discid-1.2.0.tar.gz) = 7a72196964a4131ae19fe91d0aa9e195d6db8758d280fba35883dc2991cf6aea
-SHA512 (discid-1.2.0.tar.gz) = d004b7e4b5416310c8fb21bb9e686b5e5f5651366fb78785e299dcd17aaa99e7c2e115cc1c5175d8fbf853d3f7b8813555be32bf387d7ce82271b5e57bdff0dd
-Size (discid-1.2.0.tar.gz) = 30777 bytes
+BLAKE2s (discid-1.3.0.tar.gz) = 33f1019143f38150741026aecb23df61af9fd3a8708bed7bac95048f1dfb627a
+SHA512 (discid-1.3.0.tar.gz) = e6ffbb91a22d4749d0cacb46d6cfddba984b2aa27abbfa3720f06d3234f9aeec6d99342bcd339af8f874699ca28de2780bba4f4a5b03a688e59aeee80e1237d9
+Size (discid-1.3.0.tar.gz) = 34393 bytes
Home |
Main Index |
Thread Index |
Old Index