15
0

Accepting request 992238 from home:ohollmann:branches:devel:languages:python

- version update to 3.10.1
  * Fix __str__ method of chameleon.exc.TemplateError (#356)
  * Make scope class dict-like (#305)
  * Work in FIPS enabled environments (#345)
  * Fix tab handling issue (#350)

OBS-URL: https://build.opensuse.org/request/show/992238
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=39
This commit is contained in:
2022-08-02 13:28:25 +00:00
committed by Git OBS Bridge
parent f75f818db3
commit f87f357ec5
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 2 11:11:29 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
- version update to 3.10.1
* Fix __str__ method of chameleon.exc.TemplateError (#356)
* Make scope class dict-like (#305)
* Work in FIPS enabled environments (#345)
* Fix tab handling issue (#350)
-------------------------------------------------------------------
Thu May 20 09:41:02 UTC 2021 - pgajdos@suse.com