diff --git a/python-daemon-2.2.4.tar.gz b/python-daemon-2.2.4.tar.gz deleted file mode 100644 index 07eabf1d7c6768da5c7832ad9fa89e87e62550b8..0000000000000000000000000000000000000000 Binary files a/python-daemon-2.2.4.tar.gz and /dev/null differ diff --git a/python-daemon-2.3.1.tar.gz b/python-daemon-2.3.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..531b2cbf19a0fd915936bbbe3b7776f5e86e6e10 Binary files /dev/null and b/python-daemon-2.3.1.tar.gz differ diff --git a/python-daemon.spec b/python-daemon.spec index e563acd3f14de4c31fd0c43bbfa5e2318df77bdc..e0ce38cbfa41971af2e8a851e72f6d42a61e0618 100644 --- a/python-daemon.spec +++ b/python-daemon.spec @@ -1,9 +1,9 @@ Name: python-daemon -Version: 2.2.4 +Version: 2.3.1 Release: 1 Summary: Library to implement a well-behaved Unix daemon process -License: Apache 2.0 +License: GPL-3.0-only and Apache-2.0 URL: https://pagure.io/python-daemon Source0: https://files.pythonhosted.org/packages/05/97/210f94322675c838319ffa8e505032373ff1f6a6219af8d16427e00b1051/%{name}-%{version}.tar.gz # Downstream-only patch, twine is unnecessary to build @@ -51,5 +51,8 @@ PYTHONPATH=$(pwd) %{__python3} -m unittest discover %{python3_sitelib}/python_daemon-%{version}-py%{python3_version}.egg-info/ %changelog +* Tue Aug 23 2022 jiangxinyu - 2.3.1-1 +- Update to 2.3.1 + * Wed Aug 18 2021 Python_Bot - 2.2.4-1 - Init Package