pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-responses
Module Name: pkgsrc
Committed By: adam
Date: Sun Nov 4 22:26:04 UTC 2018
Modified Files:
pkgsrc/net/py-responses: Makefile distinfo
Log Message:
py-responses: updated to 0.10.2
0.10.2
- Fixed build setup to use undeprecated pytest bin stub.
- Updated tox configuration.
- Added example of using responses with pytest.fixture
- Removed dependency on biscuits in py3. Instead http.cookies is being used.
0.10.1
- Packaging fix to distribute wheel
0.10.0
- Fix passing through extra settings
- Fix collections.abc warning on Python 3.7
- Use 'biscuits' library instead of 'cookies' on Python 3.4+
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-responses/Makefile \
pkgsrc/net/py-responses/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-responses/Makefile
diff -u pkgsrc/net/py-responses/Makefile:1.2 pkgsrc/net/py-responses/Makefile:1.3
--- pkgsrc/net/py-responses/Makefile:1.2 Wed Apr 11 19:56:28 2018
+++ pkgsrc/net/py-responses/Makefile Sun Nov 4 22:26:04 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/04/11 19:56:28 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/04 22:26:04 adam Exp $
-DISTNAME= responses-0.9.0
+DISTNAME= responses-0.10.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/responses/}
@@ -10,13 +10,12 @@ HOMEPAGE= https://github.com/getsentry/r
COMMENT= Utility library for mocking out the requests Python library
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-cookies-[0-9]*:../../www/py-cookies
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
.include "../../lang/python/pyversion.mk"
-
-.if "${PYPKGPREFIX}" == "py27"
+.if ${_PYTHON_VERSION} == 27
+DEPENDS+= ${PYPKGPREFIX}-cookies-[0-9]*:../../www/py-cookies
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
.endif
Index: pkgsrc/net/py-responses/distinfo
diff -u pkgsrc/net/py-responses/distinfo:1.2 pkgsrc/net/py-responses/distinfo:1.3
--- pkgsrc/net/py-responses/distinfo:1.2 Wed Apr 11 19:56:28 2018
+++ pkgsrc/net/py-responses/distinfo Sun Nov 4 22:26:04 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/04/11 19:56:28 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/11/04 22:26:04 adam Exp $
-SHA1 (responses-0.9.0.tar.gz) = 6d0ff359a7ffd48090563012d33e197cd9b6cd4d
-RMD160 (responses-0.9.0.tar.gz) = 762723dcc2ec4ec3cea311f1b2d48a7493583ba3
-SHA512 (responses-0.9.0.tar.gz) = e5312587845cc9a3a938fa5d052ac1f04950d2eea5d83192c54affe079ee6593f3e249a24a8b43b1985c9fdc9131bfb477b93ca8a75d0386ed33cd56cc37d5ff
-Size (responses-0.9.0.tar.gz) = 19766 bytes
+SHA1 (responses-0.10.2.tar.gz) = 1390a612c989898244e5386ebc7e910dcca08bf5
+RMD160 (responses-0.10.2.tar.gz) = d71fd1aab3cb756603ff66258393589a46500918
+SHA512 (responses-0.10.2.tar.gz) = 282eb0646cf281408a7f044c87dbc12b5dc7a2d77e15f082f73738009a027b43f8aa1f9094bf2782f21ffc521d65ac07a4ff6bcaa5b72e4e9a3d58fc7c41d340
+Size (responses-0.10.2.tar.gz) = 21615 bytes
Home |
Main Index |
Thread Index |
Old Index