Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
7d0837d924 | |||
538ab0f82d | |||
57dd9fb085 | |||
765e5f1e02 | |||
96fe153dc3 |
@@ -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
3
pystache-0.6.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3707518e6a4d26dd189b07c10c669b1fc17df72684617c327bd3550e7075c72c
|
||||||
|
size 101892
|
@@ -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>
|
Tue Jan 2 21:19:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pystache
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
|
%bcond_without libalternatives
|
||||||
Name: python-pystache
|
Name: python-pystache
|
||||||
Version: 0.6.5
|
Version: 0.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mustache for Python
|
Summary: Mustache for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -30,8 +31,10 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: alts
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: alts
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -58,16 +61,14 @@ https://github.com/mustache/spec.
|
|||||||
%pyproject_install
|
%pyproject_install
|
||||||
%python_clone -a %{buildroot}%{_bindir}/pystache
|
%python_clone -a %{buildroot}%{_bindir}/pystache
|
||||||
%python_clone -a %{buildroot}%{_bindir}/pystache-test
|
%python_clone -a %{buildroot}%{_bindir}/pystache-test
|
||||||
|
%python_group_libalternatives pystache pystache-test
|
||||||
%{python_expand %fdupes %{buildroot}%$python_sitelib/}
|
%{python_expand %fdupes %{buildroot}%$python_sitelib/}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
%pytest
|
||||||
|
|
||||||
%post
|
%pre
|
||||||
%{python_install_alternative pystache pystache-test}
|
%python_libalternatives_reset_alternative pystache
|
||||||
|
|
||||||
%postun
|
|
||||||
%{python_uninstall_alternative pystache pystache-test}
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Reference in New Issue
Block a user