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:           Mon Sep  2 07:52:07 UTC 2024

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

Log Message:
py-yarl: updated to 1.9.7

1.9.7

Removals and backward incompatible breaking changes

- Removed support :rfc:`3986#section-3.2.3` port normalization when the scheme is not one of ``http``, ``https``, ``wss``, or ``ws`` -- by :user:`bdraco`.
  Support for port normalization was recently added in :issue:`1033` and contained code that would do blocking I/O if the scheme was not one of the four listed above. The code has been removed 
because this library is intended to be safe for usage with ``asyncio``.

Miscellaneous internal changes
- Improved performance of property caching -- by :user:`bdraco`.
  The ``reify`` implementation from ``aiohttp`` was adapted to replace the internal ``cached_property`` implementation.

1.9.6

Bug fixes
- Reverted :rfc:`3986` compatible :meth:`URL.join() <yarl.URL.join>` honoring empty segments which was introduced in :issue:`1039`.
  This change introduced a regression handling query string parameters with joined URLs. The change was reverted to maintain compatibility with the previous behavior.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/py-yarl/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-yarl/PLIST
cvs rdiff -u -r1.32 -r1.33 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.34 pkgsrc/www/py-yarl/Makefile:1.35
--- pkgsrc/www/py-yarl/Makefile:1.34    Thu Dec  7 12:25:30 2023
+++ pkgsrc/www/py-yarl/Makefile Mon Sep  2 07:52:07 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2023/12/07 12:25:30 adam Exp $
+# $NetBSD: Makefile,v 1.35 2024/09/02 07:52:07 adam Exp $
 
-DISTNAME=      yarl-1.9.4
+DISTNAME=      yarl-1.9.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yarl/}
@@ -17,12 +17,9 @@ DEPENDS+=    ${PYPKGPREFIX}-idna>=2.0:../..
 DEPENDS+=      ${PYPKGPREFIX}-multidict>=4.0:../../databases/py-multidict
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.3.1:../../devel/py-test-cov
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
-
 .if ${PYTHON_VERSION} < 311
-DEPENDS+=      ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli
+TOOL_DEPENDS+= ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli
 .endif
 
 .include "../../devel/py-cython/buildlink3.mk"

Index: pkgsrc/www/py-yarl/PLIST
diff -u pkgsrc/www/py-yarl/PLIST:1.5 pkgsrc/www/py-yarl/PLIST:1.6
--- pkgsrc/www/py-yarl/PLIST:1.5        Wed Nov 22 12:27:21 2023
+++ pkgsrc/www/py-yarl/PLIST    Mon Sep  2 07:52:07 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/11/22 12:27:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/09/02 07:52:07 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
@@ -9,6 +9,15 @@ ${PYSITELIB}/yarl/__init__.py
 ${PYSITELIB}/yarl/__init__.pyc
 ${PYSITELIB}/yarl/__init__.pyi
 ${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.32 pkgsrc/www/py-yarl/distinfo:1.33
--- pkgsrc/www/py-yarl/distinfo:1.32    Thu Dec  7 12:25:30 2023
+++ pkgsrc/www/py-yarl/distinfo Mon Sep  2 07:52:07 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2023/12/07 12:25:30 adam Exp $
+$NetBSD: distinfo,v 1.33 2024/09/02 07:52:07 adam Exp $
 
-BLAKE2s (yarl-1.9.4.tar.gz) = dde466ef195395ea53fe858c11fb5ea625ddd672d79355d905955d3576baba39
-SHA512 (yarl-1.9.4.tar.gz) = e4f7917f1625b40125abae9a13d61795f97e8cf489735e15cf58476e97c3bcf840b1452482f1f7a737fbb2bdd1dc7bbcfa882d0a7f76a27dfb3aea72b7a66c82
-Size (yarl-1.9.4.tar.gz) = 141869 bytes
+BLAKE2s (yarl-1.9.7.tar.gz) = e4b5c48482b335d06abc9c1584480840e030aee1c607d57261031e4d89e544fa
+SHA512 (yarl-1.9.7.tar.gz) = ffb07f1170a483e9018f0b497a44c7e086e41e76067a0ff9ad9941d422656fdb8ad0be04702d221767798233cf5f2c0e849226c8e82f1a64ff6e84eeb1ed6c5e
+Size (yarl-1.9.7.tar.gz) = 153261 bytes



Home | Main Index | Thread Index | Old Index