From 0b4ae7e1c32d7d82fd6933950293f2862e4151a7b24213b30af18b2c2bdbf8aa Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Fri, 6 Feb 2015 18:29:31 +0000 Subject: [PATCH] Accepting request 284529 from home:frispete:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 2.22 + Changes from 2.22 (2015-02-06) Fix brown bag release. + Changes from 2.21 (2015-02-06) Added RenderError exception which indicates that an error occurred during the evaluation of an expression. Clean up TemplateError exception implementation. + Changes from 2.20 (2015-01-12) Pass search_path to template class when loaded using TemplateLoader (or one of the derived classes). [faassen] + Changes from 2.19 (2015-01-06) Fix logging deprecation. Fix environment-based configuration logging error. + Changes from 2.18 (2014-11-03) Fix minor compilation error. + Changes from 2.17 (2014-11-03) Add support for i18n:context. [wiggy] Add missing ‘parity’ repeat property. [voxspox] Don’t modify environment when getting variables from it. [fschulze] + Changes from 2.16 (2014-05-06) If a repeat expression evaluates to None then it is now equivalent to an empty set. This changes a behavior introduced in 2.14. This fixes issue #172. Remove fossil test dependency on deprecated distribute. Add explicit support / testing for Python 3.3 / 3.4. Drop explicit support for Python 2.5 (out of maintenance, and no longer supported by tox or Travis-CI). + Changes from 2.15 (2014-03-11) Add Support for Python 3.4’s NameConstant. [brakhane] OBS-URL: https://build.opensuse.org/request/show/284529 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=18 --- Chameleon-2.14.tar.gz | 3 --- Chameleon-2.22.tar.gz | 3 +++ python-Chameleon.changes | 33 +++++++++++++++++++++++++++++++++ python-Chameleon.spec | 5 ++--- 4 files changed, 38 insertions(+), 6 deletions(-) delete mode 100644 Chameleon-2.14.tar.gz create mode 100644 Chameleon-2.22.tar.gz diff --git a/Chameleon-2.14.tar.gz b/Chameleon-2.14.tar.gz deleted file mode 100644 index d48d8df..0000000 --- a/Chameleon-2.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47c35aed92f03a998587dd3131dcfc7d5b3da5d2ca12b88055a430c210aa53f8 -size 200001 diff --git a/Chameleon-2.22.tar.gz b/Chameleon-2.22.tar.gz new file mode 100644 index 0000000..c9183f2 --- /dev/null +++ b/Chameleon-2.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eef8c58d1c58b94f6502d4213c92b2037f5ab66386b3da5b117213faa0bf7f7 +size 201994 diff --git a/python-Chameleon.changes b/python-Chameleon.changes index 9827f7b..e9984a1 100644 --- a/python-Chameleon.changes +++ b/python-Chameleon.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Fri Feb 6 17:07:27 UTC 2015 - hpj@urpla.net + +- Update to version 2.22 + + Changes from 2.22 (2015-02-06) + Fix brown bag release. + + Changes from 2.21 (2015-02-06) + Added RenderError exception which indicates that an error occurred during + the evaluation of an expression. Clean up TemplateError exception + implementation. + + Changes from 2.20 (2015-01-12) + Pass search_path to template class when loaded using TemplateLoader (or one + of the derived classes). [faassen] + + Changes from 2.19 (2015-01-06) + Fix logging deprecation. Fix environment-based configuration logging + error. + + Changes from 2.18 (2014-11-03) + Fix minor compilation error. + + Changes from 2.17 (2014-11-03) + Add support for i18n:context. [wiggy] Add missing ‘parity’ repeat property. + [voxspox] Don’t modify environment when getting variables from it. [fschulze] + + Changes from 2.16 (2014-05-06) + If a repeat expression evaluates to None then it is now equivalent to an + empty set. + This changes a behavior introduced in 2.14. + This fixes issue #172. + Remove fossil test dependency on deprecated distribute. + Add explicit support / testing for Python 3.3 / 3.4. + Drop explicit support for Python 2.5 (out of maintenance, and no longer + supported by tox or Travis-CI). + + Changes from 2.15 (2014-03-11) + Add Support for Python 3.4’s NameConstant. [brakhane] + ------------------------------------------------------------------- Tue Dec 10 11:44:10 UTC 2013 - p.drouand@gmail.com diff --git a/python-Chameleon.spec b/python-Chameleon.spec index ff98a36..c93fa54 100644 --- a/python-Chameleon.spec +++ b/python-Chameleon.spec @@ -1,8 +1,7 @@ # # spec file for package python-Chameleon # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (c) 2012 SUhttps://build.opensuse.org/package/show?package=python3-Chameleon&project=home%3ATheBlackCat%3Abranches%3Adevel%3Alanguages%3Apython3SE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +17,7 @@ Name: python-Chameleon -Version: 2.14 +Version: 2.22 Release: 0 Url: http://www.pagetemplates.org/ Summary: Fast HTML/XML Template Compiler