pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-localserver



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec  3 10:13:54 UTC 2025

Modified Files:
        pkgsrc/devel/py-test-localserver: Makefile PLIST distinfo

Log Message:
py-test-localserver: updated to 0.10.0

0.10.0 (2025-11-24)

Clarify examples in README
Drop Python 3.6 support
Add Python 3.14 support
Add pytest 9 support
Consolidate tests
Remove obsolete driver code in some modules
Remove obsolete PyTest command from setup.py
Switch to PEP-639 compliant license metadata
Update outdated GitHub Action versions
Add a summary GitHub Action job
Update the AUTHORS file


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-test-localserver/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test-localserver/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-test-localserver/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-test-localserver/Makefile
diff -u pkgsrc/devel/py-test-localserver/Makefile:1.15 pkgsrc/devel/py-test-localserver/Makefile:1.16
--- pkgsrc/devel/py-test-localserver/Makefile:1.15      Thu Apr 24 07:02:51 2025
+++ pkgsrc/devel/py-test-localserver/Makefile   Wed Dec  3 10:13:54 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2025/04/24 07:02:51 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/12/03 10:13:54 adam Exp $
 
-DISTNAME=      pytest_localserver-0.9.0
+DISTNAME=      pytest_localserver-0.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-localserver/}
 

Index: pkgsrc/devel/py-test-localserver/PLIST
diff -u pkgsrc/devel/py-test-localserver/PLIST:1.5 pkgsrc/devel/py-test-localserver/PLIST:1.6
--- pkgsrc/devel/py-test-localserver/PLIST:1.5  Thu Apr 24 07:02:51 2025
+++ pkgsrc/devel/py-test-localserver/PLIST      Wed Dec  3 10:13:54 2025
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2025/04/24 07:02:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/12/03 10:13:54 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pytest_localserver/__init__.py

Index: pkgsrc/devel/py-test-localserver/distinfo
diff -u pkgsrc/devel/py-test-localserver/distinfo:1.11 pkgsrc/devel/py-test-localserver/distinfo:1.12
--- pkgsrc/devel/py-test-localserver/distinfo:1.11      Tue Aug 20 13:23:10 2024
+++ pkgsrc/devel/py-test-localserver/distinfo   Wed Dec  3 10:13:54 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/08/20 13:23:10 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/12/03 10:13:54 adam Exp $
 
-BLAKE2s (pytest_localserver-0.9.0.tar.gz) = fa2068dfa6ae0c09fbcf7717628861e7bf71ef0c9278fd5f076e7b9cae24565b
-SHA512 (pytest_localserver-0.9.0.tar.gz) = 15aa2db9d5a9ca841499d455de7002cd2cb6288c165605f44bb88d5ce3e06b9ce02eacd226853734017fe41075e1cfcdd5cd5c422ee240086ef0cf95fc450011
-Size (pytest_localserver-0.9.0.tar.gz) = 30222 bytes
+BLAKE2s (pytest_localserver-0.10.0.tar.gz) = 67674af3ed656d46661c387ad76600fd6c979c8c06c3c3cfd3b1a6b2e1d0e415
+SHA512 (pytest_localserver-0.10.0.tar.gz) = ad0469fca286c83972986ea03aaab35b893d54ebdcbf7a2de278d87d255ccd61a22808e2c4601fafe46869adcd69e7477e71577bf42afc891df29acb4f740be6
+Size (pytest_localserver-0.10.0.tar.gz) = 30796 bytes



Home | Main Index | Thread Index | Old Index