- Add stop-using-3-arg-throw.patch:

* Avoid 3-arg throw to fix a DeprecationWarning in Python 3.12.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Twisted?expand=0&rev=147
This commit is contained in:
2024-02-01 08:34:36 +00:00
committed by Git OBS Bridge
parent f7ff5bf4ba
commit db51a8bbe5
3 changed files with 47 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 1 08:33:49 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add stop-using-3-arg-throw.patch:
* Avoid 3-arg throw to fix a DeprecationWarning in Python 3.12.
-------------------------------------------------------------------
Thu Jan 18 21:33:05 UTC 2024 - Ben Greiner <code@bnavigator.de>