python-httpbin/python-httpbin.changes

58 lines
2.2 KiB
Plaintext

-------------------------------------------------------------------
Fri Apr 22 19:17:15 UTC 2022 - Ben Greiner <code@bnavigator.de>
- add httpbin-pr674-wekzeug2.1.patch for Werkzeug 2.1 compatibility
gh#postmanlabs/httpbin#674
-------------------------------------------------------------------
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