Files
bpfire/config
Adolf Belka d8c94dabb5 python3-daemon: Update to version 2.3.1 and to work with python-3.10.8
- 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>
2022-11-10 15:13:51 +00:00
..
2018-08-10 11:19:25 +01:00
2022-10-24 09:06:16 +00:00
2013-02-05 21:35:16 +01:00
2014-07-05 13:43:25 +02:00
2021-07-19 18:27:26 +00:00
2011-06-01 23:46:42 +02:00
2007-11-04 19:23:06 +00:00
2018-11-09 14:29:04 +00:00
2013-01-17 20:38:01 +01:00
2021-04-02 16:24:09 +00:00
2021-10-13 12:22:49 +00:00
2020-04-14 15:30:51 +00:00
2017-09-04 12:40:20 +01:00
2019-11-13 19:38:59 +00:00
2022-02-06 10:50:43 +00:00
2012-08-08 10:48:55 +02:00
2019-06-05 05:04:17 +01:00
2013-01-15 17:48:43 +01:00
2022-06-20 20:43:34 +00:00
2021-05-11 16:44:46 +00:00
2021-12-04 23:27:26 +01:00
2012-11-26 17:28:25 +01:00
2014-04-25 12:42:52 +02:00
2022-06-04 08:36:58 +00:00
2010-12-02 16:30:11 +01:00
2011-10-02 17:40:28 +02:00
2017-05-18 12:23:21 +01:00
2013-10-04 14:52:44 +02:00
2013-08-18 16:20:59 +02:00