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:
@@ -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
3
enaml-0.16.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dee51e9099965de4dac3ba779a0852722ae7b1f1ae0f39f75dd15400171cd5a2
|
||||
size 8129020
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user