14
0

- 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
This commit is contained in:
2021-04-22 19:50:56 +00:00
committed by Git OBS Bridge
parent a15da5df33
commit 3a486f8d92
4 changed files with 14 additions and 9 deletions

View File

@@ -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