pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-treq py-treq: updated to 22.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3b13a7f10dd
branches:  trunk
changeset: 373858:a3b13a7f10dd
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 14 10:15:33 2022 +0000

description:
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.

diffstat:

 devel/py-treq/Makefile |  8 ++++----
 devel/py-treq/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r ce99d4f26008 -r a3b13a7f10dd devel/py-treq/Makefile
--- a/devel/py-treq/Makefile    Mon Feb 14 09:47:35 2022 +0000
+++ b/devel/py-treq/Makefile    Mon Feb 14 10:15:33 2022 +0000
@@ -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 @@
 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
 
diff -r ce99d4f26008 -r a3b13a7f10dd devel/py-treq/distinfo
--- a/devel/py-treq/distinfo    Mon Feb 14 09:47:35 2022 +0000
+++ b/devel/py-treq/distinfo    Mon Feb 14 10:15:33 2022 +0000
@@ -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