14
0

- update to 23.11.0:

* Fix test-failures on Python 3.12
 * Particular GETINFO hanging
   (ultra-long lines over 16KiB caused problems in the protocol)
 * Use built-in `mock` only
 * Remove `incremental`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=29
This commit is contained in:
2023-12-29 09:03:47 +00:00
committed by Git OBS Bridge
parent 1c0e199d59
commit 31e6719caf
4 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 29 09:02:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 23.11.0:
* Fix test-failures on Python 3.12
* Particular GETINFO hanging
(ultra-long lines over 16KiB caused problems in the protocol)
* Use built-in `mock` only
* Remove `incremental`
-------------------------------------------------------------------
Tue Sep 19 12:02:42 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>