From 5b5f8076880241e27202a6b289ab5bb6524e291f70ac5187e8e132b0ba8f6c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 31 Oct 2022 10:19:24 +0000 Subject: [PATCH] Accepting request 1032055 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 2.3.2 Bugs Fixed: * Declare Twine as a development dependency (not a build dependency). Closes: Pagure #55. Thanks to Jason Andryuk for the report. Thanks to James Hilliard for the implementation. * Specify to build a wheel distribution for only Python 3 or later. * Specify the built package requires Python 3 or later. Closes: Pagure #66. Thanks to Nick M. for the report and implementation. Removed: * The earlier version 2.3.1 is now “yanked” from PyPI (unlisted and not an installation candidate), because that version incorrectly permitted installation on Python 2. Thanks to Nick M. for the report. OBS-URL: https://build.opensuse.org/request/show/1032055 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=38 --- python-daemon-2.3.1.tar.gz | 3 --- python-daemon-2.3.2.tar.gz | 3 +++ python-python-daemon.changes | 16 ++++++++++++++++ python-python-daemon.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 python-daemon-2.3.1.tar.gz create mode 100644 python-daemon-2.3.2.tar.gz diff --git a/python-daemon-2.3.1.tar.gz b/python-daemon-2.3.1.tar.gz deleted file mode 100644 index 6dec2be..0000000 --- a/python-daemon-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15c2c5e2cef563e0a5f98d542b77ba59337380b472975d2b2fd6b8c4d5cf46ca -size 82856 diff --git a/python-daemon-2.3.2.tar.gz b/python-daemon-2.3.2.tar.gz new file mode 100644 index 0000000..741506e --- /dev/null +++ b/python-daemon-2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3deeb808e72b6b89f98611889e11cc33754f5b2c1517ecfa1aaf25f402051fb5 +size 83127 diff --git a/python-python-daemon.changes b/python-python-daemon.changes index fe24cde..a11fc12 100644 --- a/python-python-daemon.changes +++ b/python-python-daemon.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Oct 28 20:27:24 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 2.3.2 + Bugs Fixed: + * Declare Twine as a development dependency (not a build dependency). + Closes: Pagure #55. Thanks to Jason Andryuk for the report. + Thanks to James Hilliard for the implementation. + * Specify to build a wheel distribution for only Python 3 or later. + * Specify the built package requires Python 3 or later. + Closes: Pagure #66. Thanks to Nick M. for the report and implementation. + Removed: + * The earlier version 2.3.1 is now “yanked” from PyPI (unlisted and not an + installation candidate), because that version incorrectly permitted + installation on Python 2. Thanks to Nick M. for the report. + ------------------------------------------------------------------- Sat Oct 1 17:17:04 UTC 2022 - Dirk Müller diff --git a/python-python-daemon.spec b/python-python-daemon.spec index 5faeaab..7c9de56 100644 --- a/python-python-daemon.spec +++ b/python-python-daemon.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-python-daemon -Version: 2.3.1 +Version: 2.3.2 Release: 0 Summary: Library to implement a well-behaved Unix daemon process License: Apache-2.0 AND GPL-3.0-only