forked from pool/python-Cheetah3
- Update to version 3.1.0:
* Fix Cheetah to work with PyPy. * Code cleanup: fix code style to satisfy flake8 linter. * Rename www directory to docs. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cheetah3?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53be5db7419e08d71b5b10c9cf0a722c4fd2f5f3aff63976fc22bd20db29f877
|
||||
size 874174
|
3
Cheetah3-3.1.0.tar.gz
Normal file
3
Cheetah3-3.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:293f8776a5dea7c3dffd26fce8495c2daf912b9cb46cc49c41cb50da597a0ac6
|
||||
size 872411
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 6 08:34:28 UTC 2018 - mpluskal@suse.com
|
||||
|
||||
- Update to version 3.1.0:
|
||||
* Fix Cheetah to work with PyPy.
|
||||
* Code cleanup: fix code style to satisfy flake8 linter.
|
||||
* Rename www directory to docs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 29 13:05:35 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
|
@@ -19,12 +19,12 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-Cheetah3
|
||||
Version: 3.0.0
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: Template engine and code generation tool
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: http://cheetahtemplate.org/
|
||||
URL: http://cheetahtemplate.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/C/Cheetah3/Cheetah3-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -54,7 +54,8 @@ It is a fork of the original CheetahTemplate library.
|
||||
%fdupes %{buildroot}/%{_prefix}
|
||||
|
||||
%files %{python_files}
|
||||
%doc ANNOUNCE.rst LICENSE README.rst BUGS
|
||||
%license LICENSE
|
||||
%doc ANNOUNCE.rst README.rst BUGS
|
||||
%python3_only %{_bindir}/cheetah
|
||||
%python3_only %{_bindir}/cheetah-analyze
|
||||
%python3_only %{_bindir}/cheetah-compile
|
||||
|
Reference in New Issue
Block a user