diff --git a/python-daemon-2.2.3.tar.gz b/python-daemon-2.2.3.tar.gz deleted file mode 100644 index 3422598..0000000 --- a/python-daemon-2.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:affeca9e5adfce2666a63890af9d6aff79f670f7511899edaddca7f96593cc25 -size 79314 diff --git a/python-daemon-2.2.4.tar.gz b/python-daemon-2.2.4.tar.gz new file mode 100644 index 0000000..41a208f --- /dev/null +++ b/python-daemon-2.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c84f50a04d7825515e4dbf3a31c70cc44414394a71608dee6cfde469e81766 +size 80775 diff --git a/python-python-daemon.changes b/python-python-daemon.changes index b0d7fb0..5999044 100644 --- a/python-python-daemon.changes +++ b/python-python-daemon.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Feb 28 21:41:00 UTC 2020 - Dirk Mueller + +- update to 2.2.4: + * Run the Setuptools `egg-info` command as part of the `build` + command. + * Create the socket and catch “non-socket” errors. + * Only deal with a range of file descriptors if the range is not empty. + * Declare Twine as a build dependency. + * Reformat the change log entries with keepachangelog.com sub-sections. + ------------------------------------------------------------------- Tue May 14 20:34:45 UTC 2019 - Jonathan diff --git a/python-python-daemon.spec b/python-python-daemon.spec index 000d66b..1347744 100644 --- a/python-python-daemon.spec +++ b/python-python-daemon.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-daemon # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-daemon -Version: 2.2.3 +Version: 2.2.4 Release: 0 Summary: Library to implement a well-behaved Unix daemon process License: Apache-2.0 AND GPL-3.0-only @@ -33,6 +33,7 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module testscenarios >= 0.4} BuildRequires: %{python_module testtools} +BuildRequires: %{python_module twine} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-lockfile >= 0.10