forked from pool/python-python-daemon
Accepting request 780388 from devel:languages:python
- 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. OBS-URL: https://build.opensuse.org/request/show/780388 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-daemon?expand=0&rev=22
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:affeca9e5adfce2666a63890af9d6aff79f670f7511899edaddca7f96593cc25
|
|
||||||
size 79314
|
|
3
python-daemon-2.2.4.tar.gz
Normal file
3
python-daemon-2.2.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:57c84f50a04d7825515e4dbf3a31c70cc44414394a71608dee6cfde469e81766
|
||||||
|
size 80775
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 28 21:41:00 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <jharker@suse.com>
|
Tue May 14 20:34:45 UTC 2019 - Jonathan <jharker@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-daemon
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define oldpython python
|
%define oldpython python
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-python-daemon
|
Name: python-python-daemon
|
||||||
Version: 2.2.3
|
Version: 2.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to implement a well-behaved Unix daemon process
|
Summary: Library to implement a well-behaved Unix daemon process
|
||||||
License: Apache-2.0 AND GPL-3.0-only
|
License: Apache-2.0 AND GPL-3.0-only
|
||||||
@@ -33,6 +33,7 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module testscenarios >= 0.4}
|
BuildRequires: %{python_module testscenarios >= 0.4}
|
||||||
BuildRequires: %{python_module testtools}
|
BuildRequires: %{python_module testtools}
|
||||||
|
BuildRequires: %{python_module twine}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-lockfile >= 0.10
|
Requires: python-lockfile >= 0.10
|
||||||
|
Reference in New Issue
Block a user