pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-uritemplate



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun  4 14:20:50 UTC 2025

Modified Files:
        pkgsrc/textproc/py-uritemplate: Makefile PLIST distinfo

Log Message:
py-uritemplate: updated to 4.2.0

4.2.0 - 2025-06-01

- Drop support for Python 3.8
- Fix bug where already url-encoded values were further escaped and
  encoded (See https://github.com/python-hyper/uritemplate/issues/99)
- Refactor ``uritemplate/variable.py`` to enable fixing the
  aforementioned bug.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-uritemplate/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-uritemplate/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-uritemplate/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-uritemplate/Makefile
diff -u pkgsrc/textproc/py-uritemplate/Makefile:1.8 pkgsrc/textproc/py-uritemplate/Makefile:1.9
--- pkgsrc/textproc/py-uritemplate/Makefile:1.8 Tue Apr 22 20:45:04 2025
+++ pkgsrc/textproc/py-uritemplate/Makefile     Wed Jun  4 14:20:50 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2025/04/22 20:45:04 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/06/04 14:20:50 adam Exp $
 
-DISTNAME=      uritemplate-4.1.1
+DISTNAME=      uritemplate-4.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    textproc www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uritemplate/}
 

Index: pkgsrc/textproc/py-uritemplate/PLIST
diff -u pkgsrc/textproc/py-uritemplate/PLIST:1.4 pkgsrc/textproc/py-uritemplate/PLIST:1.5
--- pkgsrc/textproc/py-uritemplate/PLIST:1.4    Tue Apr 22 20:45:04 2025
+++ pkgsrc/textproc/py-uritemplate/PLIST        Wed Jun  4 14:20:50 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/04/22 20:45:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/06/04 14:20:50 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -13,6 +13,7 @@ ${PYSITELIB}/uritemplate/api.pyo
 ${PYSITELIB}/uritemplate/orderedset.py
 ${PYSITELIB}/uritemplate/orderedset.pyc
 ${PYSITELIB}/uritemplate/orderedset.pyo
+${PYSITELIB}/uritemplate/py.typed
 ${PYSITELIB}/uritemplate/template.py
 ${PYSITELIB}/uritemplate/template.pyc
 ${PYSITELIB}/uritemplate/template.pyo

Index: pkgsrc/textproc/py-uritemplate/distinfo
diff -u pkgsrc/textproc/py-uritemplate/distinfo:1.7 pkgsrc/textproc/py-uritemplate/distinfo:1.8
--- pkgsrc/textproc/py-uritemplate/distinfo:1.7 Mon Nov  1 19:41:46 2021
+++ pkgsrc/textproc/py-uritemplate/distinfo     Wed Jun  4 14:20:50 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/11/01 19:41:46 wiz Exp $
+$NetBSD: distinfo,v 1.8 2025/06/04 14:20:50 adam Exp $
 
-BLAKE2s (uritemplate-4.1.1.tar.gz) = 9785f0fdbbb95961dacba8ef99a1f64cfc236625c678c3d0a5ffad7975292068
-SHA512 (uritemplate-4.1.1.tar.gz) = 7682c7dcd9c8d4428b047e3adbc283b78f755face4d8dd1b0cd11df9583bd0435543640ba79229d436aeecad2b5b29684befdccc84ba71f72769ee130cb6576a
-Size (uritemplate-4.1.1.tar.gz) = 273898 bytes
+BLAKE2s (uritemplate-4.2.0.tar.gz) = 97ba8588bb3106277194d9a8e9c658faae2b8cff4a8edd42481ff8f99025ff5a
+SHA512 (uritemplate-4.2.0.tar.gz) = 1c0bda6238f651aca6126ad2e34db4af62b81666a22171f4082293804976b654cc83506d3209cc09866e682a29f8223301c62c8db420f12c38af4a23b9a1d4fe
+Size (uritemplate-4.2.0.tar.gz) = 33267 bytes



Home | Main Index | Thread Index | Old Index