14
0

Accepting request 794147 from home:alarrosa:branches:devel:languages:python

- Add patch to not fail parsing requirements files with valid
  options like --only-binary or --trusted-host:
  * 0001-Dont-fail-with-valid-options-in-requirements_txt-files.patch

OBS-URL: https://build.opensuse.org/request/show/794147
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requirements-parser?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2020-04-15 11:00:59 +00:00
committed by Git OBS Bridge
parent 785debf4e8
commit f360a0a79c
3 changed files with 51 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 15 08:39:06 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Add patch to not fail parsing requirements files with valid
options like --only-binary or --trusted-host:
* 0001-Dont-fail-with-valid-options-in-requirements_txt-files.patch
-------------------------------------------------------------------
Thu Dec 12 02:47:24 UTC 2019 - John Vandenberg <jayvdb@gmail.com>