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:
parent
528a8a9fd4
commit
62dfa99c02
@ -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>
|
Wed Nov 17 09:55:03 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
@ -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,6 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define pythons python3
|
|
||||||
Name: python-flufl.bounce
|
Name: python-flufl.bounce
|
||||||
Version: 4.0
|
Version: 4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -61,6 +60,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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user