Compare commits

6 Commits

Author SHA256 Message Date
6c6a82320d Accepting request 1277832 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1277832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psygnal?expand=0&rev=8
2025-05-20 07:32:53 +00:00
241d4bcb9d 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
2025-05-15 15:19:53 +00:00
f33e8d010e Accepting request 1273548 from devel:languages:python
- Add patch support-pydantic-211.patch:
  * Support Pydantic 2.11 changes by not calling model_fields on
    instances.

OBS-URL: https://build.opensuse.org/request/show/1273548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psygnal?expand=0&rev=7
2025-04-30 17:04:32 +00:00
c4a2ec82e8 - Add patch support-pydantic-211.patch:
* Support Pydantic 2.11 changes by not calling model_fields on
    instances.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psygnal?expand=0&rev=13
2025-04-30 05:00:54 +00:00
c20b3fd047 Accepting request 1243179 from devel:languages:python
- update to 0.12.0:
  * feat: add description to signalinstance \#339 (tlambert03)
  * perf: add `emit_fast` method for 10x faster emission
    \(without safety checks\) \#331 (tlambert03)
  * fix: use safer repr in warning \#353 (tlambert03)
  * fix: fix use of computed\_field setter with
    field\_dependencies \#336 (tlambert03)

OBS-URL: https://build.opensuse.org/request/show/1243179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psygnal?expand=0&rev=6
2025-02-04 18:34:55 +00:00
29c39b9315 - update to 0.12.0:
* feat: add description to signalinstance \#339 (tlambert03)
  * perf: add `emit_fast` method for 10x faster emission
    \(without safety checks\) \#331 (tlambert03)
  * fix: use safer repr in warning \#353 (tlambert03)
  * fix: fix use of computed\_field setter with
    field\_dependencies \#336 (tlambert03)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psygnal?expand=0&rev=11
2025-02-04 16:20:40 +00:00
4 changed files with 42 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9b02ca246ab0adb108c4010b4a486e464f940543201074591e50370cd7b0cc0
size 102103

3
psygnal-0.13.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:086cd929960713d7bf1e87242952b0d90330a1028827894dcb0cd174b331c1e4
size 107299

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
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>
- Add patch support-pydantic-211.patch:
* Support Pydantic 2.11 changes by not calling model_fields on
instances.
-------------------------------------------------------------------
Tue Feb 4 16:20:22 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.12.0:
* feat: add description to signalinstance \#339 (tlambert03)
* perf: add `emit_fast` method for 10x faster emission
\(without safety checks\) \#331 (tlambert03)
* fix: use safer repr in warning \#353 (tlambert03)
* fix: fix use of computed\_field setter with
field\_dependencies \#336 (tlambert03)
-------------------------------------------------------------------
Tue May 7 12:51:57 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-psygnal
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,9 @@
#
%{?sle15_python_module_pythons}
Name: python-psygnal
Version: 0.11.1
Version: 0.13.0
Release: 0
Summary: Fast python callback/event system modeled after Qt Signals
License: BSD-3-Clause
@@ -28,7 +29,6 @@ BuildRequires: %{python_module hatchling >= 1.8.0}
BuildRequires: %{python_module pip}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module mypy_extensions}
BuildRequires: %{python_module attrs}
BuildRequires: %{python_module dask}
BuildRequires: %{python_module msgspec}
@@ -37,18 +37,15 @@ BuildRequires: %{python_module pydantic}
BuildRequires: %{python_module pytest >= 6.0}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module toolz}
BuildRequires: %{python_module typing-extensions >= 3.7.4.2}
BuildRequires: %{python_module wrapt}
# /SECTION
BuildRequires: fdupes
Requires: python-mypy_extensions
Requires: python-typing-extensions >= 3.7.4.2
Suggests: python-dask
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