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,7 +1,7 @@
#
# spec file for package python-requirements-parser
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,8 +23,10 @@ Release: 0
Summary: Pip requirement file parser
License: BSD-2-Clause
Group: Development/Languages/Python
Url: https://github.com/davidfischer/requirements-parser
URL: https://github.com/davidfischer/requirements-parser
Source: https://github.com/davidfischer/requirements-parser/archive/v%{version}.tar.gz#/requirements-parser-%{version}.tar.gz
# PATCH-FIX-UPSTREAM 0001-Dont-fail-with-valid-options-in-requirements_txt-files.patch alarrosa@suse.com -- https://github.com/davidfischer/requirements-parser/pull/47
Patch0: 0001-Dont-fail-with-valid-options-in-requirements_txt-files.patch
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
@@ -40,6 +42,7 @@ A Pip requirement file parser.
%prep
%setup -q -n requirements-parser-%{version}
%patch0 -p1
%build
%python_build