Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-anymarkup-core for
openSUSE:Factory checked in at 2025-05-13 20:09:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-anymarkup-core (Old)
and /work/SRC/openSUSE:Factory/.python-anymarkup-core.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-anymarkup-core"
Tue May 13 20:09:20 2025 rev:4 rq:1277191 version:0.8.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-anymarkup-core/python-anymarkup-core.changes
2022-10-20 11:12:05.684066249 +0200
+++
/work/SRC/openSUSE:Factory/.python-anymarkup-core.new.30101/python-anymarkup-core.changes
2025-05-13 20:09:39.113369111 +0200
@@ -1,0 +2,5 @@
+Tue May 13 13:40:25 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-anymarkup-core.spec ++++++
--- /var/tmp/diff_new_pack.gK2xcD/_old 2025-05-13 20:09:41.093452216 +0200
+++ /var/tmp/diff_new_pack.gK2xcD/_new 2025-05-13 20:09:41.113453055 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-anymarkup-core
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2020 SUSE Software Solutions Germany GmbH.
#
# All modifications and additions to the file contributed by third parties
@@ -17,7 +17,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-anymarkup-core
Version: 0.8.1
Release: 0
@@ -29,7 +28,9 @@
Patch0: xml-to-dict-0.13.patch
# PATCH-FIX-UPSTREAM drop-python2-support.patch gh#bkabrda/anymarkup-core#7
Patch1: drop-python2-support.patch
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Suggests: python-PyYAML
@@ -57,10 +58,10 @@
%autosetup -p1 -n anymarkup-core-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check