15
0
forked from pool/python-enaml

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enaml?expand=0&rev=6
This commit is contained in:
2023-03-08 07:03:26 +00:00
committed by Git OBS Bridge
parent fc7155206e
commit 7f96ea2a67
4 changed files with 16 additions and 5 deletions

View File

@@ -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}