15
0

Accepting request 894584 from home:pgajdos:python

- version update to 3.9.1
  * Avoid various traceback reference cycles.
  * Removed compatibility code for unsupported Python versions
  * Dropped support for obsolete Python 3.4
  * Fixed namespace handling when redefining a variable in the same tal:define (#237)
  * Fixed failure computing a template's digest if template.filename is None (#254)
- %check: use %pytest macro

OBS-URL: https://build.opensuse.org/request/show/894584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=37
This commit is contained in:
2021-05-20 09:52:06 +00:00
committed by Git OBS Bridge
parent 188dccbcf5
commit f75f818db3
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 20 09:41:02 UTC 2021 - pgajdos@suse.com
- version update to 3.9.1
* Avoid various traceback reference cycles.
* Removed compatibility code for unsupported Python versions
* Dropped support for obsolete Python 3.4
* Fixed namespace handling when redefining a variable in the same tal:define (#237)
* Fixed failure computing a template's digest if template.filename is None (#254)
- %check: use %pytest macro
-------------------------------------------------------------------
Wed Jul 8 14:03:55 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>