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:   wiz
Date:           Sun Nov 24 10:40:02 UTC 2024

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

Log Message:
py-yarl: update to 1.18.0.

1.18.0
======

*(2024-11-21)*

Features
--------

- Added ``keep_query`` and ``keep_fragment`` flags in the :py:meth:`yarl.URL.with_path`, :py:meth:`yarl.URL.with_name` and :py:meth:`yarl.URL.with_suffix` methods, allowing users to optionally retain 
the query string and fragment in the resulting URL when replacing the path -- by :user:`paul-nameless`.

  *Related issues and pull requests on GitHub:*
  :issue:`111`, :issue:`1421`.

Contributor-facing changes
--------------------------

- Started running downstream ``aiohttp`` tests in CI -- by :user:`Cycloctane`.

  *Related issues and pull requests on GitHub:*
  :issue:`1415`.

Miscellaneous internal changes
------------------------------

- Improved performance of converting :class:`~yarl.URL` to a string -- by :user:`bdraco`.

  *Related issues and pull requests on GitHub:*
  :issue:`1422`.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/py-yarl/Makefile
cvs rdiff -u -r1.42 -r1.43 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.46 pkgsrc/www/py-yarl/Makefile:1.47
--- pkgsrc/www/py-yarl/Makefile:1.46    Mon Nov 18 08:57:08 2024
+++ pkgsrc/www/py-yarl/Makefile Sun Nov 24 10:40:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2024/11/18 08:57:08 adam Exp $
+# $NetBSD: Makefile,v 1.47 2024/11/24 10:40:02 wiz Exp $
 
-DISTNAME=      yarl-1.17.2
+DISTNAME=      yarl-1.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yarl/}
@@ -20,8 +20,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.3.1:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 
-# as of 1.17.0
-# 1348 passed, 4 xfailed, 2 errors
+# as of 1.18.0
+# 1365 passed, 4 xfailed, 2 errors
 
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311

Index: pkgsrc/www/py-yarl/distinfo
diff -u pkgsrc/www/py-yarl/distinfo:1.42 pkgsrc/www/py-yarl/distinfo:1.43
--- pkgsrc/www/py-yarl/distinfo:1.42    Mon Nov 18 08:57:08 2024
+++ pkgsrc/www/py-yarl/distinfo Sun Nov 24 10:40:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2024/11/18 08:57:08 adam Exp $
+$NetBSD: distinfo,v 1.43 2024/11/24 10:40:02 wiz Exp $
 
-BLAKE2s (yarl-1.17.2.tar.gz) = 8c1e47c9579e24670969d930eda38b737c9209f894dcd18e0b902e6d23e50507
-SHA512 (yarl-1.17.2.tar.gz) = d99cfb5bb89f60b41cad021af5971e42439f47c77b24de0ab43c372cedb15ee18bfca478889f002a322e24838e2978c30923f965ea879ba52549644b2a957348
-Size (yarl-1.17.2.tar.gz) = 178947 bytes
+BLAKE2s (yarl-1.18.0.tar.gz) = b512e3bd8c9372c588d9cc57d263bd755ae77f8f9bf59ec665156706dc77a603
+SHA512 (yarl-1.18.0.tar.gz) = 061b4cdb5d18718e847a45c5fdc854f75294be2198d5d803bf473eae06467a56188e36c672d31f083c7a96f213db831fe79c92479a43b63a40cc4a007062c0aa
+Size (yarl-1.18.0.tar.gz) = 180098 bytes



Home | Main Index | Thread Index | Old Index