From e91e1ea7e43c33922986dffdb606dfa43553fca9e0986a9c280e7951b8d6611a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Jul 2019 09:11:02 +0000 Subject: [PATCH] - 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 --- Chameleon-3.6.1.tar.gz | 3 --- Chameleon-3.6.2.tar.gz | 3 +++ python-Chameleon.changes | 6 ++++++ python-Chameleon.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 Chameleon-3.6.1.tar.gz create mode 100644 Chameleon-3.6.2.tar.gz diff --git a/Chameleon-3.6.1.tar.gz b/Chameleon-3.6.1.tar.gz deleted file mode 100644 index 1564d6a..0000000 --- a/Chameleon-3.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:850f74f756bcb99423dd2658b99f448b09f09ccc2c60c0a2d6dec52294d7f9ed -size 121359 diff --git a/Chameleon-3.6.2.tar.gz b/Chameleon-3.6.2.tar.gz new file mode 100644 index 0000000..f11bddd --- /dev/null +++ b/Chameleon-3.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9e5e068ee323817705a793cc03538677915c3b99c3f8a4ecba42e62d66862b +size 121518 diff --git a/python-Chameleon.changes b/python-Chameleon.changes index c0f5502..8ffcaf0 100644 --- a/python-Chameleon.changes +++ b/python-Chameleon.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 22 09:10:22 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-Chameleon.spec b/python-Chameleon.spec index 5e89ea6..49bd9af 100644 --- a/python-Chameleon.spec +++ b/python-Chameleon.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Chameleon -Version: 3.6.1 +Version: 3.6.2 Release: 0 Summary: Fast HTML/XML Template Compiler License: BSD-3-Clause AND BSD-4-Clause AND Python-2.0 AND ZPL-2.1