Accepting request 986629 from home:bnavigator:branches:devel:languages:python:mailman

- Enable multiflavor so that we can pin mailmain to Python 3.9

OBS-URL: https://build.opensuse.org/request/show/986629
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.bounce?expand=0&rev=7
This commit is contained in:
Matej Cepl 2022-07-04 14:28:45 +00:00 committed by Git OBS Bridge
parent 528a8a9fd4
commit 62dfa99c02
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,6 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define pythons python3
Name: python-flufl.bounce
Version: 4.0
Release: 0
@ -61,6 +60,9 @@ cp %{SOURCE1} .
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%dir %{python_sitelib}/flufl
%{python_sitelib}/flufl/bounce
%{python_sitelib}/flufl.bounce-*.pth
%{python_sitelib}/flufl.bounce-%{version}*-info
%changelog