PyQt6-sip 13.9.0__tar.gz → 13.9.1__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.0 → pyqt6_sip-13.9.1}/PKG-INFO +2 -2
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/PyQt6_sip.egg-info/PKG-INFO +3 -3
- pyqt6_sip-13.9.1/pyproject.toml +2 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/setup.py +2 -2
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/sip.h +3 -3
- PyQt6_sip-13.9.0/pyproject.toml +0 -2
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/LICENSE +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/MANIFEST.in +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/PyQt6_sip.egg-info/SOURCES.txt +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/PyQt6_sip.egg-info/dependency_links.txt +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/PyQt6_sip.egg-info/top_level.txt +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/README +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/setup.cfg +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/sip_array.c +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/sip_array.h +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/sip_core.c +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/sip_core.h +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/sip_descriptors.c +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/sip_enum.c +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/sip_enum.h +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/sip_int_convertors.c +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/sip_object_map.c +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/sip_threads.c +0 -0
- {PyQt6_sip-13.9.0 → pyqt6_sip-13.9.1}/sip_voidptr.c +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PyQt6_sip
|
|
3
|
-
Version: 13.9.
|
|
3
|
+
Version: 13.9.1
|
|
4
4
|
Summary: The sip module support for PyQt6
|
|
5
5
|
Home-page: https://github.com/Python-SIP/sip
|
|
6
6
|
Author: Phil Thompson
|
|
@@ -9,7 +9,7 @@ License: SIP
|
|
|
9
9
|
Platform: X11
|
|
10
10
|
Platform: macOS
|
|
11
11
|
Platform: Windows
|
|
12
|
-
Requires-Python: >=3.
|
|
12
|
+
Requires-Python: >=3.9
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
|
|
15
15
|
sip Extension Module
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name:
|
|
3
|
-
Version: 13.9.
|
|
2
|
+
Name: PyQt6_sip
|
|
3
|
+
Version: 13.9.1
|
|
4
4
|
Summary: The sip module support for PyQt6
|
|
5
5
|
Home-page: https://github.com/Python-SIP/sip
|
|
6
6
|
Author: Phil Thompson
|
|
@@ -9,7 +9,7 @@ License: SIP
|
|
|
9
9
|
Platform: X11
|
|
10
10
|
Platform: macOS
|
|
11
11
|
Platform: Windows
|
|
12
|
-
Requires-Python: >=3.
|
|
12
|
+
Requires-Python: >=3.9
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
|
|
15
15
|
sip Extension Module
|
|
@@ -36,7 +36,7 @@ extern "C" {
|
|
|
36
36
|
/* The version of the ABI. */
|
|
37
37
|
#define SIP_ABI_MAJOR_VERSION 13
|
|
38
38
|
#define SIP_ABI_MINOR_VERSION 9
|
|
39
|
-
#define SIP_MODULE_PATCH_VERSION
|
|
39
|
+
#define SIP_MODULE_PATCH_VERSION 1
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
/*
|
|
@@ -82,8 +82,8 @@ extern "C" {
|
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
/* The version of the code generator. */
|
|
85
|
-
#define SIP_VERSION
|
|
86
|
-
#define SIP_VERSION_STR "6.9.
|
|
85
|
+
#define SIP_VERSION 0x60901
|
|
86
|
+
#define SIP_VERSION_STR "6.9.1"
|
|
87
87
|
|
|
88
88
|
/* These are all dependent on the user-specified name of the sip module. */
|
|
89
89
|
#define _SIP_MODULE_FQ_NAME "PyQt6.sip"
|
PyQt6_sip-13.9.0/pyproject.toml
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|