Accepting request 830078 from home:bnavigator:branches:KDE:Qt5
- Update to 4.19.24 * Added support for Python v3.9. * %InstanceCode is now used to provide the default result of virtual handlers that return a class or mapped type by value. * 'android_abi' can now be used in a configuration file when building the sip module using qmake. This is required when using Qt v5.14 or later on Android. - all intermediate versions are tagged "minor bug-fix release" - refresh disable-strip.diff And it's time for SIP 5! OBS-URL: https://build.opensuse.org/request/show/830078 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-sip?expand=0&rev=39
This commit is contained in:
parent
46383db5c4
commit
d8aaf213bc
@ -6,11 +6,11 @@ Date: Sun Oct 21 11:29:04 2018 +0200
|
||||
|
||||
This prevents the debug package from being created.
|
||||
|
||||
diff --git a/siputils.py b/siputils.py
|
||||
index a29300d..d58537c 100644
|
||||
--- a/siputils.py
|
||||
+++ b/siputils.py
|
||||
@@ -1473,7 +1473,7 @@ class ModuleMakefile(Makefile):
|
||||
Index: sip-4.19.24/siputils.py
|
||||
===================================================================
|
||||
--- sip-4.19.24.orig/siputils.py
|
||||
+++ sip-4.19.24/siputils.py
|
||||
@@ -1474,7 +1474,7 @@ class ModuleMakefile(Makefile):
|
||||
"""
|
||||
def __init__(self, configuration, build_file, install_dir=None, static=0,
|
||||
console=0, qt=0, opengl=0, threaded=0, warnings=1, debug=0,
|
||||
@ -19,7 +19,7 @@ index a29300d..d58537c 100644
|
||||
export_all=0, universal=None, arch=None,
|
||||
deployment_target=None):
|
||||
"""Initialise an instance of a module Makefile.
|
||||
@@ -1784,7 +1784,7 @@ class SIPModuleMakefile(ModuleMakefile):
|
||||
@@ -1785,7 +1785,7 @@ class SIPModuleMakefile(ModuleMakefile):
|
||||
"""
|
||||
def __init__(self, configuration, build_file, install_dir=None, static=0,
|
||||
console=0, qt=0, opengl=0, threaded=0, warnings=1, debug=0,
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 19:26:56 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 4.19.24
|
||||
* Added support for Python v3.9.
|
||||
* %InstanceCode is now used to provide the default result of
|
||||
virtual handlers that return a class or mapped type by value.
|
||||
* 'android_abi' can now be used in a configuration file when
|
||||
building the sip module using qmake. This is required when
|
||||
using Qt v5.14 or later on Android.
|
||||
- all intermediate versions are tagged "minor bug-fix release"
|
||||
- refresh disable-strip.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 11:28:06 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sip
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define python_sip_api 12.7
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-sip
|
||||
Version: 4.19.19
|
||||
Version: 4.19.24
|
||||
Release: 0
|
||||
Summary: SIP tool to use python sip bindings
|
||||
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5436b61a78f48c7e8078e93a6b59453ad33780f80c644e5f3af39f94be1ede44
|
||||
size 1058422
|
3
sip-4.19.24.tar.gz
Normal file
3
sip-4.19.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edcd3790bb01938191eef0f6117de0bf56d1136626c0ddb678f3a558d62e41e5
|
||||
size 1055461
|
Loading…
Reference in New Issue
Block a user