15
0

- 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

- Update to 0.7.0:
  * no upstream changelog
- Enable tests
- Add missing dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpbin?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-03-14 13:16:45 +00:00
committed by Git OBS Bridge
parent 31dc3cfe38
commit 6a27575baa
5 changed files with 66 additions and 15 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
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