15
0

Accepting request 284529 from home:frispete:python

- 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
This commit is contained in:
2015-02-06 18:29:31 +00:00
committed by Git OBS Bridge
parent ed77bf14dc
commit 0b4ae7e1c3
4 changed files with 38 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47c35aed92f03a998587dd3131dcfc7d5b3da5d2ca12b88055a430c210aa53f8
size 200001

3
Chameleon-2.22.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6eef8c58d1c58b94f6502d4213c92b2037f5ab66386b3da5b117213faa0bf7f7
size 201994

View File

@@ -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] Dont 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.4s NameConstant. [brakhane]
-------------------------------------------------------------------
Tue Dec 10 11:44:10 UTC 2013 - p.drouand@gmail.com

View File

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