pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/py-last
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jul 27 09:34:50 UTC 2025
Modified Files:
pkgsrc/audio/py-last: Makefile PLIST distinfo
Log Message:
py-last: update to 5.5.0.
5.5.0
Added
Add py.typed and "Typing :: Typed" classifier (#476) @C0rn3j
Changed
Update types and run mypy on GitHub Actions (#478) @hugovk
Fixed
Double read timeout to fix 'The read operation timed out' (#477) @hugovk
5.4.0
Added
Add support for Python 3.14 and PyPy3.11 (#473) @hugovk
Add type hints using autotyping (#463) @hugovk
Changed
Drop support for Python 3.8 (#461) @hugovk
Replace deprecated classifier with licence expression (PEP 639) (#475) @hugovk
Generate __version__ at build to avoid slow importlib.metadata (#460) @hugovk
Remove unnecessary start=0 from range() (#474) @hugovk
Replace pre-commit/action with faster tox-dev/action-pre-commit-uv (#465) @hugovk
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/py-last/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/py-last/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/py-last/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-last/Makefile
diff -u pkgsrc/audio/py-last/Makefile:1.16 pkgsrc/audio/py-last/Makefile:1.17
--- pkgsrc/audio/py-last/Makefile:1.16 Wed Jun 12 15:24:06 2024
+++ pkgsrc/audio/py-last/Makefile Sun Jul 27 09:34:50 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/06/12 15:24:06 adam Exp $
+# $NetBSD: Makefile,v 1.17 2025/07/27 09:34:50 wiz Exp $
-DISTNAME= pylast-5.3.0
+DISTNAME= pylast-5.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= audio python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylast/}
@@ -21,7 +21,5 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/audio/py-last/PLIST
diff -u pkgsrc/audio/py-last/PLIST:1.5 pkgsrc/audio/py-last/PLIST:1.6
--- pkgsrc/audio/py-last/PLIST:1.5 Wed Jun 12 15:22:23 2024
+++ pkgsrc/audio/py-last/PLIST Sun Jul 27 09:34:50 2025
@@ -1,9 +1,12 @@
-@comment $NetBSD: PLIST,v 1.5 2024/06/12 15:22:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/07/27 09:34:50 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
${PYSITELIB}/pylast/__init__.py
${PYSITELIB}/pylast/__init__.pyc
${PYSITELIB}/pylast/__init__.pyo
+${PYSITELIB}/pylast/_version.py
+${PYSITELIB}/pylast/_version.pyc
+${PYSITELIB}/pylast/_version.pyo
+${PYSITELIB}/pylast/py.typed
Index: pkgsrc/audio/py-last/distinfo
diff -u pkgsrc/audio/py-last/distinfo:1.9 pkgsrc/audio/py-last/distinfo:1.10
--- pkgsrc/audio/py-last/distinfo:1.9 Wed Jun 12 15:22:23 2024
+++ pkgsrc/audio/py-last/distinfo Sun Jul 27 09:34:50 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/06/12 15:22:23 adam Exp $
+$NetBSD: distinfo,v 1.10 2025/07/27 09:34:50 wiz Exp $
-BLAKE2s (pylast-5.3.0.tar.gz) = 54cfbd011de8c56c07f204dfa41f318672c83dc822c6dc1cbc429b25d83156a4
-SHA512 (pylast-5.3.0.tar.gz) = b8d015d9d1452a650a6fc05019a145c2c5104c1acd0e296d7a9b536fd91710b4efe3dab2646b4b373ca13278fbdc385a64472829dfd1cf8980a22a5f2314afe9
-Size (pylast-5.3.0.tar.gz) = 41552 bytes
+BLAKE2s (pylast-5.5.0.tar.gz) = dc57a267d126f391eaf377a6a19dd1a2915db817ee66f1ced9e66e19c565a803
+SHA512 (pylast-5.5.0.tar.gz) = c4776bf1f430ab8f819dceadbf3efd79ce61bce4780588cd82f12ff99c2cdb96f08871b14693e81183bafe03afd5dda242eebd083e60cc5d035b5ca0f42cc289
+Size (pylast-5.5.0.tar.gz) = 45569 bytes
Home |
Main Index |
Thread Index |
Old Index