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 Nov 18 08:57:08 UTC 2024

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

Log Message:
py-yarl: updated to 1.17.2

1.17.2

Bug fixes

- Stopped implicitly allowing the use of Cython pre-release versions when
  building the distribution package -- by :user:`ajsanchezsanz` and
- Fixed a bug causing :attr:`~yarl.URL.port` to return the default port when the given port was zero


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/py-yarl/Makefile
cvs rdiff -u -r1.41 -r1.42 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.45 pkgsrc/www/py-yarl/Makefile:1.46
--- pkgsrc/www/py-yarl/Makefile:1.45    Mon Nov 11 07:29:30 2024
+++ pkgsrc/www/py-yarl/Makefile Mon Nov 18 08:57:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2024/11/11 07:29:30 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2024/11/18 08:57:08 adam Exp $
 
-DISTNAME=      yarl-1.17.1
+DISTNAME=      yarl-1.17.2
 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.41 pkgsrc/www/py-yarl/distinfo:1.42
--- pkgsrc/www/py-yarl/distinfo:1.41    Thu Oct 31 07:57:49 2024
+++ pkgsrc/www/py-yarl/distinfo Mon Nov 18 08:57:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2024/10/31 07:57:49 adam Exp $
+$NetBSD: distinfo,v 1.42 2024/11/18 08:57:08 adam Exp $
 
-BLAKE2s (yarl-1.17.1.tar.gz) = 04bb1a4ca27503285f2519c842ad7717fe448b0aa73a1e679ea91b59239e572b
-SHA512 (yarl-1.17.1.tar.gz) = 5c1c25a8b828694a6538e7a07d01fc5d14238b279f8db4d76ee247a4f043b3e836c292cf6a77bb5ba544ec43dee449f2417eb0a5aaed6954449043a0fea3f811
-Size (yarl-1.17.1.tar.gz) = 178163 bytes
+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



Home | Main Index | Thread Index | Old Index