Accepting request 877077 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/877077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Babel?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2021-03-10 07:50:20 +00:00 committed by Git OBS Bridge
commit 44bbf8c231
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 5 10:31:45 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Substitute broken %ifpython3 macro
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 16 23:03:10 UTC 2020 - Michael Ströder <michael@stroeder.com> Wed Dec 16 23:03:10 UTC 2020 - Michael Ströder <michael@stroeder.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-Babel # spec file for package python-Babel
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -40,7 +40,7 @@ BuildArch: noarch
Obsoletes: %{oldpython}-babel < %{version} Obsoletes: %{oldpython}-babel < %{version}
Provides: %{oldpython}-babel = %{version} Provides: %{oldpython}-babel = %{version}
%endif %endif
%ifpython3 %if "%{python_flavor}" == "python3" || "%{?python_provides}" == "python3"
Provides: python3-babel = %{version} Provides: python3-babel = %{version}
Obsoletes: python3-babel < %{version} Obsoletes: python3-babel < %{version}
%endif %endif