From eead39b374492c6c2b99f9ea892205935a6f70e23e022694ddbbabaf58649e20 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Jan 2024 17:58:20 +0000 Subject: [PATCH] - update to 0.17.0: * support for Python 3.12 PR #535 Python 3.12 is only tested with Qt6 All syntactic features of Python 3.12 are supported and catching error groups is now supported. * fix a bug in Enaml parser that was not showing proper location of syntax and indentation errors in tracebacks when the error was in an Enaml file. PR #530 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enaml?expand=0&rev=9 --- enaml-0.16.1.tar.gz | 3 --- enaml-0.17.0.tar.gz | 3 +++ python-enaml.changes | 11 +++++++++++ python-enaml.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 enaml-0.16.1.tar.gz create mode 100644 enaml-0.17.0.tar.gz diff --git a/enaml-0.16.1.tar.gz b/enaml-0.16.1.tar.gz deleted file mode 100644 index cc4ebe8..0000000 --- a/enaml-0.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c9531ded0cab010a3b6ef2dd3c1ad2dacca8b089a7ee32f259e4c71053010e1 -size 8129663 diff --git a/enaml-0.17.0.tar.gz b/enaml-0.17.0.tar.gz new file mode 100644 index 0000000..a9d78f1 --- /dev/null +++ b/enaml-0.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7015a263c1c96e8d59891009a053b904a33e09f52842907bec0c574799bfe3ce +size 8141513 diff --git a/python-enaml.changes b/python-enaml.changes index c98d7b2..45fd2c2 100644 --- a/python-enaml.changes +++ b/python-enaml.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Jan 6 17:57:28 UTC 2024 - Dirk Müller + +- update to 0.17.0: + * support for Python 3.12 PR #535 Python 3.12 is only tested + with Qt6 All syntactic features of Python 3.12 are supported + and catching error groups is now supported. + * fix a bug in Enaml parser that was not showing proper + location of syntax and indentation errors in tracebacks when + the error was in an Enaml file. PR #530 + ------------------------------------------------------------------- Sun May 7 18:48:19 UTC 2023 - Dirk Müller diff --git a/python-enaml.spec b/python-enaml.spec index 0b2f537..d6c9e2f 100644 --- a/python-enaml.spec +++ b/python-enaml.spec @@ -1,7 +1,7 @@ # # spec file for package python-enaml # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-enaml -Version: 0.16.1 +Version: 0.17.0 Release: 0 # Source code is under BSD but images are under different licenses # and details are inside image_LICENSE.txt @@ -27,7 +27,7 @@ License: BSD-3-Clause AND LGPL-2.1-only URL: https://github.com/nucleic/enaml Source: https://files.pythonhosted.org/packages/source/e/enaml/enaml-%{version}.tar.gz BuildRequires: %{python_module cppy >= 1.2.0} -BuildRequires: %{python_module devel >= 3.8} +BuildRequires: %{python_module devel >= 3.9} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 61.2} BuildRequires: %{python_module setuptools_scm >= 3.4.3}