Accepting request 1081705 from home:dirkmueller:acdc:as_python3_module

SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081705
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=36
This commit is contained in:
Dirk Mueller 2023-04-21 13:57:29 +00:00 committed by Git OBS Bridge
parent f3cb204a0a
commit 69deed6d02
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 21 12:39:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
-------------------------------------------------------------------
Sun Apr 16 14:30:48 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Make calling of %{sle15modernpython} optional.
-------------------------------------------------------------------
Sat Apr 15 10:21:46 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -16,7 +16,7 @@
#
%define skip_python2 1
%{?sle15_python_module_pythons}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@ -82,7 +82,7 @@ sed -i -e 's:import func_timeout::' \
%doc README.rst
%license LICENSE
%{python_sitelib}/zipp
%{python_sitelib}/zipp-%{version}.dist-info
%{python_sitelib}/zipp-%{version}*-info
%endif
%changelog