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:           Mon Mar 30 15:30:13 UTC 2026

Modified Files:
        pkgsrc/audio/py-discid: Makefile distinfo

Log Message:
py-discid: updated to 1.4.0

Changes in 1.4.0 (2026-03-30):
* Added type hints to the public API for better IDE support and type checking.
* Added :attr:`Disc.pregap` property.
* Fixed: mutable default arguments in function signatures.
* Accept any ``Sequence[int]`` for ``offsets`` in :func:`put`.
* Removed Python 2 specific code and comments.
* Improved code consistency with ruff formatting and linting.
* Minimum supported Python version is now 3.10 (previously 3.9).
* Enhanced documentation with type hints using sphinx-autodoc-typehints.
* Fixed typos and broken links in documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/py-discid/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/audio/py-discid/Makefile:1.4
--- pkgsrc/audio/py-discid/Makefile:1.3 Sun Jul 27 08:34:04 2025
+++ pkgsrc/audio/py-discid/Makefile     Mon Mar 30 15:30:13 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2025/07/27 08:34:04 adam Exp $
+# $NetBSD: Makefile,v 1.4 2026/03/30 15:30:13 adam Exp $
 
-DISTNAME=      discid-1.3.0
+DISTNAME=      discid-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/discid/}

Index: pkgsrc/audio/py-discid/distinfo
diff -u pkgsrc/audio/py-discid/distinfo:1.2 pkgsrc/audio/py-discid/distinfo:1.3
--- pkgsrc/audio/py-discid/distinfo:1.2 Sun Jul 27 08:34:04 2025
+++ pkgsrc/audio/py-discid/distinfo     Mon Mar 30 15:30:13 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/07/27 08:34:04 adam Exp $
+$NetBSD: distinfo,v 1.3 2026/03/30 15:30:13 adam Exp $
 
-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
+BLAKE2s (discid-1.4.0.tar.gz) = eb5755d6662dcb4ce94ce7fdc3baf0af0733e6017eccd826239d82c87a2cd894
+SHA512 (discid-1.4.0.tar.gz) = 1b43e298ddd1a91bde46394a02df31b5ef64fa6cd8896e35e3df30c7ef2cf24c5123cda4e1248d85ba85f311c90d0b8295c3e4ce1e80ee6ef3f1efec99053d74
+Size (discid-1.4.0.tar.gz) = 36594 bytes



Home | Main Index | Thread Index | Old Index