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: Tue Sep 10 10:37:54 UTC 2024
Modified Files:
pkgsrc/www/py-yarl: Makefile distinfo
Log Message:
py-yarl: updated to 1.11.1
1.11.1
Bug fixes
- Allowed scheme replacement for relative URLs if the scheme does not require a host
- Allowed empty host for URL schemes other than the special schemes listed in the WHATWG URL spec
Features
- Loosened restriction on integers as query string values to allow classes that implement ``__int__``
Miscellaneous internal changes
- Improved performance of normalizing paths
1.11.0
Features
- Added :meth:`URL.extend_query() <yarl.URL.extend_query>` method, which can be used to extend parameters without replacing same named keys
This method was primarily added to replace the inefficient hand rolled method currently used in ``aiohttp``.
Miscellaneous internal changes
- Improved performance of the Cython ``cached_property`` implementation
- Simplified computing ports by removing unnecessary code
- Improved performance of encoding non IPv6 hosts
- Improved performance of :meth:`URL.build() <yarl.URL.build>` when the path, query string, or fragment is an empty string
- Improved performance of the :meth:`URL.update_query() <yarl.URL.update_query>` method
- Improved performance of processing query string changes when arguments are :class:`str`
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/py-yarl/Makefile
cvs rdiff -u -r1.34 -r1.35 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.36 pkgsrc/www/py-yarl/Makefile:1.37
--- pkgsrc/www/py-yarl/Makefile:1.36 Wed Sep 4 11:03:02 2024
+++ pkgsrc/www/py-yarl/Makefile Tue Sep 10 10:37:54 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2024/09/04 11:03:02 adam Exp $
+# $NetBSD: Makefile,v 1.37 2024/09/10 10:37:54 adam Exp $
-DISTNAME= yarl-1.9.8
+DISTNAME= yarl-1.11.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=y/yarl/}
@@ -15,7 +15,9 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-idna>=2.0:../../www/py-idna
DEPENDS+= ${PYPKGPREFIX}-multidict>=4.0:../../databases/py-multidict
+TEST_DEPENDS+= ${PYPKGPREFIX}-covdefaults-[0-9]*:../../devel/py-covdefaults
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.3.1:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 311
Index: pkgsrc/www/py-yarl/distinfo
diff -u pkgsrc/www/py-yarl/distinfo:1.34 pkgsrc/www/py-yarl/distinfo:1.35
--- pkgsrc/www/py-yarl/distinfo:1.34 Wed Sep 4 11:03:02 2024
+++ pkgsrc/www/py-yarl/distinfo Tue Sep 10 10:37:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2024/09/04 11:03:02 adam Exp $
+$NetBSD: distinfo,v 1.35 2024/09/10 10:37:54 adam Exp $
-BLAKE2s (yarl-1.9.8.tar.gz) = 126f92914623fae5d78f906346404ab15608eda7c05ac8ef503f11151c88b305
-SHA512 (yarl-1.9.8.tar.gz) = 29be77dfe0bbf269efe73a16d6282cff579bd38ab3796b1f3d817b070c90bcafafecb29cdc6bae4bae034e672b7479d9901717478f4d1aa6df895f12fee1c253
-Size (yarl-1.9.8.tar.gz) = 153867 bytes
+BLAKE2s (yarl-1.11.1.tar.gz) = 45363a1f8b5d459c2ed64065bb4bb7e707099bfd1b55e1390507fb2d6bac8ca5
+SHA512 (yarl-1.11.1.tar.gz) = a64bc1d9fa93029c54c359cf3667cf2fc1cf35cbea69911521af998bf43852a092844fa206bf3b31d38d2c8ad14f9eab7358020350cda22826486c317abf09f1
+Size (yarl-1.11.1.tar.gz) = 162095 bytes
Home |
Main Index |
Thread Index |
Old Index