15
0

- Switch to autosetup macro.

- Add patch support-new-python-3.12.patch:
  * Support Python 3.13 (and backported to 3.12.5) AST changes for For.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-executing?expand=0&rev=13
This commit is contained in:
2024-08-26 02:32:35 +00:00
committed by Git OBS Bridge
parent e601f2df84
commit 7db3dc595b
3 changed files with 128 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 26 02:31:27 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to autosetup macro.
- Add patch support-new-python-3.12.patch:
* Support Python 3.13 (and backported to 3.12.5) AST changes for For.
-------------------------------------------------------------------
Tue Nov 7 18:46:01 UTC 2023 - Dirk Müller <dmueller@suse.com>