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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyQt6_sip
3
- Version: 13.9.0
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.8
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: PyQt6-sip
3
- Version: 13.9.0
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.8
12
+ Requires-Python: >=3.9
13
13
  License-File: LICENSE
14
14
 
15
15
  sip Extension Module
@@ -0,0 +1,2 @@
1
+ [build-system]
2
+ requires = ["setuptools >=69.5"]
@@ -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.9.0',
19
+ version='13.9.1',
20
20
  license='SIP',
21
- python_requires='>=3.8',
21
+ python_requires='>=3.9',
22
22
  ext_modules=[module]
23
23
  )
@@ -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 0
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 0x60900
86
- #define SIP_VERSION_STR "6.9.0"
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"
@@ -1,2 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools >=30.3", "wheel"]
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