Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-aspectlib for
openSUSE:Factory checked in at 2023-05-09 13:07:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aspectlib (Old)
and /work/SRC/openSUSE:Factory/.python-aspectlib.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aspectlib"
Tue May 9 13:07:54 2023 rev:8 rq:1085477 version:2.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aspectlib/python-aspectlib.changes
2023-04-22 22:03:03.982151243 +0200
+++
/work/SRC/openSUSE:Factory/.python-aspectlib.new.1533/python-aspectlib.changes
2023-05-09 13:08:01.709267621 +0200
@@ -1,0 +2,9 @@
+Mon May 8 09:22:00 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Delete fix_two_tests_py310.patch
+- Update to 2.0.0:
+ * Drop support for legacy Pythons (2.7, 3.6 or older).
+ * Remove Travis/Appveyor CI and switch to GitHub Actions.
+ * Added support for Tornado 6 (in the test suite).
+
+-------------------------------------------------------------------
Old:
----
aspectlib-1.5.2.tar.gz
fix_two_tests_py310.patch
New:
----
aspectlib-2.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aspectlib.spec ++++++
--- /var/tmp/diff_new_pack.BVvJM5/_old 2023-05-09 13:08:02.281271026 +0200
+++ /var/tmp/diff_new_pack.BVvJM5/_new 2023-05-09 13:08:02.285271050 +0200
@@ -16,19 +16,18 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
%{?sle15_python_module_pythons}
Name: python-aspectlib
-Version: 1.5.2
+Version: 2.0.0
Release: 0
Summary: Aspect-oriented programming
License: BSD-2-Clause
URL: https://github.com/ionelmc/python-aspectlib
Source:
https://files.pythonhosted.org/packages/source/a/aspectlib/aspectlib-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM fix_two_tests_py310.patch gh#ionelmc/python-aspectlib#22
[email protected]
-Patch0: fix_two_tests_py310.patch
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-fields
@@ -57,13 +56,13 @@
# both tests not working (the first skipped by design, the second needed old
tornado)
# don't pull in tornado when not needed
-rm tests/test_integrations_py3.py
+rm tests/test_integrations.py
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
++++++ aspectlib-1.5.2.tar.gz -> aspectlib-2.0.0.tar.gz ++++++
++++ 5796 lines of diff (skipped)