From https://github.com/getsentry/responses/releases
Fixes:
Improved formatting of project description in pypi.
Unicode cookie values are now normalized to URL quoted encoding.
Module exports are statically defined improving code completion and
IDE navigation.
Improved compatibility with pytest 5
The only consumer is audio/beets, which uses it as a TEST_DEPENDS.
Tests pass exactly the same as before.
OK?
--Kurt
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/py-responses/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 7 Nov 2019 21:55:19 -0000 1.1.1.1
+++ Makefile 1 Dec 2019 19:09:06 -0000
@@ -2,7 +2,7 @@
COMMENT = utility library for mocking out the `requests` Python
-MODPY_EGG_VERSION = 0.10.6
+MODPY_EGG_VERSION = 0.10.7
DISTNAME = responses-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/py-responses/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 7 Nov 2019 21:55:19 -0000 1.1.1.1
+++ distinfo 1 Dec 2019 19:09:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (responses-0.10.6.tar.gz) = UC2cDIAIQ5z83vfiUfUH/P3VA7VujAyHw8PjOTlT95A=
-SIZE (responses-0.10.6.tar.gz) = 22102
+SHA256 (responses-0.10.7.tar.gz) = RtTlRqGfxhBrx+gE7dRVHvBGkEBeQefnUOvCldBCYjs=
+SIZE (responses-0.10.7.tar.gz) = 22666
No comments:
Post a Comment