forked from pool/python-enaml
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
3d353f18c7 | |||
f7820a9e1b | |||
e4527abbf5 | |||
c61587226a | |||
bcacd0dc12 | |||
7aa71b0224 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7015a263c1c96e8d59891009a053b904a33e09f52842907bec0c574799bfe3ce
|
|
||||||
size 8141513
|
|
3
enaml-0.18.0.tar.gz
Normal file
3
enaml-0.18.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4c584f7abc0bdf1746c087eb8ea1989e6322da22a7208462fe9579e31690c03e
|
||||||
|
size 8140811
|
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 5 10:05:06 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- switch to use Qt6 bindings as Qt5 is going EOL
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 3 15:05:42 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Drop runtime dependency on pyside2 for Leap 16 and factory
|
||||||
|
(boo#1243916)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 6 15:37:22 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.18.0
|
||||||
|
* Support for Python 3.13 PR #556
|
||||||
|
* Fix possible error in rewrite fast locals
|
||||||
|
when using templates on 3.12 PR #550
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 6 17:57:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Jan 6 17:57:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-enaml
|
# spec file for package python-enaml
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-enaml
|
Name: python-enaml
|
||||||
Version: 0.17.0
|
Version: 0.18.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# Source code is under BSD but images are under different licenses
|
# Source code is under BSD but images are under different licenses
|
||||||
# and details are inside image_LICENSE.txt
|
# and details are inside image_LICENSE.txt
|
||||||
@@ -42,16 +42,21 @@ Requires: python-ply
|
|||||||
# SECTION The Qt variants are optional variants in the python metadata, but probably either one is required and they all require QtPy
|
# SECTION The Qt variants are optional variants in the python metadata, but probably either one is required and they all require QtPy
|
||||||
Requires: python-QtPy >= 2.1.0
|
Requires: python-QtPy >= 2.1.0
|
||||||
%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
|
%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
|
||||||
# pyside is python3 only, PyQt5 (-qt5) and PyQt6 are multiflavored
|
# pyside is python3 only, PyQt6 are multiflavored
|
||||||
Requires: (python-qt5 or python-PyQt6 >= 6.3.1 or python3-pyside2 or python3-pyside6 >= 6.2.3)
|
%if 0%{?suse_version} > 1500
|
||||||
|
Requires: (python-PyQt6 >= 6.3.1 or python3-pyside6 >= 6.2.3)
|
||||||
%else
|
%else
|
||||||
Requires: (python-qt5 or python-PyQt6 >= 6.3.1)
|
Requires: (python-qt5 or python-PyQt6 >= 6.3.1 or python3-pyside2 or python3-pyside6 >= 6.2.3)
|
||||||
|
%endif
|
||||||
|
%else
|
||||||
|
Requires: python-PyQt6 >= 6.3.1
|
||||||
%endif
|
%endif
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module QtPy >= 2.1.0}
|
BuildRequires: %{python_module QtPy >= 2.1.0}
|
||||||
|
BuildRequires: %{python_module PyQt6}
|
||||||
BuildRequires: %{python_module atom >= 0.8.0}
|
BuildRequires: %{python_module atom >= 0.8.0}
|
||||||
BuildRequires: %{python_module bytecode >= 0.13.0}
|
BuildRequires: %{python_module bytecode >= 0.13.0}
|
||||||
BuildRequires: %{python_module kiwisolver >= 1.2.0}
|
BuildRequires: %{python_module kiwisolver >= 1.2.0}
|
||||||
@@ -60,7 +65,6 @@ BuildRequires: %{python_module ply}
|
|||||||
BuildRequires: %{python_module pytest-qt}
|
BuildRequires: %{python_module pytest-qt}
|
||||||
BuildRequires: %{python_module pytest-xvfb}
|
BuildRequires: %{python_module pytest-xvfb}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module qt5}
|
|
||||||
BuildRequires: xauth
|
BuildRequires: xauth
|
||||||
BuildRequires: xorg-x11-fonts
|
BuildRequires: xorg-x11-fonts
|
||||||
# /SECTION
|
# /SECTION
|
||||||
@@ -76,7 +80,7 @@ applications can be run on any platform which supports
|
|||||||
Python and Qt.
|
Python and Qt.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n enaml-%{version}
|
%autosetup -p1 -n enaml-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
|
Reference in New Issue
Block a user