14
0
forked from pool/python-semver

Accepting request 734777 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/734777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-semver?expand=0&rev=8
This commit is contained in:
2019-10-03 12:10:29 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 3 10:08:21 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Add Conflicts: python-node-semver
- Add fdupes
-------------------------------------------------------------------
Thu Jun 6 12:15:36 UTC 2019 - pgajdos@suse.com

View File

@@ -29,7 +29,10 @@ URL: https://github.com/k-bx/python-semver
Source: https://github.com/k-bx/python-semver/archive/%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# See https://github.com/k-bx/python-semver/issues/67 for why conflicts is needed
Conflicts: python-node-semver
BuildArch: noarch
%python_subpackages
@@ -46,6 +49,8 @@ See also http://semver.org/
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest