pyobjc-framework-InstantMessage 10.1__py2.py3-none-any.whl → 11.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.
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sat Jul 1 14:00:31 2023
3
+ # Last update: Tue Jun 11 10:12:56 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -32,26 +32,7 @@ else:
32
32
  misc = {}
33
33
  constants = """$IMAVManagerStateChangedNotification$IMAVManagerURLToShareChangedNotification$IMCapabilityAudioConference$IMCapabilityDirectIM$IMCapabilityFileSharing$IMCapabilityFileTransfer$IMCapabilityText$IMCapabilityVideoConference$IMMyStatusChangedNotification$IMPersonAVBusyKey$IMPersonCapabilitiesKey$IMPersonEmailKey$IMPersonFirstNameKey$IMPersonIdleSinceKey$IMPersonInfoChangedNotification$IMPersonLastNameKey$IMPersonPictureDataKey$IMPersonScreenNameKey$IMPersonServiceNameKey$IMPersonStatusChangedNotification$IMPersonStatusKey$IMPersonStatusMessageKey$IMServiceStatusChangedNotification$IMStatusImagesChangedAppearanceNotification$"""
34
34
  enums = """$IMAVInactive@0$IMAVPending@4$IMAVRequested@1$IMAVRunning@5$IMAVShuttingDown@2$IMAVStartingUp@3$IMPersonStatusAvailable@4$IMPersonStatusAway@3$IMPersonStatusIdle@2$IMPersonStatusNoStatus@5$IMPersonStatusOffline@1$IMPersonStatusUnknown@0$IMServiceStatusDisconnected@1$IMServiceStatusLoggedIn@4$IMServiceStatusLoggedOut@0$IMServiceStatusLoggingIn@3$IMServiceStatusLoggingOut@2$IMVideoOptimizationDefault@0$IMVideoOptimizationReplacement@2$IMVideoOptimizationStills@1$"""
35
- misc.update(
36
- {
37
- "enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/InstantMessage.framework/Headers/IMService.h:70:1)": NewType(
38
- "enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/InstantMessage.framework/Headers/IMService.h:70:1)",
39
- int,
40
- ),
41
- "enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/InstantMessage.framework/Headers/IMAVManager.h:80:1)": NewType(
42
- "enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/InstantMessage.framework/Headers/IMAVManager.h:80:1)",
43
- int,
44
- ),
45
- "enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/InstantMessage.framework/Headers/IMService.h:60:1)": NewType(
46
- "enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/InstantMessage.framework/Headers/IMService.h:60:1)",
47
- int,
48
- ),
49
- "enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/InstantMessage.framework/Headers/IMAVManager.h:59:1)": NewType(
50
- "enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/InstantMessage.framework/Headers/IMAVManager.h:59:1)",
51
- int,
52
- ),
53
- }
54
- )
35
+ misc.update({})
55
36
  misc.update({})
56
37
  misc.update({})
57
38
  functions = {"IMComparePersonStatus": (b"qQQ",)}
@@ -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-2022 - Ronald Oussoren
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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-InstantMessage
3
- Version: 10.1
3
+ Version: 11.0
4
4
  Summary: Wrappers for the framework InstantMessage on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -18,25 +18,25 @@ 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.8
31
+ Requires-Python: >=3.9
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
33
  License-File: LICENSE.txt
34
34
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
35
35
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
36
36
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
37
- Requires-Dist: pyobjc-core >=10.1
38
- Requires-Dist: pyobjc-framework-Cocoa >=10.1
39
- Requires-Dist: pyobjc-framework-Quartz >=10.1
37
+ Requires-Dist: pyobjc-core >=11.0
38
+ Requires-Dist: pyobjc-framework-Cocoa >=11.0
39
+ Requires-Dist: pyobjc-framework-Quartz >=11.0
40
40
 
41
41
 
42
42
  Wrappers for "InstantMessage" framework on macOS 10.5 or later. This framework
@@ -0,0 +1,8 @@
1
+ InstantMessage/__init__.py,sha256=e5ZRUCUVgwZ3ACLQ9bwAgnl7m6mp0WV-r_UKvKZLRsU,896
2
+ InstantMessage/_metadata.py,sha256=YhWE-ydy0p2UBh58CDsEr_6AWuKJYPuNpsyNsHsGbrY,4323
3
+ pyobjc_framework_InstantMessage-11.0.dist-info/LICENSE.txt,sha256=VBYOCJp5HziM90a14Txl68gt3y2rIJpcoZAoVkfX4Ho,1249
4
+ pyobjc_framework_InstantMessage-11.0.dist-info/METADATA,sha256=WYR7uWW7uVEMThbV1hZix-TyM6iFfJTu_H3qH0QwRmw,2585
5
+ pyobjc_framework_InstantMessage-11.0.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
6
+ pyobjc_framework_InstantMessage-11.0.dist-info/pyobjc-build-info.txt,sha256=R5YEsJoyZ8GByMQk4k_4WWEg6V4RNO715NMQwx6YaNI,85
7
+ pyobjc_framework_InstantMessage-11.0.dist-info/top_level.txt,sha256=ZFFCOIggeoURVRjDTOl89tHkH3nLUaPSpdbr9ZE_R_c,15
8
+ pyobjc_framework_InstantMessage-11.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any
@@ -0,0 +1,3 @@
1
+ macOS 15.3 (24D5040f)
2
+ Apple clang version 16.0.0 (clang-1600.0.26.6)
3
+ SDK: macOS 15.2
@@ -1,7 +0,0 @@
1
- InstantMessage/__init__.py,sha256=e5ZRUCUVgwZ3ACLQ9bwAgnl7m6mp0WV-r_UKvKZLRsU,896
2
- InstantMessage/_metadata.py,sha256=-hympKaFL9V1e_1egp7QA_sechvzheQFiVkAAHZGO5s,6282
3
- pyobjc_framework_InstantMessage-10.1.dist-info/LICENSE.txt,sha256=Vg9jjlooYr7zwJPEU4XJbglAL2nrA8D_FGJjJqycXJs,1249
4
- pyobjc_framework_InstantMessage-10.1.dist-info/METADATA,sha256=0q6hx7sUK2Q1e7-rBLzmGJFHRdmd3VP_8AL1kFinOXM,2584
5
- pyobjc_framework_InstantMessage-10.1.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
6
- pyobjc_framework_InstantMessage-10.1.dist-info/top_level.txt,sha256=ZFFCOIggeoURVRjDTOl89tHkH3nLUaPSpdbr9ZE_R_c,15
7
- pyobjc_framework_InstantMessage-10.1.dist-info/RECORD,,