17
0

5 Commits

Author SHA256 Message Date
7d0837d924 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
2025-06-27 21:02:31 +00:00
538ab0f82d - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pystache?expand=0&rev=17
2025-06-27 14:52:31 +00:00
57dd9fb085 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
2025-06-27 14:48:38 +00:00
765e5f1e02 Accepting request 1236879 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1236879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pystache?expand=0&rev=7
2025-01-12 10:21:11 +00:00
96fe153dc3 Accepting request 1236854 from home:glaubitz:branches:devel:languages:python
- Update to 0.6.7
  * fix: Fail on unmatched tags.
- from version 0.6.6
  * Update README to match supported versions.
  * Update pre-commit.
  * Update pyproject.toml with 3.12 and 3.13 Python versions.
  * Update tox config to use Python 3.12 and 3.13 versions.
  * Update yml files with Python 3.12 and 3.13.
  * Update changelog for v0.6.5 a bit belatedly.

OBS-URL: https://build.opensuse.org/request/show/1236854
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pystache?expand=0&rev=14
2025-01-10 14:02:29 +00:00
4 changed files with 38 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f238d5a06f18843e0d491d8e4e292dc03fed6a54cb0a5c34be37a3faa973174
size 100731

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,30 @@
-------------------------------------------------------------------
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>
- Update to 0.6.7
* fix: Fail on unmatched tags.
- from version 0.6.6
* Update README to match supported versions.
* Update pre-commit.
* Update pyproject.toml with 3.12 and 3.13 Python versions.
* Update tox config to use Python 3.12 and 3.13 versions.
* Update yml files with Python 3.12 and 3.13.
* Update changelog for v0.6.5 a bit belatedly.
-------------------------------------------------------------------
Tue Jan 2 21:19:04 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pystache
#
# Copyright (c) 2024 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
@@ -17,8 +17,9 @@
%{?sle15_python_module_pythons}
%bcond_without libalternatives
Name: python-pystache
Version: 0.6.5
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