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:           Sat Oct 19 16:19:41 UTC 2024

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

Log Message:
py-yarl: updated to 1.15.5

1.15.5

Miscellaneous internal changes

- Improved performance of the :py:meth:`~yarl.URL.joinpath` method
- Improved performance of the :py:meth:`~yarl.URL.extend_query` method
- Improved performance of the :py:meth:`~yarl.URL.origin` method
- Improved performance of the :py:meth:`~yarl.URL.with_path` method
- Improved performance of the :py:meth:`~yarl.URL.with_query` method
- Improved performance of the :py:meth:`~yarl.URL.update_query` method
- Improved performance of the :py:meth:`~yarl.URL.join` method
- Improved performance of :class:`~yarl.URL` equality checks
- Improved performance of :class:`~yarl.URL` methods that modify the network location
- Improved performance of the :py:meth:`~yarl.URL.with_fragment` method
- Improved performance of calculating the hash of :class:`~yarl.URL` objects
- Improved performance of the :py:meth:`~yarl.URL.relative` method
- Improved performance of the :py:meth:`~yarl.URL.with_name` method
- Improved performance of :attr:`~yarl.URL.parent`
- Improved performance of the :py:meth:`~yarl.URL.with_scheme` method


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/py-yarl/Makefile
cvs rdiff -u -r1.38 -r1.39 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.41 pkgsrc/www/py-yarl/Makefile:1.42
--- pkgsrc/www/py-yarl/Makefile:1.41    Sat Oct 19 10:51:03 2024
+++ pkgsrc/www/py-yarl/Makefile Sat Oct 19 16:19:41 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2024/10/19 10:51:03 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2024/10/19 16:19:41 adam Exp $
 
-DISTNAME=      yarl-1.15.0
+DISTNAME=      yarl-1.15.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yarl/}
@@ -14,8 +14,8 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-expandvars
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=47:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-idna>=2.0:../../www/py-idna
-DEPENDS+=      ${PYPKGPREFIX}-propcache>=0:../../devel/py-propcache
 DEPENDS+=      ${PYPKGPREFIX}-multidict>=4.0:../../databases/py-multidict
+DEPENDS+=      ${PYPKGPREFIX}-propcache>=0.2.0:../../devel/py-propcache
 TEST_DEPENDS+= ${PYPKGPREFIX}-covdefaults-[0-9]*:../../devel/py-covdefaults
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.3.1:../../devel/py-test-cov

Index: pkgsrc/www/py-yarl/distinfo
diff -u pkgsrc/www/py-yarl/distinfo:1.38 pkgsrc/www/py-yarl/distinfo:1.39
--- pkgsrc/www/py-yarl/distinfo:1.38    Sat Oct 19 10:51:03 2024
+++ pkgsrc/www/py-yarl/distinfo Sat Oct 19 16:19:41 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2024/10/19 10:51:03 wiz Exp $
+$NetBSD: distinfo,v 1.39 2024/10/19 16:19:41 adam Exp $
 
-BLAKE2s (yarl-1.15.0.tar.gz) = 552212fc0e3f304bd518545a576b4be03a1b7fa36d290cf5a3b9de0e739b586a
-SHA512 (yarl-1.15.0.tar.gz) = 25a2b2434204e29f4fc4ef438efda0747aedc3e703a8164f9aa5fee809d8d01895f3b0a9aa4de1d3deaa719d940b2b5e681360e47d8e3704200bffdf5e7151a8
-Size (yarl-1.15.0.tar.gz) = 167065 bytes
+BLAKE2s (yarl-1.15.5.tar.gz) = e63f363248b61967ae096251a649d8198c42b4b8bf359b5bf60921811fc5a929
+SHA512 (yarl-1.15.5.tar.gz) = d1219971f5bc90e1d1f4b256a8e90fd98433086cb326f658bd68bfaefd97c12c0ff8121ab16fdd047236f29ce6c3907ea6b0afbde3526fe8ec290dec379ca732
+Size (yarl-1.15.5.tar.gz) = 172410 bytes



Home | Main Index | Thread Index | Old Index