From 62dfa99c021b9ff402caa935eb63e4ac3aab232430e0e29c7b495843ca5f7ef6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 4 Jul 2022 14:28:45 +0000 Subject: [PATCH 1/2] 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 From ebb0f83f4e6ea24b96e2fd39b5a60fc3228a4b01f3a8411fc6bd3d8be0d4031b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 5 Jul 2022 07:36:04 +0000 Subject: [PATCH 2/2] Accepting request 986785 from home:gladiac:mailman3 - Skip building for python2 OBS-URL: https://build.opensuse.org/request/show/986785 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.bounce?expand=0&rev=8 --- python-flufl.bounce.changes | 5 +++++ python-flufl.bounce.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-flufl.bounce.changes b/python-flufl.bounce.changes index 588e9ba..ba30ccd 100644 --- a/python-flufl.bounce.changes +++ b/python-flufl.bounce.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 5 07:31:39 UTC 2022 - Andreas Schneider + +- Skip building for python2 + ------------------------------------------------------------------- Mon Jul 4 10:36:21 UTC 2022 - Ben Greiner diff --git a/python-flufl.bounce.spec b/python-flufl.bounce.spec index 338c6e6..870183e 100644 --- a/python-flufl.bounce.spec +++ b/python-flufl.bounce.spec @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-flufl.bounce Version: 4.0 Release: 0