pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-yarl



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct  9 08:23:20 UTC 2024

Modified Files:
        pkgsrc/www/py-yarl: Makefile PLIST distinfo

Log Message:
py-yarl: updated to 1.14.0

1.14.0

Packaging updates and notes for downstreams

- Switched to using the :mod:`propcache <propcache.api>` package for property caching
- Started testing with Hypothesis

Miscellaneous internal changes

- Improved performance of :py:meth:`~yarl.URL.is_default_port` when no explicit port is set
- Improved performance of converting :class:`~yarl.URL` to a string when no explicit port is set
- Improved performance of the :py:meth:`~yarl.URL.origin` method
- Improved performance of encoding hosts


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/py-yarl/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-yarl/PLIST
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/py-yarl/distinfo

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

Modified files:

Index: pkgsrc/www/py-yarl/Makefile
diff -u pkgsrc/www/py-yarl/Makefile:1.38 pkgsrc/www/py-yarl/Makefile:1.39
--- pkgsrc/www/py-yarl/Makefile:1.38    Tue Oct  1 07:50:20 2024
+++ pkgsrc/www/py-yarl/Makefile Wed Oct  9 08:23:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2024/10/01 07:50:20 adam Exp $
+# $NetBSD: Makefile,v 1.39 2024/10/09 08:23:20 adam Exp $
 
-DISTNAME=      yarl-1.13.1
+DISTNAME=      yarl-1.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yarl/}

Index: pkgsrc/www/py-yarl/PLIST
diff -u pkgsrc/www/py-yarl/PLIST:1.7 pkgsrc/www/py-yarl/PLIST:1.8
--- pkgsrc/www/py-yarl/PLIST:1.7        Wed Sep  4 11:03:02 2024
+++ pkgsrc/www/py-yarl/PLIST    Wed Oct  9 08:23:20 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2024/09/04 11:03:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/10/09 08:23:20 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
@@ -8,15 +8,6 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
 ${PYSITELIB}/yarl/__init__.py
 ${PYSITELIB}/yarl/__init__.pyc
 ${PYSITELIB}/yarl/__init__.pyo
-${PYSITELIB}/yarl/_helpers.py
-${PYSITELIB}/yarl/_helpers.pyc
-${PYSITELIB}/yarl/_helpers.pyo
-${PYSITELIB}/yarl/_helpers_c.pyi
-${PYSITELIB}/yarl/_helpers_c.pyx
-${PYSITELIB}/yarl/_helpers_c.so
-${PYSITELIB}/yarl/_helpers_py.py
-${PYSITELIB}/yarl/_helpers_py.pyc
-${PYSITELIB}/yarl/_helpers_py.pyo
 ${PYSITELIB}/yarl/_quoting.py
 ${PYSITELIB}/yarl/_quoting.pyc
 ${PYSITELIB}/yarl/_quoting.pyo

Index: pkgsrc/www/py-yarl/distinfo
diff -u pkgsrc/www/py-yarl/distinfo:1.36 pkgsrc/www/py-yarl/distinfo:1.37
--- pkgsrc/www/py-yarl/distinfo:1.36    Tue Oct  1 07:50:20 2024
+++ pkgsrc/www/py-yarl/distinfo Wed Oct  9 08:23:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2024/10/01 07:50:20 adam Exp $
+$NetBSD: distinfo,v 1.37 2024/10/09 08:23:20 adam Exp $
 
-BLAKE2s (yarl-1.13.1.tar.gz) = 74c28aa4660a6768668c137669868b1cb274b9801c8fc234b77206cc9801c745
-SHA512 (yarl-1.13.1.tar.gz) = 8fccb36dbb019d02fc50f006a3a59decd413abfc6387fd7c1220444f4f79412be1d5119c32fd668b3d553fbaf4de64b9135345e8300c7fa025d892c847955f88
-Size (yarl-1.13.1.tar.gz) = 165912 bytes
+BLAKE2s (yarl-1.14.0.tar.gz) = 820244d10a9471756ce709c07d5667e149af684c9a1095555221e46bf38856bc
+SHA512 (yarl-1.14.0.tar.gz) = 8cc9d1aaa6fcccdfce5ea0a0ac3f89b81c5719568b76e66637e9a7baa0637770523f86495f70e28f94f166579e77d72afd708cef1306dafcd8093c7fb2a1d3f0
+Size (yarl-1.14.0.tar.gz) = 166127 bytes



Home | Main Index | Thread Index | Old Index