pyobjc-framework-UserNotifications 10.1__tar.gz → 11.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.
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/Lib/UserNotifications/__init__.py +14 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/Lib/UserNotifications/_metadata.py +2 -2
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/Lib/pyobjc_framework_UserNotifications.egg-info/PKG-INFO +5 -5
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/Lib/pyobjc_framework_UserNotifications.egg-info/SOURCES.txt +5 -4
- pyobjc_framework_usernotifications-11.0/Lib/pyobjc_framework_UserNotifications.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_usernotifications-11.0/Lib/pyobjc_framework_UserNotifications.egg-info/requires.txt +2 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/License.txt +1 -1
- pyobjc_framework_usernotifications-11.0/Modules/_UserNotifications.m +67 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/Modules/pyobjc-api.h +1 -1
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/Modules/pyobjc-compat.h +80 -5
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/PKG-INFO +5 -5
- pyobjc-framework-UserNotifications-10.1/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_usernotifications-11.0/metadata/raw/arm64-14.5.fwinfo +2 -2
- pyobjc_framework_usernotifications-11.0/metadata/raw/arm64-15.0.fwinfo +3284 -0
- pyobjc-framework-UserNotifications-10.1/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_usernotifications-11.0/metadata/raw/x86_64-14.5.fwinfo +2 -2
- pyobjc_framework_usernotifications-11.0/metadata/raw/x86_64-15.0.fwinfo +3284 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/pyobjc_setup.py +121 -27
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/setup.py +1 -3
- pyobjc-framework-UserNotifications-10.1/Lib/pyobjc_framework_UserNotifications.egg-info/requires.txt +0 -2
- pyobjc-framework-UserNotifications-10.1/Modules/_UserNotifications.m +0 -43
- pyobjc-framework-UserNotifications-10.1/metadata/raw/arm64-12.0.fwinfo +0 -3164
- pyobjc-framework-UserNotifications-10.1/metadata/raw/x86_64-12.0.fwinfo +0 -3164
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/Lib/pyobjc_framework_UserNotifications.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/Lib/pyobjc_framework_UserNotifications.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/Lib/pyobjc_framework_UserNotifications.egg-info/top_level.txt +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/MANIFEST.in +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/Modules/_UserNotifications_protocols.m +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/PyObjCTest/test_unerror.py +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/PyObjCTest/test_unnotificationaction.py +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/PyObjCTest/test_unnotificationattachment.py +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/PyObjCTest/test_unnotificationcategory.py +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/PyObjCTest/test_unnotificationcontent.py +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/PyObjCTest/test_unnotificationresponse.py +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/PyObjCTest/test_unnotificationserviceextension.py +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/PyObjCTest/test_unnotificationsettings.py +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/PyObjCTest/test_unnotificationtrigger.py +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/PyObjCTest/test_unusernotificationcenter.py +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/PyObjCTest/test_usernotifications.py +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/metadata/UserNotifications.fwinfo +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/metadata/metadata.ini +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/metadata/raw/arm64-13.0.fwinfo +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/metadata/raw/x86_64-13.0.fwinfo +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/pyproject.toml +0 -0
- {pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/setup.cfg +0 -0
|
@@ -31,6 +31,20 @@ def _setup():
|
|
|
31
31
|
globals()["__dir__"] = dir_func
|
|
32
32
|
globals()["__getattr__"] = getattr_func
|
|
33
33
|
|
|
34
|
+
for cls, sel in (
|
|
35
|
+
("UNNotificationActionIcon", b"init"),
|
|
36
|
+
("UNUserNotificationCenter", b"init"),
|
|
37
|
+
("UNNotificationCategory", b"init"),
|
|
38
|
+
("UNNotificationRequest", b"init"),
|
|
39
|
+
("UNNotificationTrigger", b"init"),
|
|
40
|
+
("UNNotificationAttachment", b"init"),
|
|
41
|
+
("UNNotificationAction", b"init"),
|
|
42
|
+
("UNNotificationSound", b"init"),
|
|
43
|
+
("UNNotificationResponse", b"init"),
|
|
44
|
+
("UNNotificationSettings", b"init"),
|
|
45
|
+
):
|
|
46
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
47
|
+
|
|
34
48
|
del sys.modules["UserNotifications._metadata"]
|
|
35
49
|
|
|
36
50
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Tue Jun 11 10:21:28 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -30,7 +30,7 @@ else:
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
misc = {}
|
|
33
|
-
constants = """$UNErrorDomain$UNNotificationAttachmentOptionsThumbnailClippingRectKey$UNNotificationAttachmentOptionsThumbnailHiddenKey$UNNotificationAttachmentOptionsThumbnailTimeKey$UNNotificationAttachmentOptionsTypeHintKey$UNNotificationDefaultActionIdentifier$UNNotificationDismissActionIdentifier$
|
|
33
|
+
constants = """$UNErrorDomain$UNNotificationAttachmentOptionsThumbnailClippingRectKey$UNNotificationAttachmentOptionsThumbnailHiddenKey$UNNotificationAttachmentOptionsThumbnailTimeKey$UNNotificationAttachmentOptionsTypeHintKey$UNNotificationDefaultActionIdentifier$UNNotificationDismissActionIdentifier$"""
|
|
34
34
|
enums = """$UNAlertStyleAlert@2$UNAlertStyleBanner@1$UNAlertStyleNone@0$UNAuthorizationOptionAlert@4$UNAuthorizationOptionAnnouncement@128$UNAuthorizationOptionBadge@1$UNAuthorizationOptionCarPlay@8$UNAuthorizationOptionCriticalAlert@16$UNAuthorizationOptionNone@0$UNAuthorizationOptionProvidesAppNotificationSettings@32$UNAuthorizationOptionProvisional@64$UNAuthorizationOptionSound@2$UNAuthorizationOptionTimeSensitive@256$UNAuthorizationStatusAuthorized@2$UNAuthorizationStatusDenied@1$UNAuthorizationStatusEphemeral@4$UNAuthorizationStatusNotDetermined@0$UNAuthorizationStatusProvisional@3$UNErrorCodeAttachmentCorrupt@105$UNErrorCodeAttachmentInvalidFileSize@102$UNErrorCodeAttachmentInvalidURL@100$UNErrorCodeAttachmentMoveIntoDataStoreFailed@104$UNErrorCodeAttachmentNotInDataStore@103$UNErrorCodeAttachmentUnrecognizedType@101$UNErrorCodeBadgeInputInvalid@1600$UNErrorCodeContentProvidingInvalid@1501$UNErrorCodeContentProvidingObjectNotAllowed@1500$UNErrorCodeNotificationInvalidNoContent@1401$UNErrorCodeNotificationInvalidNoDate@1400$UNErrorCodeNotificationsNotAllowed@1$UNNotificationActionOptionAuthenticationRequired@1$UNNotificationActionOptionDestructive@2$UNNotificationActionOptionForeground@4$UNNotificationActionOptionNone@0$UNNotificationCategoryOptionAllowAnnouncement@16$UNNotificationCategoryOptionAllowInCarPlay@2$UNNotificationCategoryOptionCustomDismissAction@1$UNNotificationCategoryOptionHiddenPreviewsShowSubtitle@8$UNNotificationCategoryOptionHiddenPreviewsShowTitle@4$UNNotificationCategoryOptionNone@0$UNNotificationGroupingSettingDefault@0$UNNotificationGroupingSettingOff@2$UNNotificationGroupingSettingSource@1$UNNotificationInterruptionLevelActive@1$UNNotificationInterruptionLevelCritical@3$UNNotificationInterruptionLevelPassive@0$UNNotificationInterruptionLevelTimeSensitive@2$UNNotificationPresentationOptionAlert@4$UNNotificationPresentationOptionBadge@1$UNNotificationPresentationOptionBanner@16$UNNotificationPresentationOptionList@8$UNNotificationPresentationOptionNone@0$UNNotificationPresentationOptionSound@2$UNNotificationSettingDisabled@1$UNNotificationSettingEnabled@2$UNNotificationSettingNotSupported@0$UNShowPreviewsSettingAlways@0$UNShowPreviewsSettingNever@2$UNShowPreviewsSettingWhenAuthenticated@1$"""
|
|
35
35
|
misc.update(
|
|
36
36
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-UserNotifications
|
|
3
|
-
Version:
|
|
3
|
+
Version: 11.0
|
|
4
4
|
Summary: Wrappers for the framework UserNotifications on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -18,20 +18,20 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
28
|
Classifier: Programming Language :: Objective C
|
|
29
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.9
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
33
|
+
Requires-Dist: pyobjc-core>=11.0
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=11.0
|
|
35
35
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
36
36
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
37
37
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -9,6 +9,7 @@ Lib/pyobjc_framework_UserNotifications.egg-info/PKG-INFO
|
|
|
9
9
|
Lib/pyobjc_framework_UserNotifications.egg-info/SOURCES.txt
|
|
10
10
|
Lib/pyobjc_framework_UserNotifications.egg-info/dependency_links.txt
|
|
11
11
|
Lib/pyobjc_framework_UserNotifications.egg-info/not-zip-safe
|
|
12
|
+
Lib/pyobjc_framework_UserNotifications.egg-info/pyobjc-build-info.txt
|
|
12
13
|
Lib/pyobjc_framework_UserNotifications.egg-info/requires.txt
|
|
13
14
|
Lib/pyobjc_framework_UserNotifications.egg-info/top_level.txt
|
|
14
15
|
Modules/_UserNotifications.m
|
|
@@ -29,12 +30,12 @@ PyObjCTest/test_unusernotificationcenter.py
|
|
|
29
30
|
PyObjCTest/test_usernotifications.py
|
|
30
31
|
metadata/UserNotifications.fwinfo
|
|
31
32
|
metadata/metadata.ini
|
|
32
|
-
metadata/raw/arm64-12.0.fwinfo
|
|
33
33
|
metadata/raw/arm64-12.3.fwinfo
|
|
34
34
|
metadata/raw/arm64-13.0.fwinfo
|
|
35
|
-
metadata/raw/arm64-14.
|
|
35
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
36
|
+
metadata/raw/arm64-15.0.fwinfo
|
|
36
37
|
metadata/raw/x86_64-10.16.fwinfo
|
|
37
|
-
metadata/raw/x86_64-12.0.fwinfo
|
|
38
38
|
metadata/raw/x86_64-12.3.fwinfo
|
|
39
39
|
metadata/raw/x86_64-13.0.fwinfo
|
|
40
|
-
metadata/raw/x86_64-14.
|
|
40
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
41
|
+
metadata/raw/x86_64-15.0.fwinfo
|
{pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/License.txt
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(This is the MIT license, note that libffi-src is a separate product with its own license)
|
|
2
2
|
|
|
3
3
|
Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al.
|
|
4
|
-
Copyright 2003-
|
|
4
|
+
Copyright 2003-2024 - Ronald Oussoren
|
|
5
5
|
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
7
7
|
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
#define PY_SSIZE_T_CLEAN
|
|
2
|
+
#include "Python.h"
|
|
3
|
+
#include "pyobjc-api.h"
|
|
4
|
+
|
|
5
|
+
#import <Foundation/Foundation.h>
|
|
6
|
+
#import <UserNotifications/UserNotifications.h>
|
|
7
|
+
|
|
8
|
+
/* We include the source code here instead of
|
|
9
|
+
* using the linker due to limitations in pyobjc-api.h
|
|
10
|
+
*/
|
|
11
|
+
#include "_UserNotifications_protocols.m"
|
|
12
|
+
|
|
13
|
+
static PyMethodDef mod_methods[] = {
|
|
14
|
+
{0, 0, 0, 0} /* sentinel */
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
static int mod_exec_module(PyObject* m)
|
|
18
|
+
{
|
|
19
|
+
return 0;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
static struct PyModuleDef_Slot mod_slots[] = {
|
|
23
|
+
{
|
|
24
|
+
.slot = Py_mod_exec,
|
|
25
|
+
.value = (void*)mod_exec_module
|
|
26
|
+
},
|
|
27
|
+
#if PY_VERSION_HEX >= 0x030c0000
|
|
28
|
+
{
|
|
29
|
+
/* This extension does not use the CPython API other than initializing
|
|
30
|
+
* the module, hence is safe with subinterpreters and per-interpreter
|
|
31
|
+
* GILs
|
|
32
|
+
*/
|
|
33
|
+
.slot = Py_mod_multiple_interpreters,
|
|
34
|
+
.value = Py_MOD_PER_INTERPRETER_GIL_SUPPORTED,
|
|
35
|
+
},
|
|
36
|
+
#endif
|
|
37
|
+
#if PY_VERSION_HEX >= 0x030d0000
|
|
38
|
+
{
|
|
39
|
+
/* The code in this extension should be safe to use without the GIL */
|
|
40
|
+
.slot = Py_mod_gil,
|
|
41
|
+
.value = Py_MOD_GIL_NOT_USED,
|
|
42
|
+
},
|
|
43
|
+
#endif
|
|
44
|
+
{ /* Sentinel */
|
|
45
|
+
.slot = 0,
|
|
46
|
+
.value = 0
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
static struct PyModuleDef mod_module = {
|
|
51
|
+
.m_base = PyModuleDef_HEAD_INIT,
|
|
52
|
+
.m_name = "_UserNotifications",
|
|
53
|
+
.m_doc = NULL,
|
|
54
|
+
.m_size = 0,
|
|
55
|
+
.m_methods = mod_methods,
|
|
56
|
+
.m_slots = mod_slots,
|
|
57
|
+
.m_traverse = NULL,
|
|
58
|
+
.m_clear = NULL,
|
|
59
|
+
.m_free = NULL,
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
PyObject* PyInit__UserNotifications(void);
|
|
63
|
+
|
|
64
|
+
PyObject* __attribute__((__visibility__("default"))) PyInit__UserNotifications(void)
|
|
65
|
+
{
|
|
66
|
+
return PyModuleDef_Init(&mod_module);
|
|
67
|
+
}
|
|
@@ -83,7 +83,7 @@ struct pyobjc_api {
|
|
|
83
83
|
PyObject* _Nullable (*_Nonnull unsupported_method_caller)(
|
|
84
84
|
PyObject* _Nonnull, PyObject* _Nonnull, PyObject* _Nonnull const* _Nonnull,
|
|
85
85
|
size_t);
|
|
86
|
-
void (*_Nonnull err_python_to_objc_gil)(PyGILState_STATE* _Nonnull state);
|
|
86
|
+
void (*_Nonnull err_python_to_objc_gil)(PyGILState_STATE* _Nonnull state) __attribute__((__noreturn__));
|
|
87
87
|
int (*_Nonnull simplify_sig)(const char* signature, char* buf, size_t buflen);
|
|
88
88
|
void (*_Nonnull free_c_array)(int, Py_buffer*);
|
|
89
89
|
int (*_Nonnull py_to_c_array)(BOOL, BOOL, const char* _Nonnull, PyObject* _Nonnull,
|
|
@@ -11,6 +11,12 @@
|
|
|
11
11
|
|
|
12
12
|
NS_ASSUME_NONNULL_BEGIN
|
|
13
13
|
|
|
14
|
+
#ifdef USE_STATIC_ANALYZER
|
|
15
|
+
#define CLANG_SUPPRESS [[clang::suppress]]
|
|
16
|
+
#else
|
|
17
|
+
#define CLANG_SUPPRESS
|
|
18
|
+
#endif
|
|
19
|
+
|
|
14
20
|
/*
|
|
15
21
|
*
|
|
16
22
|
* Start of compiler definitions
|
|
@@ -153,10 +159,6 @@ extern PyObject* _Nullable PyObject_VectorcallMethod(
|
|
|
153
159
|
|
|
154
160
|
extern int PyObjC_Cmp(PyObject* o1, PyObject* o2, int* result);
|
|
155
161
|
|
|
156
|
-
extern PyObject* _Nullable PyObjCBytes_InternFromString(const char* v);
|
|
157
|
-
extern PyObject* _Nullable PyObjCBytes_InternFromStringAndSize(const char* v,
|
|
158
|
-
Py_ssize_t l);
|
|
159
|
-
|
|
160
162
|
/*
|
|
161
163
|
* A micro optimization: when using Python 3.3 or later it
|
|
162
164
|
* is possible to access a 'char*' with an ASCII representation
|
|
@@ -238,7 +240,80 @@ _PyObjCTuple_GetItem(PyObject* tuple, Py_ssize_t idx)
|
|
|
238
240
|
PyGILState_Release(_GILState); \
|
|
239
241
|
} while (0)
|
|
240
242
|
|
|
241
|
-
|
|
243
|
+
#if PY_VERSION_HEX < 0x030a0000
|
|
244
|
+
|
|
245
|
+
static inline PyObject* Py_NewRef(PyObject* o)
|
|
246
|
+
{
|
|
247
|
+
Py_INCREF(o);
|
|
248
|
+
return o;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
static inline PyObject* Py_XNewRef(PyObject* o)
|
|
252
|
+
{
|
|
253
|
+
Py_XINCREF(o);
|
|
254
|
+
return o;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
#endif /* PY_VERSION_HEX < 0x030a0000 */
|
|
258
|
+
|
|
259
|
+
#if PY_VERSION_HEX < 0x030d0000
|
|
260
|
+
#define Py_BEGIN_CRITICAL_SECTION(value) { (void)(value);
|
|
261
|
+
#define Py_END_CRITICAL_SECTION() }
|
|
262
|
+
#define Py_EXIT_CRITICAL_SECTION() ((void)0)
|
|
263
|
+
|
|
264
|
+
#define Py_BEGIN_CRITICAL_SECTION2(value1, value2) { (void)(value1); (void)(value2);
|
|
265
|
+
#define Py_END_CRITICAL_SECTION2() }
|
|
266
|
+
#define Py_EXIT_CRITICAL_SECTION2() ((void)0)
|
|
267
|
+
|
|
268
|
+
#define PyObjC_ATOMIC
|
|
269
|
+
|
|
270
|
+
#else
|
|
271
|
+
|
|
272
|
+
#ifdef Py_GIL_DISABLED
|
|
273
|
+
#define Py_EXIT_CRITICAL_SECTION() PyCriticalSection_End(&_py_cs)
|
|
274
|
+
#define Py_EXIT_CRITICAL_SECTION2() PyCriticalSection2_End(&_py_cs2)
|
|
275
|
+
#define PyObjC_ATOMIC _Atomic
|
|
276
|
+
#else
|
|
277
|
+
#define Py_EXIT_CRITICAL_SECTION() ((void)0)
|
|
278
|
+
#define Py_EXIT_CRITICAL_SECTION2() ((void)0)
|
|
279
|
+
#define PyObjC_ATOMIC
|
|
280
|
+
#endif
|
|
281
|
+
|
|
282
|
+
#endif
|
|
283
|
+
|
|
284
|
+
#if PY_VERSION_HEX < 0x030d0000
|
|
285
|
+
static inline int PyDict_GetItemRef(PyObject *p, PyObject *key, PyObject * _Nonnull* _Nullable result)
|
|
286
|
+
{
|
|
287
|
+
*result = PyDict_GetItemWithError(p, key);
|
|
288
|
+
if (*result == NULL) {
|
|
289
|
+
if (PyErr_Occurred()) {
|
|
290
|
+
return -1;
|
|
291
|
+
} else {
|
|
292
|
+
return 0;
|
|
293
|
+
}
|
|
294
|
+
} else {
|
|
295
|
+
Py_INCREF(*result);
|
|
296
|
+
return 1;
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
static inline PyObject* _Nullable PyList_GetItemRef(PyObject* l, Py_ssize_t i)
|
|
301
|
+
{
|
|
302
|
+
PyObject* result = PyList_GetItem(l, i);
|
|
303
|
+
Py_XINCREF(result);
|
|
304
|
+
return result;
|
|
305
|
+
}
|
|
306
|
+
#endif
|
|
307
|
+
|
|
308
|
+
#if PY_VERSION_HEX < 0x030c0000
|
|
309
|
+
static inline PyObject* PyType_GetDict(PyTypeObject* type)
|
|
310
|
+
{
|
|
311
|
+
PyObject* result = type->tp_dict;
|
|
312
|
+
Py_INCREF(result);
|
|
313
|
+
return result;
|
|
314
|
+
}
|
|
315
|
+
#endif
|
|
316
|
+
|
|
242
317
|
|
|
243
318
|
NS_ASSUME_NONNULL_END
|
|
244
319
|
|
{pyobjc-framework-UserNotifications-10.1 → pyobjc_framework_usernotifications-11.0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-UserNotifications
|
|
3
|
-
Version:
|
|
3
|
+
Version: 11.0
|
|
4
4
|
Summary: Wrappers for the framework UserNotifications on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -18,20 +18,20 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
28
|
Classifier: Programming Language :: Objective C
|
|
29
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.9
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
33
|
+
Requires-Dist: pyobjc-core>=11.0
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=11.0
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
Wrappers for the "UserNotifications" framework on macOS.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat
|
|
4
|
+
// Last update: Sat May 18 09:38:08 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -3239,5 +3239,5 @@
|
|
|
3239
3239
|
"UNUserNotificationCenter.h"
|
|
3240
3240
|
],
|
|
3241
3241
|
"release": "10.16",
|
|
3242
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
3242
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
3243
3243
|
}
|