PyQt6-sip 13.9.1__tar.gz → 13.10.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of PyQt6-sip might be problematic. Click here for more details.
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/LICENSE +1 -1
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/PKG-INFO +6 -5
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/PyQt6_sip.egg-info/PKG-INFO +6 -5
- pyqt6_sip-13.10.0/README +4 -0
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/setup.py +3 -3
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/sip.h +8 -5
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/sip_array.c +1 -1
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/sip_array.h +1 -1
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/sip_core.c +9 -1
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/sip_core.h +1 -1
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/sip_descriptors.c +1 -1
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/sip_enum.c +1 -1
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/sip_enum.h +1 -1
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/sip_int_convertors.c +1 -1
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/sip_object_map.c +1 -1
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/sip_threads.c +1 -1
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/sip_voidptr.c +1 -1
- pyqt6_sip-13.9.1/README +0 -5
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/MANIFEST.in +0 -0
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/PyQt6_sip.egg-info/SOURCES.txt +0 -0
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/PyQt6_sip.egg-info/dependency_links.txt +0 -0
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/PyQt6_sip.egg-info/top_level.txt +0 -0
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/pyproject.toml +0 -0
- {pyqt6_sip-13.9.1 → pyqt6_sip-13.10.0}/setup.cfg +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright
|
|
1
|
+
Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without
|
|
4
4
|
modification, are permitted provided that the following conditions are met:
|
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: PyQt6_sip
|
|
3
|
-
Version: 13.
|
|
3
|
+
Version: 13.10.0
|
|
4
4
|
Summary: The sip module support for PyQt6
|
|
5
5
|
Home-page: https://github.com/Python-SIP/sip
|
|
6
6
|
Author: Phil Thompson
|
|
7
7
|
Author-email: phil@riverbankcomputing.com
|
|
8
|
-
License:
|
|
8
|
+
License: BSD-2-Clause
|
|
9
9
|
Platform: X11
|
|
10
10
|
Platform: macOS
|
|
11
11
|
Platform: Windows
|
|
12
12
|
Requires-Python: >=3.9
|
|
13
13
|
License-File: LICENSE
|
|
14
|
+
Dynamic: license
|
|
15
|
+
Dynamic: requires-python
|
|
14
16
|
|
|
15
17
|
sip Extension Module
|
|
16
18
|
====================
|
|
17
19
|
|
|
18
|
-
The sip extension module provides support for the PyQt6
|
|
19
|
-
package.
|
|
20
|
+
The sip extension module provides support for the PyQt6 package.
|
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: PyQt6_sip
|
|
3
|
-
Version: 13.
|
|
3
|
+
Version: 13.10.0
|
|
4
4
|
Summary: The sip module support for PyQt6
|
|
5
5
|
Home-page: https://github.com/Python-SIP/sip
|
|
6
6
|
Author: Phil Thompson
|
|
7
7
|
Author-email: phil@riverbankcomputing.com
|
|
8
|
-
License:
|
|
8
|
+
License: BSD-2-Clause
|
|
9
9
|
Platform: X11
|
|
10
10
|
Platform: macOS
|
|
11
11
|
Platform: Windows
|
|
12
12
|
Requires-Python: >=3.9
|
|
13
13
|
License-File: LICENSE
|
|
14
|
+
Dynamic: license
|
|
15
|
+
Dynamic: requires-python
|
|
14
16
|
|
|
15
17
|
sip Extension Module
|
|
16
18
|
====================
|
|
17
19
|
|
|
18
|
-
The sip extension module provides support for the PyQt6
|
|
19
|
-
package.
|
|
20
|
+
The sip extension module provides support for the PyQt6 package.
|
pyqt6_sip-13.10.0/README
ADDED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
2
2
|
|
|
3
|
-
# Copyright (c)
|
|
3
|
+
# Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
import glob
|
|
@@ -16,8 +16,8 @@ module = Extension('PyQt6.sip', module_src)
|
|
|
16
16
|
# Do the setup.
|
|
17
17
|
setup(
|
|
18
18
|
name='PyQt6_sip',
|
|
19
|
-
version='13.
|
|
20
|
-
license='
|
|
19
|
+
version='13.10.0',
|
|
20
|
+
license='BSD-2-Clause',
|
|
21
21
|
python_requires='>=3.9',
|
|
22
22
|
ext_modules=[module]
|
|
23
23
|
)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/*
|
|
4
4
|
* The SIP module interface.
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c)
|
|
6
|
+
* Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
|
|
@@ -35,13 +35,16 @@ extern "C" {
|
|
|
35
35
|
|
|
36
36
|
/* The version of the ABI. */
|
|
37
37
|
#define SIP_ABI_MAJOR_VERSION 13
|
|
38
|
-
#define SIP_ABI_MINOR_VERSION
|
|
39
|
-
#define SIP_MODULE_PATCH_VERSION
|
|
38
|
+
#define SIP_ABI_MINOR_VERSION 10
|
|
39
|
+
#define SIP_MODULE_PATCH_VERSION 0
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
/*
|
|
43
43
|
* The change history of the ABI.
|
|
44
44
|
*
|
|
45
|
+
* v13.10
|
|
46
|
+
* - Added SIP_ABI_VERSION as a module attribute.
|
|
47
|
+
*
|
|
45
48
|
* v13.9
|
|
46
49
|
* - Python v3.9 or later is required.
|
|
47
50
|
* - Added a new implementation of sipDeprecated() that takes an optional
|
|
@@ -82,8 +85,8 @@ extern "C" {
|
|
|
82
85
|
|
|
83
86
|
|
|
84
87
|
/* The version of the code generator. */
|
|
85
|
-
#define SIP_VERSION
|
|
86
|
-
#define SIP_VERSION_STR "6.
|
|
88
|
+
#define SIP_VERSION 0x60a00
|
|
89
|
+
#define SIP_VERSION_STR "6.10.0"
|
|
87
90
|
|
|
88
91
|
/* These are all dependent on the user-specified name of the sip module. */
|
|
89
92
|
#define _SIP_MODULE_FQ_NAME "PyQt6.sip"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/*
|
|
4
4
|
* The core sip module code.
|
|
5
5
|
*
|
|
6
|
-
* Copyright (c)
|
|
6
|
+
* Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
|
|
@@ -886,6 +886,14 @@ const sipAPIDef *sip_init_library(PyObject *mod_dict)
|
|
|
886
886
|
if (sip_dict_set_and_discard(mod_dict, "SIP_VERSION_STR", obj) < 0)
|
|
887
887
|
return NULL;
|
|
888
888
|
|
|
889
|
+
/* Add the SIP ABI version number. */
|
|
890
|
+
obj = PyLong_FromLong((SIP_ABI_MAJOR_VERSION << 16) +
|
|
891
|
+
(SIP_ABI_MINOR_VERSION << 8) +
|
|
892
|
+
SIP_MODULE_PATCH_VERSION);
|
|
893
|
+
|
|
894
|
+
if (sip_dict_set_and_discard(mod_dict, "SIP_ABI_VERSION", obj) < 0)
|
|
895
|
+
return NULL;
|
|
896
|
+
|
|
889
897
|
/* Add the methods. */
|
|
890
898
|
for (md = methods; md->ml_name != NULL; ++md)
|
|
891
899
|
{
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* This module implements a hash table class for mapping C/C++ addresses to the
|
|
5
5
|
* corresponding wrapped Python object.
|
|
6
6
|
*
|
|
7
|
-
* Copyright (c)
|
|
7
|
+
* Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
|
pyqt6_sip-13.9.1/README
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|