Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyee for openSUSE:Factory checked in at 2024-02-20 21:14:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyee (Old) and /work/SRC/openSUSE:Factory/.python-pyee.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyee" Tue Feb 20 21:14:51 2024 rev:11 rq:1147686 version:11.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyee/python-pyee.changes 2022-10-06 07:42:46.868764385 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyee.new.1706/python-pyee.changes 2024-02-20 21:15:05.343510313 +0100 @@ -1,0 +2,16 @@ +Tue Feb 20 04:06:27 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 11.1.0: + * Support Python 3.12 + * Require Python >= 3.8 + * Update classifiers in `pyproject.toml` + * Remove package.json/package-lock.json + * Switch from `setup.py` to `pyproject.toml` (still using setuptools) + * Minor type annotation bugfixes + * Store AsyncIO Futures in a set + * `EventEmitter` supports pickling + * Dependency on mock removed in favor of unittest.mock + * Drop 3.7 support +- Switch to pyproject macros. + +------------------------------------------------------------------- Old: ---- pyee-9.0.4.tar.gz New: ---- pyee-11.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyee.spec ++++++ --- /var/tmp/diff_new_pack.ToduxE/_old 2024-02-20 21:15:05.883531269 +0100 +++ /var/tmp/diff_new_pack.ToduxE/_new 2024-02-20 21:15:05.887531424 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyee # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,27 +16,26 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-pyee -Version: 9.0.4 +Version: 11.1.0 Release: 0 Summary: A port of node.js's EventEmitter to python License: MIT -Group: Development/Languages/Python URL: https://github.com/jfhbrook/pyee Source: https://files.pythonhosted.org/packages/source/p/pyee/pyee-%{version}.tar.gz -BuildRequires: %{python_module PyHamcrest} +BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module vcversioner} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-typing_extensions BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Twisted} BuildRequires: %{python_module pytest-asyncio} -BuildRequires: %{python_module pytest-trio if %python-base >= 3.7} -BuildRequires: %{python_module trio if %python-base >= 3.7} +BuildRequires: %{python_module pytest-trio} # /SECTION %python_subpackages @@ -46,21 +45,20 @@ %prep %setup -q -n pyee-%{version} -sed -i 's/^from mock import/from unittest.mock import/' tests/test_*.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest %files %{python_files} -%doc README.rst +%doc README.md %license LICENSE %{python_sitelib}/pyee -%{python_sitelib}/pyee-%{version}*-info +%{python_sitelib}/pyee-%{version}.dist-info ++++++ pyee-9.0.4.tar.gz -> pyee-11.1.0.tar.gz ++++++ ++++ 3384 lines of diff (skipped)