- Update to 6.7.5

* This is a minor bug-fix release that fixes a problem with
    extract filenames that contain Windows drive letters.
- Version 6.7.4 is a minor big fix release that fixes the typo
  affecting type hints for properties.
- Drop sip-hg2860-fixprop.patch

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=21
This commit is contained in:
Benjamin Greiner 2023-01-11 09:19:57 +00:00 committed by Git OBS Bridge
parent 66d0caa2d3
commit 6223b36901
5 changed files with 15 additions and 18 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 11 09:17:06 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 6.7.5
* This is a minor bug-fix release that fixes a problem with
extract filenames that contain Windows drive letters.
- Version 6.7.4 is a minor big fix release that fixes the typo
affecting type hints for properties.
- Drop sip-hg2860-fixprop.patch
-------------------------------------------------------------------
Mon Oct 31 10:44:03 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-sip6
#
# 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,15 +17,13 @@
Name: python-sip6
Version: 6.7.3
Version: 6.7.5
Release: 0
Summary: A Python bindings generator for C/C++ libraries
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
Group: Development/Libraries/Python
URL: https://www.riverbankcomputing.com/software/sip
Source0: https://files.pythonhosted.org/packages/source/s/sip/sip-%{version}.tar.gz
# PATCH-FIX-UPSTREAM sip-hg2860-fixprop.patch https://www.riverbankcomputing.com/hg/sip/rev/2157850bf018, https://www.riverbankcomputing.com/pipermail/pyqt/2022-October/045021.html
Patch0: sip-hg2860-fixprop.patch
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module ply}

View File

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

3
sip-6.7.5.tar.gz Normal file
View File

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

View File

@ -1,11 +0,0 @@
--- a/sipbuild/generator/outputs/pyi.py Fri Oct 28 16:36:35 2022 +0100
+++ b/sipbuild/generator/outputs/pyi.py Sat Oct 29 09:18:07 2022 +0100
@@ -495,7 +495,7 @@
defined)
s = _indent(indent)
- s += f'def {prop.name.name}{sinature}: ...\n'
+ s += f'def {prop.name.name}{signature}: ...\n'
pf.write(s)
break