pyobjc-framework-EventKit 12.1__py2.py3-none-any.whl → 12.2__py2.py3-none-any.whl
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.
- EventKit/_metadata.py +12 -1
- {pyobjc_framework_eventkit-12.1.dist-info → pyobjc_framework_eventkit-12.2.dist-info}/METADATA +3 -3
- pyobjc_framework_eventkit-12.2.dist-info/RECORD +8 -0
- {pyobjc_framework_eventkit-12.1.dist-info → pyobjc_framework_eventkit-12.2.dist-info}/WHEEL +1 -1
- pyobjc_framework_eventkit-12.2.dist-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_eventkit-12.1.dist-info/RECORD +0 -8
- pyobjc_framework_eventkit-12.1.dist-info/pyobjc-build-info.txt +0 -3
- {pyobjc_framework_eventkit-12.1.dist-info → pyobjc_framework_eventkit-12.2.dist-info}/licenses/LICENSE.txt +0 -0
- {pyobjc_framework_eventkit-12.1.dist-info → pyobjc_framework_eventkit-12.2.dist-info}/top_level.txt +0 -0
EventKit/_metadata.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Thu May 28 21:46:57 2026
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -302,6 +302,7 @@ try:
|
|
|
302
302
|
finally:
|
|
303
303
|
objc._updatingMetadata(False)
|
|
304
304
|
|
|
305
|
+
objc.registerNewKeywordsFromSelector("EKEventStore", b"init")
|
|
305
306
|
objc.registerNewKeywordsFromSelector("EKEventStore", b"initWithAccessToEntityTypes:")
|
|
306
307
|
objc.registerNewKeywordsFromSelector("EKEventStore", b"initWithSources:")
|
|
307
308
|
objc.registerNewKeywordsFromSelector(
|
|
@@ -314,15 +315,25 @@ objc.registerNewKeywordsFromSelector(
|
|
|
314
315
|
objc.registerNewKeywordsFromSelector(
|
|
315
316
|
"EKRecurrenceRule", b"initRecurrenceWithFrequency:interval:end:"
|
|
316
317
|
)
|
|
318
|
+
objc.registerNewKeywordsFromSelector("EKVirtualConferenceDescriptor", b"init")
|
|
317
319
|
objc.registerNewKeywordsFromSelector(
|
|
318
320
|
"EKVirtualConferenceDescriptor", b"initWithTitle:URLDescriptors:conferenceDetails:"
|
|
319
321
|
)
|
|
322
|
+
objc.registerNewKeywordsFromSelector("EKVirtualConferenceRoomTypeDescriptor", b"init")
|
|
320
323
|
objc.registerNewKeywordsFromSelector(
|
|
321
324
|
"EKVirtualConferenceRoomTypeDescriptor", b"initWithTitle:identifier:"
|
|
322
325
|
)
|
|
326
|
+
objc.registerNewKeywordsFromSelector("EKVirtualConferenceURLDescriptor", b"init")
|
|
323
327
|
objc.registerNewKeywordsFromSelector(
|
|
324
328
|
"EKVirtualConferenceURLDescriptor", b"initWithTitle:URL:"
|
|
325
329
|
)
|
|
330
|
+
|
|
331
|
+
objc.registerNewKeywords("EKRecurrenceEnd", ("endDate",), "recurrenceEndWithEndDate_")
|
|
332
|
+
objc.registerNewKeywords(
|
|
333
|
+
"EKRecurrenceEnd", ("occurrenceCount",), "recurrenceEndWithOccurrenceCount_"
|
|
334
|
+
)
|
|
335
|
+
objc.registerNewKeywords("EKStructuredLocation", ("mapItem",), "locationWithMapItem_")
|
|
336
|
+
objc.registerNewKeywords("EKStructuredLocation", ("title",), "locationWithTitle_")
|
|
326
337
|
expressions = {}
|
|
327
338
|
|
|
328
339
|
# END OF FILE
|
{pyobjc_framework_eventkit-12.1.dist-info → pyobjc_framework_eventkit-12.2.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-EventKit
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework Accounts on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -31,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
|
|
|
31
31
|
Requires-Python: >=3.10
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
33
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
34
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
36
|
Dynamic: author
|
|
37
37
|
Dynamic: author-email
|
|
38
38
|
Dynamic: classifier
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
EventKit/__init__.py,sha256=uHpTThJvwy14MGI9z6Meh94NWk7ms-JSUpcGf4me-SM,1371
|
|
2
|
+
EventKit/_metadata.py,sha256=JiYx6cWtOfRTCEHTgfhT9XFQRm7hgD1BGyn-h_-d3Go,14699
|
|
3
|
+
pyobjc_framework_eventkit-12.2.dist-info/licenses/LICENSE.txt,sha256=DKBLB5KNSHK52bsiGHygQm3Yv6sI8m6toJmacdyBqv8,1249
|
|
4
|
+
pyobjc_framework_eventkit-12.2.dist-info/METADATA,sha256=ZvhUFwu1WVa8aiQjR9JrZclSzs_QbNj-FPsnCVwipNg,2548
|
|
5
|
+
pyobjc_framework_eventkit-12.2.dist-info/WHEEL,sha256=TdQ5LtNwLuxTCjgxN51AgdU5w-KkB9ttmLbzjTH02pg,109
|
|
6
|
+
pyobjc_framework_eventkit-12.2.dist-info/pyobjc-build-info.txt,sha256=Ri0Wl_rPog8K797Y9SwUgX2P5KgewvMu0uQOBhtk0lo,83
|
|
7
|
+
pyobjc_framework_eventkit-12.2.dist-info/top_level.txt,sha256=KzPPjnfngQY3qhxRq-8Alsk84j6xXEgbIyix_Kir8EE,9
|
|
8
|
+
pyobjc_framework_eventkit-12.2.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
EventKit/__init__.py,sha256=uHpTThJvwy14MGI9z6Meh94NWk7ms-JSUpcGf4me-SM,1371
|
|
2
|
-
EventKit/_metadata.py,sha256=WJ5sS5QiGBEnsRFAHF2Aj8s9V3QcaJFK3q4Csckx0go,14022
|
|
3
|
-
pyobjc_framework_eventkit-12.1.dist-info/licenses/LICENSE.txt,sha256=DKBLB5KNSHK52bsiGHygQm3Yv6sI8m6toJmacdyBqv8,1249
|
|
4
|
-
pyobjc_framework_eventkit-12.1.dist-info/METADATA,sha256=m_MsGE_ogM11N0DVlH5u1__YzIsu9TRkhMpk0lQjaNg,2548
|
|
5
|
-
pyobjc_framework_eventkit-12.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
6
|
-
pyobjc_framework_eventkit-12.1.dist-info/pyobjc-build-info.txt,sha256=Zbi-PSOVgOypJnPCf5t2Fe5WWRqqJAkI5-7sGEMSx6I,81
|
|
7
|
-
pyobjc_framework_eventkit-12.1.dist-info/top_level.txt,sha256=KzPPjnfngQY3qhxRq-8Alsk84j6xXEgbIyix_Kir8EE,9
|
|
8
|
-
pyobjc_framework_eventkit-12.1.dist-info/RECORD,,
|
|
File without changes
|
{pyobjc_framework_eventkit-12.1.dist-info → pyobjc_framework_eventkit-12.2.dist-info}/top_level.txt
RENAMED
|
File without changes
|