109 lines
4.2 KiB
Plaintext
109 lines
4.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Oct 1 14:35:38 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 0.10.2
|
|
* Added support for Flask 3.0
|
|
- Drop flask3.patch, merged upstream
|
|
- Update Requires from setup.py
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 24 13:30:26 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Use Brotli instead of dropped brotlicffi
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 19 08:11:44 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Repackage, new active upstream
|
|
* In their words: We were unable to get ahold of the folks at postmanlabs to
|
|
maintain the original project, and httpbin is used for other packages
|
|
within the python ecosystem, such as pytest-httpbin which is in turn used
|
|
by packages such as requests so we have forked this package. That means
|
|
that httpbin.org is not actually backed by this repo, but the httpbin
|
|
package is. Confusing right?
|
|
* Drop now unneeded _service, changes in the *spec
|
|
- Update to 0.10.1
|
|
* Override docker image port with HTTPBIN_PORT
|
|
* A number of fixes for code rot, thanks @mgorny and @tjni
|
|
- Drop upstreamed/no-longer-needed patches:
|
|
* fix-setup-py.patch
|
|
* httpbin-pr674-wekzeug2.1.patch
|
|
* werkzeug.patch
|
|
* support-werkzeug-2.3.patch
|
|
- Add flask3.patch to support Flask 3.0
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 21 08:35:31 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch support-werkzeug-2.3.patch, support Werkzeug 2.3.
|
|
(bsc#1212557)
|
|
- Remove now unneeded blinker from {Build,}Requires.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 21 12:26:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 13 22:41:52 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Make calling of %{sle15modernpython} optional.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|