On Tue, Apr 16, 2024 at 10:54:23AM +0100, Stuart Henderson wrote:
> this one is rather old, ok to update? it's used by tests in a few ports,
> those tests still seem happy.
ok kmos, although probably worth dropping the commented
MODPY_PYTEST_ARGS.
--Kurt
> Index: Makefile
> =
this one is rather old, ok to update? it's used by tests in a few ports,
those tests still seem happy.
Index: Makefile
===
RCS file: /cvs/ports/www/py-responses/Makefile,v
diff -u -p -r1.14 Makefile
--- Makefile22 Jan 2024 23:05:
A number of bugfixes.
The only consumer audio/beets uses it for tests and they pass the same
before and after.
ok?
--Kurt
Index: Makefile
===
RCS file: /cvs/ports/www/py-responses/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8
The only consumer (audio/beets) has all tests pass the same as before
the update on amd64.
ok?
--Kurt
Index: Makefile
===
RCS file: /cvs/ports/www/py-responses/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefil
https://github.com/getsentry/responses/blob/master/CHANGES
A number of minor fixes along with official Python 3.8.x support.
Drop the python2 FLAVOR. The only consumer is audio/beets, which uses
python3.
All of audio/beets tests pass the same as before the update.
ok?
--Kurt
Index: Makefile
=
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
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