2021-09-20 10:55:30 by Nia Alarie | Files touched by this commit (1) |
Log message:
py-daemon: Add missing build-time dependency.
I have no idea where this dependency comes from (it's not in setup.py),
but adding it fixes the build.
|
2021-06-21 15:59:56 by Nia Alarie | Files touched by this commit (1) |
Log message:
py-daemon: needs py-docutils
|
2021-06-02 13:42:17 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-daemon: fix BUILD_DEPENDS
|
2021-05-22 11:55:26 by Nia Alarie | Files touched by this commit (1) |
Log message:
py-daemon: add missing dependency
|
2021-05-08 11:16:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-daemon: updated to 2.3.0
Version 2.3.0
=============
Removed:
* Remove support for Python versions older than Python 3.
Python 2 has been unsupported by the Python project since 2020.
* Remove dependency on back-ported `unittest2` and `mock`.
Depend instead on standard library `unittest` and `unittest.mock`.
|
2020-09-01 01:07:07 by Thomas Klausner | Files touched by this commit (62) |
Log message:
*: switch to versioned_dependencies.mk for py-setuptools
|
2020-05-14 21:39:03 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
No longer supports Python 2.7
|
2019-12-05 15:51:01 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-daemon: updated to 2.2.4
Version 2.2.4
Bugs Fixed:
* 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.
Changed:
* Upgrade Tox dependency to version “3.7.0”.
* Significant speed-up to discovery of file descriptors to close.
* Refactor the build system to use Makefile modules for each topic.
|
2019-01-21 10:23:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-daemon: updated to 2.2.3
Version 2.2.3
Bug Fixes:
* Use custom fake file type for testing fileno behaviour.
This works around an incompatibility in Python 2.7 file type that
caused test cases to fail.
Changes:
* Promote the warning for runner module to a DeprecationWarning.
This has been an unofficial example module from the beginning, and
it will be removed in a future version.
Version 2.2.2
Bug Fixes:
* Remove from the build system specification a white space character
not permitted in TOML format.
Additions:
* Implement test suite automation in virtualenvs, using Tox.
Version 2.2.1
Additions:
* Add a :PEP:518 conformant build system specification (the
pyproject.toml file).
|
2018-11-27 17:36:28 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-daemon: updated to 2.2.0
Version 2.2.0
Bug Fixes:
* Correct the description of the return value for
daemon.is_detach_process_context_required.
* Set a sensible default for Distribution.script_name.
This works around a bug in Setuptools which calls commands before
the Distribution is initialised.
Changes:
* The test suite now relies on the test discovery feature in
‘unittest’. This feature is in Python version 2.7 and later.
* Improve performance of daemon.close_all_open_files.
|