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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75ba5b120fe1a90418ff03103acdc6a25d1b044dc4e42bcc42cb7f2e76f6d95b
size 8108008

3
enaml-0.16.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dee51e9099965de4dac3ba779a0852722ae7b1f1ae0f39f75dd15400171cd5a2
size 8129020

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Mar 8 07:02:06 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <code@bnavigator.de>

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}