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.

@@ -1,4 +1,4 @@
1
- Copyright 2024 Phil Thompson <phil@riverbankcomputing.com>
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
1
+ Metadata-Version: 2.2
2
2
  Name: PyQt6_sip
3
- Version: 13.9.1
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: SIP
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
1
+ Metadata-Version: 2.2
2
2
  Name: PyQt6_sip
3
- Version: 13.9.1
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: SIP
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.
@@ -0,0 +1,4 @@
1
+ sip Extension Module
2
+ ====================
3
+
4
+ The sip extension module provides support for the PyQt6 package.
@@ -1,6 +1,6 @@
1
1
  # SPDX-License-Identifier: BSD-2-Clause
2
2
 
3
- # Copyright (c) 2024 Phil Thompson <phil@riverbankcomputing.com>
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.9.1',
20
- license='SIP',
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) 2024 Phil Thompson <phil@riverbankcomputing.com>
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 9
39
- #define SIP_MODULE_PATCH_VERSION 1
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 0x60901
86
- #define SIP_VERSION_STR "6.9.1"
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
  * This file implements the API for the array type.
5
5
  *
6
- * Copyright (c) 2024 Phil Thompson <phil@riverbankcomputing.com>
6
+ * Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
7
7
  */
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  /*
4
4
  * This file defines the API for the array type.
5
5
  *
6
- * Copyright (c) 2024 Phil Thompson <phil@riverbankcomputing.com>
6
+ * Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
7
7
  */
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  /*
4
4
  * The core sip module code.
5
5
  *
6
- * Copyright (c) 2024 Phil Thompson <phil@riverbankcomputing.com>
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
  {
@@ -3,7 +3,7 @@
3
3
  /*
4
4
  * This file defines the core sip module internal interfaces.
5
5
  *
6
- * Copyright (c) 2024 Phil Thompson <phil@riverbankcomputing.com>
6
+ * Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
7
7
  */
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  /*
4
4
  * The implementation of the different descriptors.
5
5
  *
6
- * Copyright (c) 2024 Phil Thompson <phil@riverbankcomputing.com>
6
+ * Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
7
7
  */
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  /*
4
4
  * This file implements the enum support.
5
5
  *
6
- * Copyright (c) 2024 Phil Thompson <phil@riverbankcomputing.com>
6
+ * Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
7
7
  */
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  /*
4
4
  * This file defines the API for the enum support.
5
5
  *
6
- * Copyright (c) 2024 Phil Thompson <phil@riverbankcomputing.com>
6
+ * Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
7
7
  */
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  /*
4
4
  * The implementation of the Python object to C/C++ integer convertors.
5
5
  *
6
- * Copyright (c) 2024 Phil Thompson <phil@riverbankcomputing.com>
6
+ * Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
7
7
  */
8
8
 
9
9
 
@@ -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) 2024 Phil Thompson <phil@riverbankcomputing.com>
7
+ * Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
8
8
  */
9
9
 
10
10
 
@@ -5,7 +5,7 @@
5
5
  * C++ classes that provide a thread interface to interact properly with the
6
6
  * Python threading infrastructure.
7
7
  *
8
- * Copyright (c) 2024 Phil Thompson <phil@riverbankcomputing.com>
8
+ * Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
9
9
  */
10
10
 
11
11
 
@@ -3,7 +3,7 @@
3
3
  /*
4
4
  * This file implements the API for the voidptr type.
5
5
  *
6
- * Copyright (c) 2024 Phil Thompson <phil@riverbankcomputing.com>
6
+ * Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>
7
7
  */
8
8
 
9
9
 
pyqt6_sip-13.9.1/README DELETED
@@ -1,5 +0,0 @@
1
- sip Extension Module
2
- ====================
3
-
4
- The sip extension module provides support for the PyQt6
5
- package.
File without changes
File without changes
File without changes