From df13315a43e24e462bf06dcdb36e5368185c1808323e87f2a7500e3258aaf2f1 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 9 May 2023 06:27:32 +0000 Subject: [PATCH] - Update to 1.6.2: * Type annotations are not evaluated at runtime. typing-extensions is not a runtime dependency. :pr:`94` - 1.6.1: * Ensure that py.typed is present in the distributions (to enable other projects to use blinker's typing). * Require typing-extensions > 4.2 to ensure it includes ParamSpec. :issue:`90` - 1.6: * Add a muted context manager to temporarily turn off a signal. :pr:`84` * Allow int senders (alongside existing string senders). :pr:`83` * Add a send_async method to the Signal to allow signals to send to coroutine receivers. :pr:`76` * Update and modernise the project structure to match that used by the pallets projects. :pr:`77` * Add an intial set of type hints for the project. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=33 --- blinker-1.5.tar.gz | 3 --- blinker-1.6.2.tar.gz | 3 +++ python-blinker.changes | 21 +++++++++++++++++++++ python-blinker.spec | 17 ++++++++++------- 4 files changed, 34 insertions(+), 10 deletions(-) delete mode 100644 blinker-1.5.tar.gz create mode 100644 blinker-1.6.2.tar.gz diff --git a/blinker-1.5.tar.gz b/blinker-1.5.tar.gz deleted file mode 100644 index 134f261..0000000 --- a/blinker-1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:923e5e2f69c155f2cc42dafbbd70e16e3fde24d2d4aa2ab72fbe386238892462 -size 27022 diff --git a/blinker-1.6.2.tar.gz b/blinker-1.6.2.tar.gz new file mode 100644 index 0000000..06e8519 --- /dev/null +++ b/blinker-1.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afd3de66ef3a9f8067559fb7a1cbe555c17dcbe15971b05d1b625c3e7abe213 +size 28699 diff --git a/python-blinker.changes b/python-blinker.changes index feeb061..3827f47 100644 --- a/python-blinker.changes +++ b/python-blinker.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue May 9 06:25:49 UTC 2023 - Daniel Garcia + +- Update to 1.6.2: + * Type annotations are not evaluated at runtime. typing-extensions + is not a runtime dependency. :pr:`94` +- 1.6.1: + * Ensure that py.typed is present in the distributions (to enable + other projects to use blinker's typing). + * Require typing-extensions > 4.2 to ensure it includes ParamSpec. + :issue:`90` +- 1.6: + * Add a muted context manager to temporarily turn off a signal. + :pr:`84` + * Allow int senders (alongside existing string senders). :pr:`83` + * Add a send_async method to the Signal to allow signals to send to + coroutine receivers. :pr:`76` + * Update and modernise the project structure to match that used by + the pallets projects. :pr:`77` + * Add an intial set of type hints for the project. + ------------------------------------------------------------------- Sun Apr 23 23:03:43 UTC 2023 - Matej Cepl diff --git a/python-blinker.spec b/python-blinker.spec index f9763be..29be81f 100644 --- a/python-blinker.spec +++ b/python-blinker.spec @@ -16,20 +16,23 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-blinker -Version: 1.5 +Version: 1.6.2 Release: 0 Summary: Object-to-object and broadcast signaling in Python License: MIT Group: Development/Languages/Python -URL: https://pythonhosted.org/blinker/ +URL: https://github.com/pallets-eco/blinker/ Source: https://files.pythonhosted.org/packages/source/b/blinker/blinker-%{version}.tar.gz BuildRequires: %{python_module Pallets-Sphinx-Themes} BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module sphinx-issues} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -59,13 +62,13 @@ This sub-package contains the HTML documentation. %endif %prep -%setup -q -n blinker-%{version} +%autosetup -p1 -n blinker-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %{python_expand pushd docs export PYTHONPATH=%{buildroot}%{$python_sitelib} @@ -81,7 +84,7 @@ popd %files %{python_files} %license LICENSE.rst %doc CHANGES.rst README.rst -%{python_sitelib}/blinker-%{version}-py%{python_version}.egg-info +%{python_sitelib}/blinker-%{version}*-info %{python_sitelib}/blinker %if 0%{?suse_version} > 1500