Accepting request 986786 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/986786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flufl.bounce?expand=0&rev=4
This commit is contained in:
Richard Brown 2022-07-28 18:57:42 +00:00 committed by Git OBS Bridge
commit 4efcdc6f34
2 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jul 5 07:31:39 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
- Skip building for python2
-------------------------------------------------------------------
Mon Jul 4 10:36:21 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Enable multiflavor so that we can pin mailmain to Python 3.9
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 17 09:55:03 UTC 2021 - Andreas Schneider <asn@cryptomilk.org> Wed Nov 17 09:55:03 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-flufl.bounce # spec file for package python-flufl.bounce
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 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
@ -17,7 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define pythons python3 %define skip_python2 1
Name: python-flufl.bounce Name: python-flufl.bounce
Version: 4.0 Version: 4.0
Release: 0 Release: 0
@ -61,6 +61,9 @@ cp %{SOURCE1} .
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst
%license LICENSE %license LICENSE
%{python_sitelib}/* %dir %{python_sitelib}/flufl
%{python_sitelib}/flufl/bounce
%{python_sitelib}/flufl.bounce-*.pth
%{python_sitelib}/flufl.bounce-%{version}*-info
%changelog %changelog