From 57dd9fb085a4aa4d0a9b0857514a9a7d5ac14fd255d48589cc81cf6724f6b207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 27 Jun 2025 14:48:38 +0000 Subject: [PATCH 1/2] Accepting request 1288690 from home:glaubitz:branches:devel:languages:python - Update to 0.6.8 * pystache has been stable and out of beta a long time, update config to reflect by @bakert in (#36) * feat: Supply ParsingError with additional information by @mykola-mokhnach-parloa in (#37) OBS-URL: https://build.opensuse.org/request/show/1288690 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pystache?expand=0&rev=16 --- pystache-0.6.7.tar.gz | 3 --- pystache-0.6.8.tar.gz | 3 +++ python-pystache.changes | 9 +++++++++ python-pystache.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pystache-0.6.7.tar.gz create mode 100644 pystache-0.6.8.tar.gz diff --git a/pystache-0.6.7.tar.gz b/pystache-0.6.7.tar.gz deleted file mode 100644 index b275467..0000000 --- a/pystache-0.6.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55d8bb5aac450389369584b1627cecbe9069e13a09471a8fe783c44b64e94d5a -size 101395 diff --git a/pystache-0.6.8.tar.gz b/pystache-0.6.8.tar.gz new file mode 100644 index 0000000..e3dca72 --- /dev/null +++ b/pystache-0.6.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3707518e6a4d26dd189b07c10c669b1fc17df72684617c327bd3550e7075c72c +size 101892 diff --git a/python-pystache.changes b/python-pystache.changes index 9fb9ae0..f543ceb 100644 --- a/python-pystache.changes +++ b/python-pystache.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 26 12:52:01 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.6.8 + * pystache has been stable and out of beta a long time, + update config to reflect by @bakert in (#36) + * feat: Supply ParsingError with additional information + by @mykola-mokhnach-parloa in (#37) + ------------------------------------------------------------------- Fri Jan 10 12:16:29 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-pystache.spec b/python-pystache.spec index 67e46ee..f3db7ef 100644 --- a/python-pystache.spec +++ b/python-pystache.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pystache -Version: 0.6.7 +Version: 0.6.8 Release: 0 Summary: Mustache for Python License: MIT From 538ab0f82d9ed7d74c9759abffa1a281709ec6b627af0ba680108906cec16428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 27 Jun 2025 14:52:31 +0000 Subject: [PATCH 2/2] - Convert to libalternatives OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pystache?expand=0&rev=17 --- python-pystache.changes | 5 +++++ python-pystache.spec | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-pystache.changes b/python-pystache.changes index f543ceb..5ccade4 100644 --- a/python-pystache.changes +++ b/python-pystache.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 27 14:52:00 UTC 2025 - Markéta Machová + +- Convert to libalternatives + ------------------------------------------------------------------- Thu Jun 26 12:52:01 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-pystache.spec b/python-pystache.spec index f3db7ef..ee75e5f 100644 --- a/python-pystache.spec +++ b/python-pystache.spec @@ -17,6 +17,7 @@ %{?sle15_python_module_pythons} +%bcond_without libalternatives Name: python-pystache Version: 0.6.8 Release: 0 @@ -30,8 +31,10 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: alts BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: alts BuildArch: noarch %description @@ -58,16 +61,14 @@ https://github.com/mustache/spec. %pyproject_install %python_clone -a %{buildroot}%{_bindir}/pystache %python_clone -a %{buildroot}%{_bindir}/pystache-test +%python_group_libalternatives pystache pystache-test %{python_expand %fdupes %{buildroot}%$python_sitelib/} %check %pytest -%post -%{python_install_alternative pystache pystache-test} - -%postun -%{python_uninstall_alternative pystache pystache-test} +%pre +%python_libalternatives_reset_alternative pystache %files %{python_files} %license LICENSE