From 62dfa99c021b9ff402caa935eb63e4ac3aab232430e0e29c7b495843ca5f7ef6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 4 Jul 2022 14:28:45 +0000 Subject: [PATCH] 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 --- python-flufl.bounce.changes | 5 +++++ python-flufl.bounce.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-flufl.bounce.changes b/python-flufl.bounce.changes index d06b5e2..588e9ba 100644 --- a/python-flufl.bounce.changes +++ b/python-flufl.bounce.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 4 10:36:21 UTC 2022 - Ben Greiner + +- Enable multiflavor so that we can pin mailmain to Python 3.9 + ------------------------------------------------------------------- Wed Nov 17 09:55:03 UTC 2021 - Andreas Schneider diff --git a/python-flufl.bounce.spec b/python-flufl.bounce.spec index baee066..338c6e6 100644 --- a/python-flufl.bounce.spec +++ b/python-flufl.bounce.spec @@ -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