diff --git a/enaml-0.15.2.tar.gz b/enaml-0.15.2.tar.gz deleted file mode 100644 index 764a753..0000000 --- a/enaml-0.15.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75ba5b120fe1a90418ff03103acdc6a25d1b044dc4e42bcc42cb7f2e76f6d95b -size 8108008 diff --git a/enaml-0.16.0.tar.gz b/enaml-0.16.0.tar.gz new file mode 100644 index 0000000..f92be02 --- /dev/null +++ b/enaml-0.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee51e9099965de4dac3ba779a0852722ae7b1f1ae0f39f75dd15400171cd5a2 +size 8129020 diff --git a/python-enaml.changes b/python-enaml.changes index a1ede31..60a8b42 100644 --- a/python-enaml.changes +++ b/python-enaml.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Mar 8 07:02:06 UTC 2023 - Steve Kowalik + +- Update to 0.16.0: + * add support for Python 3.11+ PR #514 + * fix several issues related to PySide6 PR #513 + * switch to use pegen to generate the parser PR #474 + * implement hash and eq for decl functions PR #517 +- Add pegen to BuildRequires. + ------------------------------------------------------------------- Thu Dec 15 23:23:39 UTC 2022 - Ben Greiner diff --git a/python-enaml.spec b/python-enaml.spec index 4871a94..445eb73 100644 --- a/python-enaml.spec +++ b/python-enaml.spec @@ -1,7 +1,7 @@ # # spec file for package python-enaml # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-enaml -Version: 0.15.2 +Version: 0.16.0 Release: 0 # Source code is under BSD but images are under different licenses # and details are inside image_LICENSE.txt @@ -54,6 +54,7 @@ BuildRequires: %{python_module QtPy >= 2.1.0} BuildRequires: %{python_module atom >= 0.8.0} BuildRequires: %{python_module bytecode >= 0.13.0} BuildRequires: %{python_module kiwisolver >= 1.2.0} +BuildRequires: %{python_module pegen} BuildRequires: %{python_module ply} BuildRequires: %{python_module pytest-qt} BuildRequires: %{python_module pytest-xvfb}