pyobjc-framework-EventKit 10.3.2__py2.py3-none-any.whl → 11.1__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: Sat May 18 09:28:43 2024
3
+ # Last update: Tue Jun 11 10:10:30 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -1,38 +1,50 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-EventKit
3
- Version: 10.3.2
3
+ Version: 11.1
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
19
18
  Classifier: Programming Language :: Python :: 3
20
19
  Classifier: Programming Language :: Python :: 3 :: Only
21
- Classifier: Programming Language :: Python :: 3.8
22
20
  Classifier: Programming Language :: Python :: 3.9
23
21
  Classifier: Programming Language :: Python :: 3.10
24
22
  Classifier: Programming Language :: Python :: 3.11
25
23
  Classifier: Programming Language :: Python :: 3.12
26
24
  Classifier: Programming Language :: Python :: 3.13
25
+ Classifier: Programming Language :: Python :: 3.14
27
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
27
  Classifier: Programming Language :: Objective C
29
28
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
29
  Classifier: Topic :: Software Development :: User Interfaces
31
- Requires-Python: >=3.8
30
+ Requires-Python: >=3.9
32
31
  Description-Content-Type: text/x-rst; charset=UTF-8
33
32
  License-File: LICENSE.txt
34
- Requires-Dist: pyobjc-core>=10.3.2
35
- Requires-Dist: pyobjc-framework-Cocoa>=10.3.2
33
+ Requires-Dist: pyobjc-core>=11.1
34
+ Requires-Dist: pyobjc-framework-Cocoa>=11.1
35
+ Dynamic: author
36
+ Dynamic: author-email
37
+ Dynamic: classifier
38
+ Dynamic: description
39
+ Dynamic: description-content-type
40
+ Dynamic: home-page
41
+ Dynamic: keywords
42
+ Dynamic: license
43
+ Dynamic: license-file
44
+ Dynamic: platform
45
+ Dynamic: requires-dist
46
+ Dynamic: requires-python
47
+ Dynamic: summary
36
48
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
37
49
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
38
50
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
@@ -0,0 +1,8 @@
1
+ EventKit/__init__.py,sha256=uHpTThJvwy14MGI9z6Meh94NWk7ms-JSUpcGf4me-SM,1371
2
+ EventKit/_metadata.py,sha256=b1lJHCtx2I37KoUsdjBgEsuDkaouwx-NLzJMflKF6Kc,14022
3
+ pyobjc_framework_eventkit-11.1.dist-info/licenses/LICENSE.txt,sha256=DKBLB5KNSHK52bsiGHygQm3Yv6sI8m6toJmacdyBqv8,1249
4
+ pyobjc_framework_eventkit-11.1.dist-info/METADATA,sha256=lWKjgIfh6zEytf6ivgJ7mOTpOPINdxbs9wPVir9QkyM,2471
5
+ pyobjc_framework_eventkit-11.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
6
+ pyobjc_framework_eventkit-11.1.dist-info/pyobjc-build-info.txt,sha256=OfQNPl9BwB9fSU4KMztzne_AW50mIPMwZ9jSbPyMI-g,82
7
+ pyobjc_framework_eventkit-11.1.dist-info/top_level.txt,sha256=KzPPjnfngQY3qhxRq-8Alsk84j6xXEgbIyix_Kir8EE,9
8
+ pyobjc_framework_eventkit-11.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.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 15.5 (24F74)
2
+ Apple clang version 17.0.0 (clang-1700.0.13.5)
3
+ SDK: macOS 15.5
@@ -1,7 +0,0 @@
1
- EventKit/__init__.py,sha256=uHpTThJvwy14MGI9z6Meh94NWk7ms-JSUpcGf4me-SM,1371
2
- EventKit/_metadata.py,sha256=Sr96c5FA8p-akkdHqsxOzslwxHtNXdIFNFnN27lq6NY,14022
3
- pyobjc_framework_EventKit-10.3.2.dist-info/LICENSE.txt,sha256=VBYOCJp5HziM90a14Txl68gt3y2rIJpcoZAoVkfX4Ho,1249
4
- pyobjc_framework_EventKit-10.3.2.dist-info/METADATA,sha256=ZmCoxghfgXUfHPCRsoPEXQPy8LWrj8qVUHuWVHboCzw,2263
5
- pyobjc_framework_EventKit-10.3.2.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
6
- pyobjc_framework_EventKit-10.3.2.dist-info/top_level.txt,sha256=KzPPjnfngQY3qhxRq-8Alsk84j6xXEgbIyix_Kir8EE,9
7
- pyobjc_framework_EventKit-10.3.2.dist-info/RECORD,,