From 15f6418229c6403d428def81a64d0a239a3390133f1007fd7002e28584966813 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 28 Feb 2020 21:42:47 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=202.2.4:=20=20=20*=20Run=20the?= =?UTF-8?q?=20Setuptools=20`egg-info`=20command=20as=20part=20of=20the=20`?= =?UTF-8?q?build`=20=20=20=20=20command.=20=20=20*=20Create=20the=20socket?= =?UTF-8?q?=20and=20catch=20=E2=80=9Cnon-socket=E2=80=9D=20errors.=20=20?= =?UTF-8?q?=20*=20Only=20deal=20with=20a=20range=20of=20file=20descriptors?= =?UTF-8?q?=20if=20the=20range=20is=20not=20empty.=20=20=20*=20Declare=20T?= =?UTF-8?q?wine=20as=20a=20build=20dependency.=20=20=20*=20Reformat=20the?= =?UTF-8?q?=20change=20log=20entries=20with=20keepachangelog.com=20sub-sec?= =?UTF-8?q?tions.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=26 --- python-daemon-2.2.3.tar.gz | 3 --- python-daemon-2.2.4.tar.gz | 3 +++ python-python-daemon.changes | 11 +++++++++++ python-python-daemon.spec | 5 +++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 python-daemon-2.2.3.tar.gz create mode 100644 python-daemon-2.2.4.tar.gz 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