15
0

Accepting request 1251713 from home:glaubitz:branches:devel:languages:python

- Update to 2.2.0
  * fix: backward compatibility fix for changed source positions in 3.12.6 (#85)
  * fix: handle changed positions for __exit__ of ast.With
  * update and fix table of contents link, 'libraries' → 'projects' (#93)
  * fix: check for pytest compatibility (#94)
- Drop new-python-312.patch, merged upstream
- Drop pytest.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1251713
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-executing?expand=0&rev=26
This commit is contained in:
2025-03-10 12:24:16 +00:00
committed by Git OBS Bridge
parent 76a1339ad5
commit 9d8e262859
6 changed files with 15 additions and 280 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 10 09:25:36 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.2.0
* fix: backward compatibility fix for changed source positions in 3.12.6 (#85)
* fix: handle changed positions for __exit__ of ast.With
* update and fix table of contents link, 'libraries' → 'projects' (#93)
* fix: check for pytest compatibility (#94)
- Drop new-python-312.patch, merged upstream
- Drop pytest.patch, merged upstream
-------------------------------------------------------------------
Fri Jan 17 16:19:38 UTC 2025 - Markéta Machová <mmachova@suse.com>