Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-re-assert for
openSUSE:Factory checked in at 2025-06-14 16:17:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-re-assert (Old)
and /work/SRC/openSUSE:Factory/.python-re-assert.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-re-assert"
Sat Jun 14 16:17:16 2025 rev:4 rq:1285507 version:1.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-re-assert/python-re-assert.changes
2023-04-22 21:59:44.712959886 +0200
+++
/work/SRC/openSUSE:Factory/.python-re-assert.new.19631/python-re-assert.changes
2025-06-14 16:17:31.817774828 +0200
@@ -1,0 +2,5 @@
+Wed Jun 11 11:27:01 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-re-assert.spec ++++++
--- /var/tmp/diff_new_pack.bzFo0b/_old 2025-06-14 16:17:32.405799088 +0200
+++ /var/tmp/diff_new_pack.bzFo0b/_new 2025-06-14 16:17:32.405799088 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-re-assert
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-re-assert
Version: 1.1.0
@@ -28,7 +26,9 @@
URL: https://github.com/asottile/re-assert
Source:
https://files.pythonhosted.org/packages/source/r/re_assert/re_assert-%{version}.tar.gz
Source1:
https://raw.githubusercontent.com/asottile/re-assert/master/tests/re_assert_test.py
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-regex
@@ -47,10 +47,10 @@
cp %{SOURCE1} .
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -59,5 +59,7 @@
%files %{python_files}
%doc README.md
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/re_assert.py
+%{python_sitelib}/re[-_]assert-%{version}*-info
+%pycache_only %{python_sitelib}/__pycache__/re_assert*