From 54ee9cd43c458a1a8fb016de7161969cb5905eccae99603adbfc7fd103fb16cb Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 6 Apr 2018 08:36:27 +0000 Subject: [PATCH] - 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 --- Cheetah3-3.0.0.tar.gz | 3 --- Cheetah3-3.1.0.tar.gz | 3 +++ python-Cheetah3.changes | 8 ++++++++ python-Cheetah3.spec | 7 ++++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 Cheetah3-3.0.0.tar.gz create mode 100644 Cheetah3-3.1.0.tar.gz diff --git a/Cheetah3-3.0.0.tar.gz b/Cheetah3-3.0.0.tar.gz deleted file mode 100644 index ebc1e25..0000000 --- a/Cheetah3-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53be5db7419e08d71b5b10c9cf0a722c4fd2f5f3aff63976fc22bd20db29f877 -size 874174 diff --git a/Cheetah3-3.1.0.tar.gz b/Cheetah3-3.1.0.tar.gz new file mode 100644 index 0000000..4267404 --- /dev/null +++ b/Cheetah3-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293f8776a5dea7c3dffd26fce8495c2daf912b9cb46cc49c41cb50da597a0ac6 +size 872411 diff --git a/python-Cheetah3.changes b/python-Cheetah3.changes index 1d22f88..ec61222 100644 --- a/python-Cheetah3.changes +++ b/python-Cheetah3.changes @@ -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 diff --git a/python-Cheetah3.spec b/python-Cheetah3.spec index 55e05e5..64d0b93 100644 --- a/python-Cheetah3.spec +++ b/python-Cheetah3.spec @@ -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