mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
- Updated from version 2.3.0 to 2.3.1
- Update of rootfile
- Changelog
Version 2.3.1
Bugs Fixed:
* Avoid operations on a closed stream file when detecting a socket.
Closes: Pagure #64. Thanks to Mark Richman for the report.
* Correct use of names to allow `from daemon import *`.
Closes: Pagure #65. Thanks to July Tikhonov for the report.
Changed:
* Speed daemon start time by computing candidate file descriptors once.
Closes: Pagure #40. Thanks to Alex Pyrgiotis for the report.
* Remove incorrect double-patch of objects in test cases.
Closes: Pagure #62. Thanks to Miro Hrončok for the report.
* Deprecate helper function `is_socket`.
The function incorrectly causes `ValueError` when the file object is already
closed. Migrate to the new `is_socket_file` helper function instead.
Removed:
* Drop backward-compatible helpers that provided Python 2 support.
* declaration of source encoding ‘utf-8’
* absolute_import
* unicode_literals
* module-level metaclass `type`
* unification of str with unicode type
* renamed standard library exceptions and modules
* raise exception from context exception
All these are default behaviour in Python 3 and need no special
handling.
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
14 lines
869 B
Plaintext
14 lines
869 B
Plaintext
#usr/lib/python3.10/site-packages/daemon
|
|
usr/lib/python3.10/site-packages/daemon/__init__.py
|
|
usr/lib/python3.10/site-packages/daemon/_metadata.py
|
|
usr/lib/python3.10/site-packages/daemon/daemon.py
|
|
usr/lib/python3.10/site-packages/daemon/pidfile.py
|
|
usr/lib/python3.10/site-packages/daemon/runner.py
|
|
#usr/lib/python3.10/site-packages/python_daemon-2.3.1-py3.10.egg-info
|
|
#usr/lib/python3.10/site-packages/python_daemon-2.3.1-py3.10.egg-info/PKG-INFO
|
|
#usr/lib/python3.10/site-packages/python_daemon-2.3.1-py3.10.egg-info/SOURCES.txt
|
|
#usr/lib/python3.10/site-packages/python_daemon-2.3.1-py3.10.egg-info/dependency_links.txt
|
|
#usr/lib/python3.10/site-packages/python_daemon-2.3.1-py3.10.egg-info/not-zip-safe
|
|
#usr/lib/python3.10/site-packages/python_daemon-2.3.1-py3.10.egg-info/requires.txt
|
|
#usr/lib/python3.10/site-packages/python_daemon-2.3.1-py3.10.egg-info/top_level.txt
|