15
0

- Update to 3.6.2:

* Fix SyntaxWarnings in Python 3.8 resulting from comparing literals with 'is'

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=29
This commit is contained in:
Tomáš Chvátal
2019-07-22 09:11:02 +00:00
committed by Git OBS Bridge
parent 9df16d9123
commit e91e1ea7e4
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 22 09:10:22 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.6.2:
* Fix SyntaxWarnings in Python 3.8 resulting from comparing literals with 'is'
-------------------------------------------------------------------
Mon Apr 1 12:59:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>