Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-blinker for openSUSE:Factory checked in at 2023-05-10 16:16:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-blinker (Old) and /work/SRC/openSUSE:Factory/.python-blinker.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-blinker" Wed May 10 16:16:19 2023 rev:19 rq:1085626 version:1.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-blinker/python-blinker.changes 2023-04-28 16:22:32.669721710 +0200 +++ /work/SRC/openSUSE:Factory/.python-blinker.new.1533/python-blinker.changes 2023-05-10 16:16:20.506200005 +0200 @@ -1,0 +2,21 @@ +Tue May 9 06:25:49 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- 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. + +------------------------------------------------------------------- Old: ---- blinker-1.5.tar.gz New: ---- blinker-1.6.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-blinker.spec ++++++ --- /var/tmp/diff_new_pack.n5wZb9/_old 2023-05-10 16:16:20.918202442 +0200 +++ /var/tmp/diff_new_pack.n5wZb9/_new 2023-05-10 16:16:20.922202466 +0200 @@ -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 @@ %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 @@ %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 ++++++ blinker-1.5.tar.gz -> blinker-1.6.2.tar.gz ++++++ ++++ 3199 lines of diff (skipped)