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 Apr 25 07:08:04 UTC 2023

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

Log Message:
py-yarl: updated to 1.9.1

1.9.1 (2023-04-21)
==================

Bugfixes
--------
- Marked tests that fail on older Python patch releases (< 3.7.10, < 3.8.8 and < 3.9.2) as expected to fail due to missing a security fix for CVE-2021-23336.

1.9.0 (2023-04-19)
==================

This release was never published to PyPI, due to issues with the build process.

Features
--------
- Added ``URL.joinpath(*elements)``, to create a new URL appending multiple path elements.
- Made :py:meth:`URL.__truediv__` return ``NotImplemented`` if called with an unsupported type — by :user:`michaeljpeters`.

Bugfixes
--------
- Path normalisation for absolute URLs no longer raises a ValueError exception
  when `..` segments would otherwise go beyond the URL path root.
- Fixed an issue with update_query() not getting rid of the query when argument is None.
- Added some input restrictions on with_port() function to prevent invalid boolean inputs or out of valid port inputs; handled incorrect 0 port representation.
- Made :py:meth:`URL.build` raise a :py:exc:`TypeError` if the ``host`` argument is :py:data:`None` — by :user:`paulpapacz`.
- Fixed an issue with ``update_query()`` getting rid of the query when the argument
  is empty but not ``None``.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/py-yarl/Makefile
cvs rdiff -u -r1.28 -r1.29 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.30 pkgsrc/www/py-yarl/Makefile:1.31
--- pkgsrc/www/py-yarl/Makefile:1.30    Sun Dec  4 18:08:15 2022
+++ pkgsrc/www/py-yarl/Makefile Tue Apr 25 07:08:04 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2022/12/04 18:08:15 adam Exp $
+# $NetBSD: Makefile,v 1.31 2023/04/25 07:08:04 adam Exp $
 
-DISTNAME=      yarl-1.8.2
+DISTNAME=      yarl-1.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yarl/}

Index: pkgsrc/www/py-yarl/distinfo
diff -u pkgsrc/www/py-yarl/distinfo:1.28 pkgsrc/www/py-yarl/distinfo:1.29
--- pkgsrc/www/py-yarl/distinfo:1.28    Sun Dec  4 18:08:15 2022
+++ pkgsrc/www/py-yarl/distinfo Tue Apr 25 07:08:04 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2022/12/04 18:08:15 adam Exp $
+$NetBSD: distinfo,v 1.29 2023/04/25 07:08:04 adam Exp $
 
-BLAKE2s (yarl-1.8.2.tar.gz) = f0155cff556361eeaf352c825c396ddc7c6f65fb3dd017aedd92532dd8ebea42
-SHA512 (yarl-1.8.2.tar.gz) = 15150a1771ab8f5d9e4ab7836dcd61ee8a94d427672d8c9dafd1c0de8bfbfbe51d075c93d4b584a2e14a47af131d5e79db6e2d94084bc8fad735ec98cba209c2
-Size (yarl-1.8.2.tar.gz) = 172341 bytes
+BLAKE2s (yarl-1.9.1.tar.gz) = e6f5244d5b798a024cea834b9f1f9f6ea24c832568ea41b0c0a37dd1566537d0
+SHA512 (yarl-1.9.1.tar.gz) = a583bea632b96ef1448a5f28a03c139e822ddc7f5ee8c545994c2746b92022b9ea4d3d8c7ded374a9f3aca1ee22eacd1a31bf96d690eae1775954175393679d0
+Size (yarl-1.9.1.tar.gz) = 184455 bytes



Home | Main Index | Thread Index | Old Index