pyobjc-framework-EventKit 11.0__py2.py3-none-any.whl → 12.0__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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Tue Jun 11 10:10:30 2024
3
+ # Last update: Fri Jul 25 11:47:41 2025
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -1,18 +1,17 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-EventKit
3
- Version: 11.0
3
+ Version: 12.0
4
4
  Summary: Wrappers for the framework Accounts on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
7
7
  Author-email: pyobjc-dev@lists.sourceforge.net
8
- License: MIT License
8
+ License: MIT
9
9
  Keywords: PyObjC,EventKit
10
10
  Platform: MacOS X (>=10.8)
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Environment :: Console
13
13
  Classifier: Environment :: MacOS X :: Cocoa
14
14
  Classifier: Intended Audience :: Developers
15
- Classifier: License :: OSI Approved :: MIT License
16
15
  Classifier: Natural Language :: English
17
16
  Classifier: Operating System :: MacOS :: MacOS X
18
17
  Classifier: Programming Language :: Python
@@ -24,18 +23,33 @@ Classifier: Programming Language :: Python :: 3.11
24
23
  Classifier: Programming Language :: Python :: 3.12
25
24
  Classifier: Programming Language :: Python :: 3.13
26
25
  Classifier: Programming Language :: Python :: 3.14
26
+ Classifier: Programming Language :: Python :: 3.15
27
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
+ Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
28
29
  Classifier: Programming Language :: Objective C
29
30
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
31
  Classifier: Topic :: Software Development :: User Interfaces
31
32
  Requires-Python: >=3.9
32
33
  Description-Content-Type: text/x-rst; charset=UTF-8
33
34
  License-File: LICENSE.txt
35
+ Requires-Dist: pyobjc-core>=12.0
36
+ Requires-Dist: pyobjc-framework-Cocoa>=12.0
37
+ Dynamic: author
38
+ Dynamic: author-email
39
+ Dynamic: classifier
40
+ Dynamic: description
41
+ Dynamic: description-content-type
42
+ Dynamic: home-page
43
+ Dynamic: keywords
44
+ Dynamic: license
45
+ Dynamic: license-file
46
+ Dynamic: platform
47
+ Dynamic: requires-dist
48
+ Dynamic: requires-python
49
+ Dynamic: summary
34
50
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
35
51
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
36
52
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
37
- Requires-Dist: pyobjc-core >=11.0
38
- Requires-Dist: pyobjc-framework-Cocoa >=11.0
39
53
 
40
54
 
41
55
  Wrappers for the "EventKit" framework on macOS.
@@ -0,0 +1,8 @@
1
+ EventKit/__init__.py,sha256=uHpTThJvwy14MGI9z6Meh94NWk7ms-JSUpcGf4me-SM,1371
2
+ EventKit/_metadata.py,sha256=WJ5sS5QiGBEnsRFAHF2Aj8s9V3QcaJFK3q4Csckx0go,14022
3
+ pyobjc_framework_eventkit-12.0.dist-info/licenses/LICENSE.txt,sha256=DKBLB5KNSHK52bsiGHygQm3Yv6sI8m6toJmacdyBqv8,1249
4
+ pyobjc_framework_eventkit-12.0.dist-info/METADATA,sha256=el8K4kMvQh5G6fEUWEh9IIV7R_0lp_zj1Qb50ibPUK8,2595
5
+ pyobjc_framework_eventkit-12.0.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
6
+ pyobjc_framework_eventkit-12.0.dist-info/pyobjc-build-info.txt,sha256=DrbcGDJq0sVhQwFajghJ82j-HCBI07U1mQQig6N9ubs,85
7
+ pyobjc_framework_eventkit-12.0.dist-info/top_level.txt,sha256=KzPPjnfngQY3qhxRq-8Alsk84j6xXEgbIyix_Kir8EE,9
8
+ pyobjc_framework_eventkit-12.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any
@@ -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-2024 - Ronald Oussoren
4
+ Copyright 2003-2025 - 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,3 @@
1
+ macOS 26.0.1 (25A362)
2
+ Apple clang version 17.0.0 (clang-1700.3.19.1)
3
+ SDK: macOS 26.0
@@ -1,8 +0,0 @@
1
- EventKit/__init__.py,sha256=uHpTThJvwy14MGI9z6Meh94NWk7ms-JSUpcGf4me-SM,1371
2
- EventKit/_metadata.py,sha256=b1lJHCtx2I37KoUsdjBgEsuDkaouwx-NLzJMflKF6Kc,14022
3
- pyobjc_framework_EventKit-11.0.dist-info/LICENSE.txt,sha256=VBYOCJp5HziM90a14Txl68gt3y2rIJpcoZAoVkfX4Ho,1249
4
- pyobjc_framework_EventKit-11.0.dist-info/METADATA,sha256=uSvCH-4j8UZ_hIKlDR8mBb03BByxhQGgAj4Z5D4BKH0,2260
5
- pyobjc_framework_EventKit-11.0.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
6
- pyobjc_framework_EventKit-11.0.dist-info/pyobjc-build-info.txt,sha256=R5YEsJoyZ8GByMQk4k_4WWEg6V4RNO715NMQwx6YaNI,85
7
- pyobjc_framework_EventKit-11.0.dist-info/top_level.txt,sha256=KzPPjnfngQY3qhxRq-8Alsk84j6xXEgbIyix_Kir8EE,9
8
- pyobjc_framework_EventKit-11.0.dist-info/RECORD,,
@@ -1,3 +0,0 @@
1
- macOS 15.3 (24D5040f)
2
- Apple clang version 16.0.0 (clang-1600.0.26.6)
3
- SDK: macOS 15.2