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:
Ana Guerrero 2023-11-21 20:31:23 +00:00 committed by Git OBS Bridge
commit 54d399ed01
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -38,7 +38,7 @@ Requires(post): update-alternatives
Requires(postun):update-alternatives
Conflicts: python-Cython < 3
Provides: python-Cython3 = %{version}
Obsoletes: python-Cython3 <= %{version}
Obsoletes: python-Cython3 < %{version}
%python_subpackages
%description