Hello community, here is the log from the commit of package python-semver for openSUSE:Factory checked in at 2019-10-03 14:10:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-semver (Old) and /work/SRC/openSUSE:Factory/.python-semver.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-semver" Thu Oct 3 14:10:29 2019 rev:8 rq:734777 version:2.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-semver/python-semver.changes 2019-06-06 18:19:29.064648041 +0200 +++ /work/SRC/openSUSE:Factory/.python-semver.new.2352/python-semver.changes 2019-10-03 14:10:30.923937333 +0200 @@ -1,0 +2,6 @@ +Thu Oct 3 10:08:21 UTC 2019 - John Vandenberg <[email protected]> + +- Add Conflicts: python-node-semver +- Add fdupes + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-semver.spec ++++++ --- /var/tmp/diff_new_pack.sZRm4p/_old 2019-10-03 14:10:31.539935749 +0200 +++ /var/tmp/diff_new_pack.sZRm4p/_new 2019-10-03 14:10:31.539935749 +0200 @@ -29,7 +29,10 @@ 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 @@ %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + %check %pytest
