Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
6c6a82320d | |||
241d4bcb9d | |||
f33e8d010e | |||
c4a2ec82e8 | |||
c20b3fd047 | |||
29c39b9315 |
@@ -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
3
psygnal-0.13.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:086cd929960713d7bf1e87242952b0d90330a1028827894dcb0cd174b331c1e4
|
||||||
|
size 107299
|
@@ -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>
|
Tue May 7 12:51:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-psygnal
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,8 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-psygnal
|
Name: python-psygnal
|
||||||
Version: 0.11.1
|
Version: 0.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast python callback/event system modeled after Qt Signals
|
Summary: Fast python callback/event system modeled after Qt Signals
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -28,7 +29,6 @@ BuildRequires: %{python_module hatchling >= 1.8.0}
|
|||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module mypy_extensions}
|
|
||||||
BuildRequires: %{python_module attrs}
|
BuildRequires: %{python_module attrs}
|
||||||
BuildRequires: %{python_module dask}
|
BuildRequires: %{python_module dask}
|
||||||
BuildRequires: %{python_module msgspec}
|
BuildRequires: %{python_module msgspec}
|
||||||
@@ -37,18 +37,15 @@ BuildRequires: %{python_module pydantic}
|
|||||||
BuildRequires: %{python_module pytest >= 6.0}
|
BuildRequires: %{python_module pytest >= 6.0}
|
||||||
BuildRequires: %{python_module pytest-cov}
|
BuildRequires: %{python_module pytest-cov}
|
||||||
BuildRequires: %{python_module toolz}
|
BuildRequires: %{python_module toolz}
|
||||||
BuildRequires: %{python_module typing-extensions >= 3.7.4.2}
|
|
||||||
BuildRequires: %{python_module wrapt}
|
BuildRequires: %{python_module wrapt}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-mypy_extensions
|
|
||||||
Requires: python-typing-extensions >= 3.7.4.2
|
|
||||||
Suggests: python-dask
|
Suggests: python-dask
|
||||||
Suggests: python-ipython
|
Suggests: python-ipython
|
||||||
Suggests: python-numpy
|
Suggests: python-numpy
|
||||||
Suggests: python-pydantic
|
Suggests: python-pydantic
|
||||||
Suggests: python-qtpy
|
Suggests: python-qtpy
|
||||||
Suggests: python-rich
|
Suggests: python-rich >= 14.0.0
|
||||||
Suggests: python-wrapt
|
Suggests: python-wrapt
|
||||||
Suggests: python-griffe == 0.25.5
|
Suggests: python-griffe == 0.25.5
|
||||||
Suggests: python-wrapt
|
Suggests: python-wrapt
|
||||||
|
Reference in New Issue
Block a user