14
0

Accepting request 1288867 from devel:languages:python

- Convert to libalternatives

- 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/1288867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pystache?expand=0&rev=8
This commit is contained in:
2025-06-27 21:02:31 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55d8bb5aac450389369584b1627cecbe9069e13a09471a8fe783c44b64e94d5a
size 101395

3
pystache-0.6.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3707518e6a4d26dd189b07c10c669b1fc17df72684617c327bd3550e7075c72c
size 101892

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Jun 27 14:52:00 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives
-------------------------------------------------------------------
Thu Jun 26 12:52:01 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com>

View File

@@ -17,8 +17,9 @@
%{?sle15_python_module_pythons}
%bcond_without libalternatives
Name: python-pystache
Version: 0.6.7
Version: 0.6.8
Release: 0
Summary: Mustache for Python
License: MIT
@@ -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