python-httpbin/python-httpbin.changes
Matej Cepl 7a3966f616 Accepting request 969571 from home:bnavigator:branches:devel:languages:python:flask
- Truncate werkzeug.patch as Flask changed their behavior back to
  returning relative URLs.
- Update fix-setup-py.patch accordingly
- Update _service file (rerun modifies the archive, but keeps same
  tag)

OBS-URL: https://build.opensuse.org/request/show/969571
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpbin?expand=0&rev=20
2022-04-12 23:11:11 +00:00

52 lines
1.9 KiB
Plaintext

-------------------------------------------------------------------
Tue Apr 12 20:36:37 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Truncate werkzeug.patch as Flask changed their behavior back to
returning relative URLs.
- Update fix-setup-py.patch accordingly
- Update _service file (rerun modifies the archive, but keeps same
tag)
-------------------------------------------------------------------
Tue Mar 15 04:57:06 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Use of raven has been removed, drop it from {Build,}Requires.
- Add patch fix-setup-py.patch:
* Drop raven and fix brotli in setup.py
-------------------------------------------------------------------
Wed Jun 23 08:30:27 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Modify werkzeug.patch to support Werkzeug 2.0, update Requires.
-------------------------------------------------------------------
Tue May 28 11:12:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Add patch to fix new werkzeug build, atm PR upstream:
* werkzeug.patch
-------------------------------------------------------------------
Thu Mar 14 11:53:37 UTC 2019 - tchvatal@suse.com
- Switch to service, upstream is now at release 0.9.2 but nobody
bothers with tags, keep the last tagged/pypi release as a version
and add all other stuff as git commit
- Update to version 0.7.0+git20181107.f8ec666:
* Corrected repository URL in app.json.
* remove duplicated "X-Forwarded-For" from ENV_HEADERS
* Added Python 3.7 to Travis/Tox.
* Removed httpbin.org link which is mentioned 3 times in README
-------------------------------------------------------------------
Tue Mar 12 15:50:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.7.0:
* no upstream changelog
- Enable tests
- Add missing dependencies
-------------------------------------------------------------------
Tue Apr 4 17:56:34 UTC 2017 - jmatejek@suse.com
- initial commit as test requirement for python-requests