forked from pool/python-Cheetah3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cheetah3?expand=0&rev=24
110 lines
4.5 KiB
Plaintext
110 lines
4.5 KiB
Plaintext
-------------------------------------------------------------------
|
||
Tue Apr 21 17:05:55 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||
|
||
- Cleanup of the SPEC file, remove warnings.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Feb 14 11:31:46 UTC 2020 - trenn@suse.de
|
||
|
||
- python-Markdown is a BuildRequire for python-Cheetah3
|
||
python2-Markdown package is not built anymore since last
|
||
submitrequest:
|
||
- disable python2 build: Markdown is python 3 only now
|
||
Therefore python-Cheetah3 can also only build python3-Cheetah3
|
||
due to: nothing provides python2-Markdown
|
||
unresolvable build service errors otherwise
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Oct 7 13:22:56 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
||
- Update to 3.2.4:
|
||
* Import from collections for Python 2, from collections.abc for Python 3.
|
||
* Fixed infinite recursion in ImportManager on importing module _bootlocale inside open().
|
||
|
||
-------------------------------------------------------------------
|
||
Thu May 23 08:00:15 UTC 2019 - pgajdos@suse.com
|
||
|
||
- version update to 3.2.3
|
||
- Fixed infinite recursion in ``ImportManager`` on importing
|
||
a builtin module.
|
||
- The site https://cheetahtemplate.org/ is now served with HTTPS.
|
||
- Updated docs regarding fixed tests.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue May 21 09:17:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
||
- Do not provide Cheetah3 namespace on python2, if someone wants
|
||
Cheetah3 binary they need the python3 variant anyway
|
||
|
||
-------------------------------------------------------------------
|
||
Fri May 3 11:57:28 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||
|
||
- Update to version 3.2.2:
|
||
* Replaced outdated and insecure mktemp with mkstemp.
|
||
* Fixed bugs in TemplateCmdLineIface.py: read binary pickles from
|
||
stdin and files.
|
||
* Use cgi.escape() for Python 2, html.escape() for Python 3.
|
||
* Created tests for TemplateCmdLineIface.
|
||
- Update test dependencies
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Mar 21 15:35:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
||
- Enable py2 as it supports python2
|
||
- Update to 3.2.1:
|
||
* Changed LoadTemplate.loadTemplate{Module,Class}: the loaded module’s __name__ set to just the file name.
|
||
* Use imp for Python 2, importlib for Python 3.
|
||
* Fix a bug in LoadTemplate.loadTemplate{Module,Class}: raise ImportError if the template was not found.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 5 12:14:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
||
- Update to 3.2.0:
|
||
* Dropped support for Python 3.3.
|
||
* Implement LoadTemplate.loadTemplate{Module,Class} to load templates from .py[co], .py or .tmpl.
|
||
* CheetahDirOwner caches compiled template in the template directory.
|
||
* CheetahDirOwner now silently ignores errors on compiled templates writing. To get tracebacks set CheetahDirOwner.debuglevel = 1.
|
||
* CheetahDirOwner and DirOwner byte-compile compiled templates to .pyc/.pyo. Errors on writing are silently ignored.
|
||
* Implement Compiler.__unicode__ under Python 2 and Compiler.__bytes__ under Python 3.
|
||
* Fix a bug in Compiler.__str__: under Python 2 the method now always returns str; it encodes unicode to str using encoding from the compiled source. Under Python 3 the method decodes bytes to str.
|
||
- Execute tests
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Dec 10 12:39:18 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
||
- Fix fdupes call
|
||
|
||
-------------------------------------------------------------------
|
||
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
|
||
|
||
- Conflict with python-cheetah
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Dec 28 23:14:20 UTC 2017 - jengelh@inai.de
|
||
|
||
- Remove some filler wording from descriptions.
|
||
The summary can do without repeating the software name.
|
||
- Avoid running fdupes over partition boundaries.
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Dec 24 15:45:04 UTC 2017 - mpluskal@suse.com
|
||
|
||
- Cleanup spec file
|
||
* Run spec-cleaner
|
||
* Remove text that does not belong to describtions
|
||
* Install license
|
||
- Build only python3 version
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Dec 7 22:00:04 UTC 2017 - boris@steki.net
|
||
|
||
- initial packaging
|