From 3a486f8d927dac1de38a20796b6d67444c24a08598a36ea7ce93787613b5abdf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 22 Apr 2021 19:50:56 +0000 Subject: [PATCH] - update to 2.3.0: * Remove support for Python versions older than Python 3. Python 2 has been unsupported by the Python project since 2020. * Remove dependency on back-ported `unittest2` and `mock`. Depend instead on standard library `unittest` and `unittest.mock`. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=30 --- python-daemon-2.2.4.tar.gz | 3 --- python-daemon-2.3.0.tar.gz | 3 +++ python-python-daemon.changes | 9 +++++++++ python-python-daemon.spec | 8 ++------ 4 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 python-daemon-2.2.4.tar.gz create mode 100644 python-daemon-2.3.0.tar.gz diff --git a/python-daemon-2.2.4.tar.gz b/python-daemon-2.2.4.tar.gz deleted file mode 100644 index 41a208f..0000000 --- a/python-daemon-2.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57c84f50a04d7825515e4dbf3a31c70cc44414394a71608dee6cfde469e81766 -size 80775 diff --git a/python-daemon-2.3.0.tar.gz b/python-daemon-2.3.0.tar.gz new file mode 100644 index 0000000..45993c5 --- /dev/null +++ b/python-daemon-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda993f1623b1197699716d68d983bb580043cf2b8a66a01274d9b8297b0aeaf +size 82831 diff --git a/python-python-daemon.changes b/python-python-daemon.changes index 40379ab..9918352 100644 --- a/python-python-daemon.changes +++ b/python-python-daemon.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Apr 22 19:48:54 UTC 2021 - Dirk Müller + +- update to 2.3.0: + * Remove support for Python versions older than Python 3. + Python 2 has been unsupported by the Python project since 2020. + * Remove dependency on back-ported `unittest2` and `mock`. + Depend instead on standard library `unittest` and `unittest.mock`. + ------------------------------------------------------------------- Thu Feb 4 16:56:17 UTC 2021 - Matej Cepl diff --git a/python-python-daemon.spec b/python-python-daemon.spec index bd7dcc7..3bb8bf7 100644 --- a/python-python-daemon.spec +++ b/python-python-daemon.spec @@ -16,10 +16,10 @@ # -%define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global skip_python2 1 Name: python-python-daemon -Version: 2.2.4 +Version: 2.3.0 Release: 0 Summary: Library to implement a well-behaved Unix daemon process License: Apache-2.0 AND GPL-3.0-only @@ -38,10 +38,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-lockfile >= 0.10 BuildArch: noarch -%ifpython2 -Provides: %{oldpython}-daemon = %{version} -Obsoletes: %{oldpython}-daemon < %{version} -%endif %python_subpackages %description