pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-requests-toolbelt



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct 26 11:10:04 UTC 2022

Modified Files:
        pkgsrc/devel/py-requests-toolbelt: Makefile distinfo

Log Message:
py-requests-toolbelt: updated to 0.10.1

0.10.1 -- 2022-10-25
--------------------

Fixed Bugs
- Fix urllib3 warning to only emit on X509Adapter usage

0.10.0 -- 2022-10-06
--------------------

New Features
- Add support for preparing requests in BaseUrlSession

Fixed Bugs
- Fixing missing newline in dump utility


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-requests-toolbelt/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-requests-toolbelt/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-requests-toolbelt/Makefile
diff -u pkgsrc/devel/py-requests-toolbelt/Makefile:1.16 pkgsrc/devel/py-requests-toolbelt/Makefile:1.17
--- pkgsrc/devel/py-requests-toolbelt/Makefile:1.16     Fri Jul  8 14:12:12 2022
+++ pkgsrc/devel/py-requests-toolbelt/Makefile  Wed Oct 26 11:10:04 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2022/07/08 14:12:12 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/10/26 11:10:04 adam Exp $
 
-DISTNAME=      requests-toolbelt-0.9.1
+DISTNAME=      requests-toolbelt-0.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/requests-toolbelt/}
 
@@ -11,14 +10,18 @@ HOMEPAGE=   https://toolbelt.readthedocs.i
 COMMENT=       Utility belt for advanced users of python-requests
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-requests>=2.1.0<3.0:../../devel/py-requests
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.0.1:../../devel/py-requests
 TEST_DEPENDS+= ${PYPKGPREFIX}-betamax-[0-9]*:../../www/py-betamax
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme
+
+USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-USE_LANGUAGES= # none
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-requests-toolbelt/distinfo
diff -u pkgsrc/devel/py-requests-toolbelt/distinfo:1.14 pkgsrc/devel/py-requests-toolbelt/distinfo:1.15
--- pkgsrc/devel/py-requests-toolbelt/distinfo:1.14     Tue Oct 26 10:19:02 2021
+++ pkgsrc/devel/py-requests-toolbelt/distinfo  Wed Oct 26 11:10:04 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 10:19:02 nia Exp $
+$NetBSD: distinfo,v 1.15 2022/10/26 11:10:04 adam Exp $
 
-BLAKE2s (requests-toolbelt-0.9.1.tar.gz) = 50156d24e46d5a462c9965b19d264389017748238cfcb27c4597a9b2a17595c5
-SHA512 (requests-toolbelt-0.9.1.tar.gz) = 12229928df5df71cb57bc65ef453dc0e4a2bbe190c1579811b2c2823673bd81aeba856b00000fa20b253d0f0fa4fff55ea1e750794ca3785f71c376b1df7fd93
-Size (requests-toolbelt-0.9.1.tar.gz) = 207286 bytes
+BLAKE2s (requests-toolbelt-0.10.1.tar.gz) = f72d98fa9dca8e26cb7ac1f6a8e1e6122b2193a276f06398cbaa05cfa33a4c00
+SHA512 (requests-toolbelt-0.10.1.tar.gz) = e4dfc58bd9d84f3590582853345602ba4e0dcb292733cc3c5d92057f5fd1d414bc1058d06d3c825d6f9eb802281592515f24473c6e8a59c91eb8836ad31e45d7
+Size (requests-toolbelt-0.10.1.tar.gz) = 208956 bytes



Home | Main Index | Thread Index | Old Index