1
0
Matej Cepl 2021-11-19 01:41:49 +00:00 committed by Git OBS Bridge
parent dfce2ef5e1
commit 11841130f4
4 changed files with 15 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2c549fc40a58ddfa9dfd115fe43d5cac4f042e45bacef3be7fb993e1496b34c
size 89156

3
flufl.bounce-4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25504aeb976ec0fe5a19cd6c413a3410cb514fdcdbdca9f9b5d8d343a8603831
size 108623

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 17 09:55:03 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 4.0
* https://gitlab.com/warsaw/flufl.bounce/-/blob/4.0/flufl/bounce/NEWS.rst
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 24 12:01:55 UTC 2020 - pgajdos@suse.com Fri Jan 24 12:01:55 UTC 2020 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-flufl.bounce # spec file for package python-flufl.bounce
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 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,9 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define pythons python3
Name: python-flufl.bounce Name: python-flufl.bounce
Version: 3.0 Version: 4.0
Release: 0 Release: 0
Summary: Email bounce detectors Summary: Email bounce detectors
License: Apache-2.0 License: Apache-2.0
@ -28,16 +28,17 @@ URL: https://fluflbounce.readthedocs.io/en/latest/
Source0: https://files.pythonhosted.org/packages/source/f/flufl.bounce/flufl.bounce-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/f/flufl.bounce/flufl.bounce-%{version}.tar.gz
Source1: https://gitlab.com/warsaw/flufl.bounce/raw/master/LICENSE Source1: https://gitlab.com/warsaw/flufl.bounce/raw/master/LICENSE
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-atpublic Requires: python-atpublic
Requires: python-zope.interface Requires: python-zope.interface
BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module atpublic} BuildRequires: %{python_module atpublic}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
BuildRequires: %{python_module zope.interface} BuildRequires: %{python_module zope.interface}
# /SECTION # /SECTION
BuildRequires: fdupes
BuildArch: noarch
%python_subpackages %python_subpackages
%description %description