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

@@ -16,15 +16,14 @@
#
%{?sle15_python_module_pythons}
Name: python-psygnal
Version: 0.12.0
Version: 0.13.0
Release: 0
Summary: Fast python callback/event system modeled after Qt Signals
License: BSD-3-Clause
URL: https://github.com/pyapp-kit/psygnal
Source: https://files.pythonhosted.org/packages/source/p/psygnal/psygnal-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#pyapp-kit/psygnal#364
Patch0: support-pydantic-211.patch
BuildRequires: %{python_module hatch-vcs}
BuildRequires: %{python_module hatchling >= 1.8.0}
BuildRequires: %{python_module pip}
@@ -46,7 +45,7 @@ Suggests: python-ipython
Suggests: python-numpy
Suggests: python-pydantic
Suggests: python-qtpy
Suggests: python-rich
Suggests: python-rich >= 14.0.0
Suggests: python-wrapt
Suggests: python-griffe == 0.25.5
Suggests: python-wrapt