forked from pool/python-enaml
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c9531ded0cab010a3b6ef2dd3c1ad2dacca8b089a7ee32f259e4c71053010e1
|
||||
size 8129663
|
||||
3
enaml-0.17.0.tar.gz
Normal file
3
enaml-0.17.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7015a263c1c96e8d59891009a053b904a33e09f52842907bec0c574799bfe3ce
|
||||
size 8141513
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 6 17:57:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user