Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
30fc274137 |
BIN
PyQt6_sip-13.6.0.tar.gz
(Stored with Git LFS)
BIN
PyQt6_sip-13.6.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pyqt6_sip-13.10.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pyqt6_sip-13.10.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 4 01:19:59 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Support older and current versions of setuptools WRT to the case of
|
||||||
|
the metadata directory.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 3 17:09:30 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 13.10.0
|
||||||
|
* New ABI version 13.10
|
||||||
|
* Match python3-sip6-devel 6.10
|
||||||
|
* Drop fix-license-in-setup_py.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 21 12:54:55 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- Change license to just BSD-2-Clause. Since all files are using
|
||||||
|
this license and it's the only LICENSE file included I contacted
|
||||||
|
upstream (Phil Thompson) and he confirmed that it's licensed
|
||||||
|
just as BSD-2-Clause and setup.py needs fixing, so I added the
|
||||||
|
following patch to change it:
|
||||||
|
* fix-license-in-setup_py.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 8 16:19:41 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 13.9.1
|
||||||
|
* New ABI version 13.9
|
||||||
|
* Match python3-sip6-devel 6.9.1+
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 12:41:08 UTC 2024 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- Update to ABI version 13.8.0
|
||||||
|
* Match python3-sip6-devel 6.8.6+
|
||||||
|
* Is now BSD-2-Clause licensed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 25 20:33:30 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
Thu Jan 25 20:33:30 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-PyQt6-sip
|
# spec file for package python-PyQt6-sip
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
|
# Check PyPI for version: https://pypi.org/project/PyQt6-sip/
|
||||||
Name: python-PyQt6-sip
|
Name: python-PyQt6-sip
|
||||||
Version: 13.6.0
|
Version: 13.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The sip module support for PyQt6
|
Summary: The sip module support for PyQt6
|
||||||
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
|
License: BSD-2-Clause
|
||||||
URL: https://www.riverbankcomputing.com/software/sip/
|
URL: https://github.com/Python-SIP/sip
|
||||||
Source0: https://files.pythonhosted.org/packages/source/P/PyQt6-sip/PyQt6_sip-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/P/PyQt6-sip/pyqt6_sip-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel >= 3.7}
|
BuildRequires: %{python_module devel >= 3.8}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@@ -43,7 +44,7 @@ can also be used write self contained extension modules, i.e.
|
|||||||
without a library to be wrapped.
|
without a library to be wrapped.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n PyQt6_sip-%{version}
|
%autosetup -p1 -n pyqt6_sip-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
@@ -54,9 +55,9 @@ export CFLAGS="%{optflags}"
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE LICENSE-GPL2 LICENSE-GPL3
|
%license LICENSE
|
||||||
%dir %{python_sitearch}/PyQt6
|
%dir %{python_sitearch}/PyQt6
|
||||||
%{python_sitearch}/PyQt6/sip*
|
%{python_sitearch}/PyQt6/sip*
|
||||||
%{python_sitearch}/PyQt6_sip-%{version}.dist-info
|
%{python_sitearch}/[Pp]y[Qq]t6_sip-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user