python-httpbin/_service
Tomáš Chvátal 6a27575baa - 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
2019-03-14 13:16:45 +00:00

15 lines
524 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="filename">python-httpbin</param>
<param name="url">git://github.com/postmanlabs/httpbin.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="versionformat">0.7.0+git%cd.%h</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled"/>
</services>