pyobjc-framework-InstantMessage 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.
Files changed (46) hide show
  1. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Examples/ABPresence/setup.py +1 -0
  2. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/LICENSE.txt +1 -1
  3. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Lib/InstantMessage/_metadata.py +2 -21
  4. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Lib/pyobjc_framework_InstantMessage.egg-info/PKG-INFO +6 -6
  5. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Lib/pyobjc_framework_InstantMessage.egg-info/SOURCES.txt +5 -4
  6. pyobjc_framework_instantmessage-11.0/Lib/pyobjc_framework_InstantMessage.egg-info/pyobjc-build-info.txt +3 -0
  7. pyobjc_framework_instantmessage-11.0/Lib/pyobjc_framework_InstantMessage.egg-info/requires.txt +3 -0
  8. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/PKG-INFO +6 -6
  9. pyobjc_framework_instantmessage-11.0/metadata/raw/arm64-14.5.fwinfo +1087 -0
  10. pyobjc-framework-InstantMessage-10.1/metadata/raw/arm64-12.0.fwinfo → pyobjc_framework_instantmessage-11.0/metadata/raw/arm64-15.0.fwinfo +14 -7
  11. pyobjc_framework_instantmessage-11.0/metadata/raw/x86_64-14.5.fwinfo +1087 -0
  12. pyobjc-framework-InstantMessage-10.1/metadata/raw/x86_64-12.0.fwinfo → pyobjc_framework_instantmessage-11.0/metadata/raw/x86_64-15.0.fwinfo +14 -7
  13. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/pyobjc_setup.py +121 -27
  14. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/setup.py +2 -1
  15. pyobjc-framework-InstantMessage-10.1/Lib/pyobjc_framework_InstantMessage.egg-info/requires.txt +0 -3
  16. pyobjc-framework-InstantMessage-10.1/metadata/raw/arm64-14.0.fwinfo +0 -1100
  17. pyobjc-framework-InstantMessage-10.1/metadata/raw/x86_64-14.0.fwinfo +0 -1100
  18. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Examples/ABPresence/ABPersonDisplayNameAdditions.py +0 -0
  19. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Examples/ABPresence/English.lproj/MainMenu.nib/classes.nib +0 -0
  20. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Examples/ABPresence/English.lproj/MainMenu.nib/info.nib +0 -0
  21. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Examples/ABPresence/English.lproj/MainMenu.nib/keyedobjects.nib +0 -0
  22. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Examples/ABPresence/PeopleDataSource.py +0 -0
  23. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Examples/ABPresence/ServiceWatcher.py +0 -0
  24. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Examples/ABPresence/main.py +0 -0
  25. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Examples/ABPresence/summary.txt +0 -0
  26. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Lib/InstantMessage/__init__.py +0 -0
  27. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Lib/pyobjc_framework_InstantMessage.egg-info/dependency_links.txt +0 -0
  28. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Lib/pyobjc_framework_InstantMessage.egg-info/not-zip-safe +0 -0
  29. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/Lib/pyobjc_framework_InstantMessage.egg-info/top_level.txt +0 -0
  30. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/MANIFEST.in +0 -0
  31. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/PyObjCTest/__init__.py +0 -0
  32. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/PyObjCTest/test_imavcontrol.py +0 -0
  33. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/PyObjCTest/test_imavmanager.py +0 -0
  34. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/PyObjCTest/test_imservice.py +0 -0
  35. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/PyObjCTest/test_instantmessage.py +0 -0
  36. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/README.txt +0 -0
  37. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/metadata/InstantMessage.fwinfo +0 -0
  38. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/metadata/metadata.ini +0 -0
  39. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/metadata/raw/arm64-12.3.fwinfo +0 -0
  40. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/metadata/raw/x86_64-10.16.fwinfo +0 -0
  41. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/metadata/raw/x86_64-10.6.fwinfo +0 -0
  42. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/metadata/raw/x86_64-10.7.fwinfo +0 -0
  43. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/metadata/raw/x86_64-10.8.fwinfo +0 -0
  44. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  45. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/pyproject.toml +0 -0
  46. {pyobjc-framework-InstantMessage-10.1 → pyobjc_framework_instantmessage-11.0}/setup.cfg +0 -0
@@ -4,6 +4,7 @@ Script for building the example.
4
4
  Usage:
5
5
  python3 setup.py py2app
6
6
  """
7
+
7
8
  from setuptools import setup
8
9
 
9
10
  setup(
@@ -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
  # 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,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,22 +18,22 @@ 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
- Requires-Dist: pyobjc-core>=10.1
35
- Requires-Dist: pyobjc-framework-Cocoa>=10.1
36
- Requires-Dist: pyobjc-framework-Quartz>=10.1
34
+ Requires-Dist: pyobjc-core>=11.0
35
+ Requires-Dist: pyobjc-framework-Cocoa>=11.0
36
+ Requires-Dist: pyobjc-framework-Quartz>=11.0
37
37
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
38
38
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
39
39
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
@@ -19,6 +19,7 @@ Lib/pyobjc_framework_InstantMessage.egg-info/PKG-INFO
19
19
  Lib/pyobjc_framework_InstantMessage.egg-info/SOURCES.txt
20
20
  Lib/pyobjc_framework_InstantMessage.egg-info/dependency_links.txt
21
21
  Lib/pyobjc_framework_InstantMessage.egg-info/not-zip-safe
22
+ Lib/pyobjc_framework_InstantMessage.egg-info/pyobjc-build-info.txt
22
23
  Lib/pyobjc_framework_InstantMessage.egg-info/requires.txt
23
24
  Lib/pyobjc_framework_InstantMessage.egg-info/top_level.txt
24
25
  PyObjCTest/__init__.py
@@ -28,13 +29,13 @@ PyObjCTest/test_imservice.py
28
29
  PyObjCTest/test_instantmessage.py
29
30
  metadata/InstantMessage.fwinfo
30
31
  metadata/metadata.ini
31
- metadata/raw/arm64-12.0.fwinfo
32
32
  metadata/raw/arm64-12.3.fwinfo
33
- metadata/raw/arm64-14.0.fwinfo
33
+ metadata/raw/arm64-14.5.fwinfo
34
+ metadata/raw/arm64-15.0.fwinfo
34
35
  metadata/raw/x86_64-10.16.fwinfo
35
36
  metadata/raw/x86_64-10.6.fwinfo
36
37
  metadata/raw/x86_64-10.7.fwinfo
37
38
  metadata/raw/x86_64-10.8.fwinfo
38
- metadata/raw/x86_64-12.0.fwinfo
39
39
  metadata/raw/x86_64-12.3.fwinfo
40
- metadata/raw/x86_64-14.0.fwinfo
40
+ metadata/raw/x86_64-14.5.fwinfo
41
+ metadata/raw/x86_64-15.0.fwinfo
@@ -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
@@ -0,0 +1,3 @@
1
+ pyobjc-core>=11.0
2
+ pyobjc-framework-Cocoa>=11.0
3
+ pyobjc-framework-Quartz>=11.0
@@ -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,22 +18,22 @@ 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
- Requires-Dist: pyobjc-core>=10.1
35
- Requires-Dist: pyobjc-framework-Cocoa>=10.1
36
- Requires-Dist: pyobjc-framework-Quartz>=10.1
34
+ Requires-Dist: pyobjc-core>=11.0
35
+ Requires-Dist: pyobjc-framework-Cocoa>=11.0
36
+ Requires-Dist: pyobjc-framework-Quartz>=11.0
37
37
 
38
38
 
39
39
  Wrappers for "InstantMessage" framework on macOS 10.5 or later. This framework