On 10/02/2020 02:04, Kurt Mosiejczuk wrote:
0.10.9
------

- Fixed regression with `add_callback()` and content-type header.
- Fixed implicit dependency on urllib3>1.23.0

0.10.8
------

- Fixed cookie parsing and enabled multiple cookies to be set by using a list of
   tuple values.

I see no dependency on urllib3 before or after the changes.
All tests pass on both amd64 and sparc64.

The only consumer is audio/beets. Tests pass just the same both
before and after on amd64.

ok?

ok benoit@


--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/py-responses/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile    13 Dec 2019 22:58:51 -0000      1.2
+++ Makefile    10 Feb 2020 00:38:34 -0000
@@ -2,7 +2,7 @@
COMMENT = utility library for mocking out the `requests` Python -MODPY_EGG_VERSION = 0.10.7
+MODPY_EGG_VERSION =    0.10.9
DISTNAME = responses-${MODPY_EGG_VERSION}
  PKGNAME =             py-${DISTNAME}
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/py-responses/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    13 Dec 2019 22:58:51 -0000      1.2
+++ distinfo    10 Feb 2020 00:38:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (responses-0.10.7.tar.gz) = RtTlRqGfxhBrx+gE7dRVHvBGkEBeQefnUOvCldBCYjs=
-SIZE (responses-0.10.7.tar.gz) = 22666
+SHA256 (responses-0.10.9.tar.gz) = jOjLTn4a2JM2+IZa8VLgVj0ufw4LhtLPdfAV+BlAkkM=
+SIZE (responses-0.10.9.tar.gz) = 23372


Reply via email to