forked from pool/python-python-daemon
- update to 3.0.1:
* Declare dependency on Setuptools >= 62.4.0. * Refactor calculation of file descriptor ranges to close. * When the range of candidate file descriptors is very large, the code that computes file descriptors to close when the daemon starts attempted to allocate a large amount of memory and took a long time to compute. * Document a `ServiceRunner` class as an example of using `DaemonContext`. * Raise a TypeError if any `exclude` values are not valid file descriptors. * Remove the obsolete `runner` module. This module was deprecated starting in `python-daemon` version 2.1.2, and is now removed as unmaintained. - Update to 2.3.2 - Skip broken test - BuildRequire lowercase python-minimock - Add Provides for the old python-daemon name OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=42
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 15 21:27:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.0.1:
|
||||
* Declare dependency on Setuptools >= 62.4.0.
|
||||
* Refactor calculation of file descriptor ranges to close.
|
||||
* When the range of candidate file descriptors is very large,
|
||||
the code that computes file descriptors to close when the
|
||||
daemon starts attempted to allocate a large amount of memory
|
||||
and took a long time to compute.
|
||||
* Document a `ServiceRunner` class as an example of using
|
||||
`DaemonContext`.
|
||||
* Raise a TypeError if any `exclude` values are not valid file
|
||||
descriptors.
|
||||
* Remove the obsolete `runner` module.
|
||||
This module was deprecated starting in `python-daemon`
|
||||
version 2.1.2, and is now removed as unmaintained.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 11:05:56 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
@@ -6,7 +24,7 @@ Fri May 5 11:05:56 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 20:27:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 2.3.2
|
||||
- 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.
|
||||
@@ -84,7 +102,7 @@ Fri Feb 28 21:41:00 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 20:34:45 UTC 2019 - Jonathan <jharker@suse.com>
|
||||
|
||||
- Skip broken test
|
||||
- Skip broken test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 24 11:01:35 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
||||
@@ -172,7 +190,7 @@ Thu Sep 3 14:17:06 UTC 2015 - toddrme2178@gmail.com
|
||||
* Specify development status Production/Stable in Trove classifiers.
|
||||
* Migrate to mock version 1.3 with corresponding API changes.
|
||||
* Use current Python concept of basestring to test for an attribute name.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:22:44 UTC 2015 - jkeil@suse.com
|
||||
|
||||
@@ -294,7 +312,7 @@ Fri Nov 23 14:03:24 UTC 2012 - saschpe@suse.de
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 18 09:00:59 UTC 2012 - bwiedemann@suse.com
|
||||
|
||||
- BuildRequire lowercase python-minimock
|
||||
- BuildRequire lowercase python-minimock
|
||||
- to also work with the existing 11.4 package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -307,7 +325,7 @@ Thu Jan 5 13:25:37 UTC 2012 - jmatejek@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 13:21:10 UTC 2011 - idoenmez@suse.de
|
||||
|
||||
- Add Provides for the old python-daemon name
|
||||
- Add Provides for the old python-daemon name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 20 14:54:32 UTC 2011 - saschpe@suse.de
|
||||
|
Reference in New Issue
Block a user