pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-fixtures



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Aug  6 04:45:13 UTC 2025

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

Log Message:
py-fixtures: updated to 4.2.6

4.2.6
* Add typing support with py.typed marker for PEP 561 compliance.
* Drop support for Python 3.8 (EOL).
* Format code with ruff.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-fixtures/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-fixtures/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-fixtures/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-fixtures/Makefile
diff -u pkgsrc/devel/py-fixtures/Makefile:1.17 pkgsrc/devel/py-fixtures/Makefile:1.18
--- pkgsrc/devel/py-fixtures/Makefile:1.17      Mon Apr 21 05:56:52 2025
+++ pkgsrc/devel/py-fixtures/Makefile   Wed Aug  6 04:45:13 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2025/04/21 05:56:52 adam Exp $
+# $NetBSD: Makefile,v 1.18 2025/08/06 04:45:13 adam Exp $
 
-DISTNAME=      fixtures-4.2.5
+DISTNAME=      fixtures-4.2.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fixtures/}

Index: pkgsrc/devel/py-fixtures/PLIST
diff -u pkgsrc/devel/py-fixtures/PLIST:1.3 pkgsrc/devel/py-fixtures/PLIST:1.4
--- pkgsrc/devel/py-fixtures/PLIST:1.3  Wed Feb 12 16:25:48 2025
+++ pkgsrc/devel/py-fixtures/PLIST      Wed Aug  6 04:45:13 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/02/12 16:25:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/08/06 04:45:13 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -58,6 +58,7 @@ ${PYSITELIB}/fixtures/callmany.pyo
 ${PYSITELIB}/fixtures/fixture.py
 ${PYSITELIB}/fixtures/fixture.pyc
 ${PYSITELIB}/fixtures/fixture.pyo
+${PYSITELIB}/fixtures/py.typed
 ${PYSITELIB}/fixtures/testcase.py
 ${PYSITELIB}/fixtures/testcase.pyc
 ${PYSITELIB}/fixtures/testcase.pyo

Index: pkgsrc/devel/py-fixtures/distinfo
diff -u pkgsrc/devel/py-fixtures/distinfo:1.8 pkgsrc/devel/py-fixtures/distinfo:1.9
--- pkgsrc/devel/py-fixtures/distinfo:1.8       Mon Apr 21 05:56:52 2025
+++ pkgsrc/devel/py-fixtures/distinfo   Wed Aug  6 04:45:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/04/21 05:56:52 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/08/06 04:45:13 adam Exp $
 
-BLAKE2s (fixtures-4.2.5.tar.gz) = c6892261af856e14bbbb498551012a487c52eaff6193d70db0d8f871a9c6d175
-SHA512 (fixtures-4.2.5.tar.gz) = 43b1d6216e7feff925d4906d1247c7c6a95cf9221be2323d0b9898a94c44095f657d6adeceeebcccea0b65caee96569127905effb07ac04712d780714512c57c
-Size (fixtures-4.2.5.tar.gz) = 48191 bytes
+BLAKE2s (fixtures-4.2.6.tar.gz) = 851b2e8341083bbe4c695aa61f452d4c7ddc0d9860b6fcdced030795f80e9382
+SHA512 (fixtures-4.2.6.tar.gz) = 58c0dec249071f7ff6dc8063ad52a54b43a518d01758b3979b62393f2d58ff39fc58e20b1324eb1f8518cb4b155859777c6d7570c09551ef2baee4167cd7ac6d
+Size (fixtures-4.2.6.tar.gz) = 46938 bytes



Home | Main Index | Thread Index | Old Index