14
0

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

- Update to 0.13.0
  * feat: add testing utilities (#368)
  * fix: Don't use deprecated model_fields access (#364)
  * build: fix building of wheels with uv (#370)
  * ci(pre-commit.ci): autoupdate (#369)
  * docs: general docs update, use mkdocs-api-autonav (#367)
  * build: use pyproject dependency groups and uv (#366)
  * ci(dependabot): bump pypa/cibuildwheel from 2.22 to 2.23 (#360)
  * Add back universal (none-any) wheel (#358)
  * ci(pre-commit.ci): autoupdate (#355)
- Drop support-pydantic-211.patch, merged upstream
- Update Suggests from pyproject.toml
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1277594
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psygnal?expand=0&rev=15
This commit is contained in:
2025-05-15 15:19:53 +00:00
committed by Git OBS Bridge
parent c4a2ec82e8
commit 241d4bcb9d
5 changed files with 23 additions and 42 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu May 15 08:05:13 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.13.0
* feat: add testing utilities (#368)
* fix: Don't use deprecated model_fields access (#364)
* build: fix building of wheels with uv (#370)
* ci(pre-commit.ci): autoupdate (#369)
* docs: general docs update, use mkdocs-api-autonav (#367)
* build: use pyproject dependency groups and uv (#366)
* ci(dependabot): bump pypa/cibuildwheel from 2.22 to 2.23 (#360)
* Add back universal (none-any) wheel (#358)
* ci(pre-commit.ci): autoupdate (#355)
- Drop support-pydantic-211.patch, merged upstream
- Update Suggests from pyproject.toml
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Wed Apr 30 05:00:03 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>