From 6fbaa30f8939b9c6feff6ca5452e9462bee3767d Mon Sep 17 00:00:00 2001 From: StevenK <> Date: Jun 05 2025 18:43:51 +0000 Subject: Update python-MarkupPy to version 1.14 / rev 2 via SR 1282929 https://build.opensuse.org/request/show/1282929 by user StevenK + anag_factory - Switch to pyproject macros. --- diff --git a/.files b/.files index b185864..1913c1d 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index a6f22f9..058d76b 100644 --- a/.rev +++ b/.rev @@ -7,4 +7,12 @@ Dependency of python-tablib 753787 + + e638e764ece2d2b2c7b841da4ceccbf6 + 1.14 + + anag_factory + - Switch to pyproject macros. + 1282929 + diff --git a/python-MarkupPy.changes b/python-MarkupPy.changes index ce7eb2b..30e01d1 100644 --- a/python-MarkupPy.changes +++ b/python-MarkupPy.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Jun 5 04:38:02 UTC 2025 - Steve Kowalik + +- Switch to pyproject macros. + +------------------------------------------------------------------- Tue Dec 3 20:26:06 UTC 2019 - Todd R - Initial version diff --git a/python-MarkupPy.spec b/python-MarkupPy.spec index e0b4790..800d9ee 100644 --- a/python-MarkupPy.spec +++ b/python-MarkupPy.spec @@ -1,7 +1,7 @@ # # spec file for package python-MarkupPy # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,22 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-MarkupPy Version: 1.14 Release: 0 License: SUSE-Public-Domain Summary: An HTML/XML generator -Url: https://github.com/tylerbakke/MarkupPy -Group: Development/Languages/Python +URL: https://github.com/tylerbakke/MarkupPy Source: https://files.pythonhosted.org/packages/source/M/MarkupPy/MarkupPy-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -40,15 +41,15 @@ for Python programs. %setup -q -n MarkupPy-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license %{python_sitelib}/MarkupPy/markup.py %{python_sitelib}/MarkupPy/ -%{python_sitelib}/MarkupPy-%{version}-py*.egg-info +%{python_sitelib}/[Mm]arkup[Pp]y-%{version}.dist-info %changelog