14
0

- 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/package/show/devel:languages:python/python-python-daemon?expand=0&rev=26
This commit is contained in:
2020-02-28 21:42:47 +00:00
committed by Git OBS Bridge
parent ff5801d5e0
commit 15f6418229
4 changed files with 17 additions and 5 deletions

View File

@@ -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>