SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-Chameleon-3.0-2.8.noarch.rpm :

* Sun Jan 15 2017 arunAATTgmx.de- specfile:
* update copyright year- update to version 3.0:
* Bugs: + Fix issue on Python 2 where an exception was not cleared when using the pipe operator and was thus accessible through sys.exc_info(). + The \"exists\" expression no longer leaks error information. + Escape \'$$\' into \'$\' in both content and string expressions. + Fix use of macro definition inside translation block.
* Improvements: + Allow unquoted attribute values. + Wrap attribute error thrown when trying to use a non-macro as a macro as a RenderError to get proper error output. + Throw a parse error if \'--\' (double hyphen) appears in an XML comment. + The i18n:target attribute now overrides a default target_language variable and is passed to the translation function. + Include filename in the on-disk cache module name. Previously, only the SHA digest in hex representation would be used, making it difficult to see where the module came from. This fixes issue [#132]. + Add support for non-ascii attribute names. [sank]
* Compatibility: + Drop support for Python 2.6, 3.1, and 3.2.
* Sun Sep 25 2016 arunAATTgmx.de- specfile:
* update copyright year- update to version 2.25:
* Add explicit support / testing for Python 3.5.
* Add \\r to negative regex matches to the chameleon parser, where \
is used but \\r was missing. Fixes a case, where the tag name was parsed into html\\r instead of html. Fixes: https://github.com/malthe/chameleon/issues/219
* Sun May 08 2016 arunAATTgmx.de- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
* Wed Oct 28 2015 toddrme2178AATTgmail.com- Update to version 2.24
* Fixed Python 3.5 compatibility.
* Fixed brown bag release.
* Mon Oct 26 2015 toddrme2178AATTgmail.com- Update to version 2.23
* Added enable_data_attributes option that allows using HTML5 data attributes as control attributes instead or in addition to XML namespace attributes.
* Mon Feb 09 2015 arunAATTgmx.de- update to version 2.22:
* Fix brown bag release.- changes from version 2.21:
* Added RenderError exception which indicates that an error occurred during the evaluation of an expression.
* Clean up TemplateError exception implementation.
* Thu Jan 15 2015 arunAATTgmx.de- update to vesrion 2.20:
* Pass search_path to template class when loaded using TemplateLoader (or one of the derived classes). [faassen]
* Tue Jan 13 2015 arunAATTgmx.de- specfile:
* remove trailing whitespace- update to version 2.19:
* Fix logging deprecation.
* Fix environment-based configuration logging error.- changes to version 2.18:
* Fix minor compilation error.- changes to version 2.17:
* Add support for i18n:context. [wiggy]
* Add missing \'parity\' repeat property. [voxspox]
* Don\'t modify environment when getting variables from it. [fschulze]
* Sat Jan 10 2015 arunAATTgmx.de- specfile:
* update copyright year
* remove python(abi) requirement
* Thu May 15 2014 toddrme2178AATTgmail.com- Update to version 2.16 + 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).- Update to version 2.15 + Add Support for Python 3.4\'s NameConstant. [brakhane]- Update to version 2.14 + Element repetition using the TAL namespace no longer includes whitespace. This fixes issue #110. + Use absolute import for chameleon.interfaces module. This fixes issue #161.- Changes from 2.13-1 + Fixing brown bag release.- Changes from 2.13 + The template cache mechanism now includes additional configuration settings as part of the cache key such as strict and trim_attribute_space. + Fix cache issue where sometimes cached templates would not load correctly + In debug-mode, correctly remove temporary files when the module loader is garbage-collected (on __del__). + Fix error message when duplicate i18n:name directives are used in a translation. + Using the three-argument form of getattr on a chameleon.tal.RepeatDict no longer raises KeyError, letting the default provided to getattr be used. This fixes attempting to adapt a RepeatDict to a Zope interface under PyPy.- Changes from 2.12 + When a tal:case condition succeeds, no other case now will. + Implicit translation now correctly extracts and normalizes complete sentences, instead of words + The default symbol in a tal:case condition now allows the element only if no other case succeeds.- Require python-setuptools instead of distribute (upstreams merged)
* Thu Nov 22 2012 toddrme2178AATTgmail.com- Update to 2.11 - Bugfixes: - An issue was resolved where a METAL statement was combined with a ``tal:on-error`` handler. - Fix minor parser issue with incorrectly formatted processing instructions. - Provide proper error handling for Python inline code blocks. - Features: - The simple translation function now supports the ``translationstring`` interface. - Optimizations: - Minor optimization which correctly detects when an element has no attributes.- Remove openSUSE 11.4 spec file workarounds- Fix building documentation
* Sun May 27 2012 highwaystar.ruAATTgmail.com- python3 package added
 
ICM