1
0

7 Commits

Author SHA256 Message Date
eef193034b Accepting request 1236042 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1236042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6-NetworkAuth?expand=0&rev=13
2025-01-12 10:19:35 +00:00
15e50c60ed - Update to 6.8.0
* Added support for Qt v6.8.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-NetworkAuth?expand=0&rev=26
2025-01-08 21:18:48 +00:00
51b15d2e94 Accepting request 1222704 from KDE:Qt:PyQt
- Back to PyPI source
- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185

OBS-URL: https://build.opensuse.org/request/show/1222704
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6-NetworkAuth?expand=0&rev=12
2024-11-09 19:54:27 +00:00
7c3cf657b3 >=
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-NetworkAuth?expand=0&rev=24
2024-11-08 09:54:01 +00:00
e2db27f841 - Back to PyPI source
- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-NetworkAuth?expand=0&rev=23
2024-11-08 09:16:47 +00:00
0c8e85c5eb Accepting request 1221368 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1221368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6-NetworkAuth?expand=0&rev=11
2024-11-05 14:41:56 +00:00
b57a079fd7 -Avoid using requires_eq, which after the last modifications
conflicts with python singlespec (order of expansion).

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-NetworkAuth?expand=0&rev=21
2024-11-05 09:48:07 +00:00
4 changed files with 28 additions and 12 deletions

View File

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

View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jan 8 16:16:28 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Update to 6.8.0
* Added support for Qt v6.8.
-------------------------------------------------------------------
Fri Nov 8 08:52:09 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Back to PyPI source
- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185
-------------------------------------------------------------------
Tue Nov 5 08:18:30 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
-Avoid using requires_eq, which after the last modifications
conflicts with python singlespec (order of expansion).
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 21 13:52:14 UTC 2024 - Ben Greiner <code@bnavigator.de> Sun Apr 21 13:52:14 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-PyQt6-NetworkAuth # spec file for package python-PyQt6-NetworkAuth
# #
# 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
@@ -21,25 +21,23 @@
%define plainpython python %define plainpython python
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-PyQt6-%{qtlib} Name: python-PyQt6-%{qtlib}
Version: 6.7.0 Version: 6.8.0
Release: 0 Release: 0
Summary: Python bindings for the Qt Network Authorization library Summary: Python bindings for the Qt Network Authorization library
License: GPL-3.0-only License: GPL-3.0-only
Group: Development/Libraries/Python Group: Development/Libraries/Python
URL: https://www.riverbankcomputing.com/software/pyqtnetworkauth URL: https://www.riverbankcomputing.com/software/pyqtnetworkauth
# boo#1222514 Source: https://files.pythonhosted.org/packages/source/P/PyQt6-%{qtlib}/PyQt6_%{qtlib}-%{version}.tar.gz
# Source: https://files.pythonhosted.org/packages/source/P/PyQt6-%%{qtlib}/PyQt6_%%{qtlib}-%%{version}.tar.gz
Source: https://riverbankcomputing.com/pypi/packages/PyQt6-%{qtlib}/PyQt6_%{qtlib}-%{version}.tar.gz
BuildRequires: %{python_module PyQt6-devel >= 6.2} BuildRequires: %{python_module PyQt6-devel >= 6.2}
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module pyqt-builder >= 1.10 with %python-pyqt-builder < 2} BuildRequires: %{python_module pyqt-builder >= 1.17 with %python-pyqt-builder < 2}
BuildRequires: %{python_module sip-devel >= 6.8 with %python-sip-devel < 7} BuildRequires: %{python_module sip-devel >= 6.9 with %python-sip-devel < 7}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-pyqt-rpm-macros BuildRequires: python-pyqt-rpm-macros
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: cmake(Qt6%{qtlib}) BuildRequires: cmake(Qt6%{qtlib})
%requires_ge python-PyQt6 Requires: python-PyQt6 >= %(rpm -q --whatprovides python-PyQt6 --qf "%%{version}")
%requires_ge python-PyQt6-sip Requires: python-PyQt6-sip >= %(rpm -q --whatprovides python-PyQt6-sip --qf "%%{version}")
Provides: python-qtnetworkauth-qt6 = %{version}-%{release} Provides: python-qtnetworkauth-qt6 = %{version}-%{release}
%python_subpackages %python_subpackages