14
0

- 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:
2018-04-06 08:36:27 +00:00
committed by Git OBS Bridge
parent 82de33f7c7
commit 54ee9cd43c
4 changed files with 15 additions and 6 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:293f8776a5dea7c3dffd26fce8495c2daf912b9cb46cc49c41cb50da597a0ac6
size 872411

View File

@@ -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

View File

@@ -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