forked from pool/python-Cython
Accepting request 1127690 from devel:languages:python
- avoid obsoletes on provides as we now had a version update OBS-URL: https://build.opensuse.org/request/show/1127690 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=77
This commit is contained in:
commit
54d399ed01
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 20 12:09:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- avoid obsoletes on provides as we now had a version update
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 10 13:13:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Nov 10 13:13:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Conflicts: python-Cython < 3
|
Conflicts: python-Cython < 3
|
||||||
Provides: python-Cython3 = %{version}
|
Provides: python-Cython3 = %{version}
|
||||||
Obsoletes: python-Cython3 <= %{version}
|
Obsoletes: python-Cython3 < %{version}
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user