pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-treq
Module Name: pkgsrc
Committed By: adam
Date: Mon Feb 14 10:15:33 UTC 2022
Modified Files:
pkgsrc/devel/py-treq: Makefile distinfo
Log Message:
py-treq: updated to 22.2.0
22.2.0 (2022-02-08)
===================
Features
--------
- Python 3.10 and PyPy 3.8 are now supported.
Bugfixes
--------
- Address a regression introduced in Treq 22.1.0 that prevented transmission of cookies with requests to ports other than 80, including HTTPS (443).
Deprecations and Removals
-------------------------
- Support for Python 3.6, which has reached end of support, is deprecated. This is the last release with support for Python 3.6.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-treq/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-treq/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-treq/Makefile
diff -u pkgsrc/devel/py-treq/Makefile:1.7 pkgsrc/devel/py-treq/Makefile:1.8
--- pkgsrc/devel/py-treq/Makefile:1.7 Mon Feb 14 09:16:33 2022
+++ pkgsrc/devel/py-treq/Makefile Mon Feb 14 10:15:33 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/02/14 09:16:33 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/02/14 10:15:33 adam Exp $
-DISTNAME= treq-22.1.0
+DISTNAME= treq-22.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel www python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/treq/}
@@ -11,10 +11,10 @@ COMMENT= HTTP library for Twisted
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
+DEPENDS+= ${PYPKGPREFIX}-hyperlink>=21.0.0:../../www/py-hyperlink
DEPENDS+= ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental
DEPENDS+= ${PYPKGPREFIX}-requests>=2.1.0:../../devel/py-requests
-DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
+DEPENDS+= ${PYPKGPREFIX}-twisted>=18.7.0:../../net/py-twisted
PYTHON_VERSIONS_INCOMPATIBLE= 27
Index: pkgsrc/devel/py-treq/distinfo
diff -u pkgsrc/devel/py-treq/distinfo:1.5 pkgsrc/devel/py-treq/distinfo:1.6
--- pkgsrc/devel/py-treq/distinfo:1.5 Sat Feb 5 13:16:57 2022
+++ pkgsrc/devel/py-treq/distinfo Mon Feb 14 10:15:33 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/02/05 13:16:57 js Exp $
+$NetBSD: distinfo,v 1.6 2022/02/14 10:15:33 adam Exp $
-BLAKE2s (treq-22.1.0.tar.gz) = 13516d956137aa5127dc20162f2b0c91f5eb4cb5f5997ad8d0f33fa9c6800f6e
-SHA512 (treq-22.1.0.tar.gz) = 6c9a49bc4c9e73365275bf841a5a31873c092e33c4978571caae3601d02e9b8d161dcf684c40ccd297d8a8c4dafe62eddb7872a86513598260fe38c98c7c44f5
-Size (treq-22.1.0.tar.gz) = 72634 bytes
+BLAKE2s (treq-22.2.0.tar.gz) = 2fc65be008b253c91c5e192ee2bf82992c3441245e20f073bf4cbabbbf101040
+SHA512 (treq-22.2.0.tar.gz) = 465a02481a51ac246ac85f561f2e7a59d97aeeda9f0953dd83678ff836802a187a6aedcce830a9e3095a9c72227bd06113610c3be0967f1362a645a31278bde0
+Size (treq-22.2.0.tar.gz) = 72922 bytes
Home |
Main Index |
Thread Index |
Old Index