pyobjc-framework-InstantMessage 10.3.2__tar.gz → 11.1__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 (45) hide show
  1. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/LICENSE.txt +1 -1
  2. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Lib/InstantMessage/_metadata.py +1 -1
  3. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Lib/pyobjc_framework_InstantMessage.egg-info/PKG-INFO +21 -9
  4. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Lib/pyobjc_framework_InstantMessage.egg-info/SOURCES.txt +4 -1
  5. pyobjc_framework_instantmessage-11.1/Lib/pyobjc_framework_InstantMessage.egg-info/pyobjc-build-info.txt +3 -0
  6. pyobjc_framework_instantmessage-11.1/Lib/pyobjc_framework_InstantMessage.egg-info/requires.txt +3 -0
  7. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/PKG-INFO +21 -9
  8. pyobjc_framework_instantmessage-11.1/PyObjCTest/__init__.py +1 -0
  9. pyobjc_framework_instantmessage-11.1/metadata/raw/arm64-15.0.fwinfo +1087 -0
  10. pyobjc_framework_instantmessage-11.1/metadata/raw/x86_64-15.0.fwinfo +1087 -0
  11. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/pyobjc_setup.py +73 -53
  12. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/setup.py +1 -1
  13. pyobjc_framework_instantmessage-10.3.2/Lib/pyobjc_framework_InstantMessage.egg-info/requires.txt +0 -3
  14. pyobjc_framework_instantmessage-10.3.2/PyObjCTest/__init__.py +0 -1
  15. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Examples/ABPresence/ABPersonDisplayNameAdditions.py +0 -0
  16. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Examples/ABPresence/English.lproj/MainMenu.nib/classes.nib +0 -0
  17. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Examples/ABPresence/English.lproj/MainMenu.nib/info.nib +0 -0
  18. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Examples/ABPresence/English.lproj/MainMenu.nib/keyedobjects.nib +0 -0
  19. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Examples/ABPresence/PeopleDataSource.py +0 -0
  20. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Examples/ABPresence/ServiceWatcher.py +0 -0
  21. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Examples/ABPresence/main.py +0 -0
  22. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Examples/ABPresence/setup.py +0 -0
  23. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Examples/ABPresence/summary.txt +0 -0
  24. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Lib/InstantMessage/__init__.py +0 -0
  25. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Lib/pyobjc_framework_InstantMessage.egg-info/dependency_links.txt +0 -0
  26. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Lib/pyobjc_framework_InstantMessage.egg-info/not-zip-safe +0 -0
  27. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/Lib/pyobjc_framework_InstantMessage.egg-info/top_level.txt +0 -0
  28. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/MANIFEST.in +0 -0
  29. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/PyObjCTest/test_imavcontrol.py +0 -0
  30. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/PyObjCTest/test_imavmanager.py +0 -0
  31. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/PyObjCTest/test_imservice.py +0 -0
  32. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/PyObjCTest/test_instantmessage.py +0 -0
  33. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/README.txt +0 -0
  34. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/metadata/InstantMessage.fwinfo +0 -0
  35. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/metadata/metadata.ini +0 -0
  36. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/metadata/raw/arm64-12.3.fwinfo +0 -0
  37. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/metadata/raw/arm64-14.5.fwinfo +0 -0
  38. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/metadata/raw/x86_64-10.16.fwinfo +0 -0
  39. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/metadata/raw/x86_64-10.6.fwinfo +0 -0
  40. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/metadata/raw/x86_64-10.7.fwinfo +0 -0
  41. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/metadata/raw/x86_64-10.8.fwinfo +0 -0
  42. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  43. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/metadata/raw/x86_64-14.5.fwinfo +0 -0
  44. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/pyproject.toml +0 -0
  45. {pyobjc_framework_instantmessage-10.3.2 → pyobjc_framework_instantmessage-11.1}/setup.cfg +0 -0
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sat May 18 09:30:29 2024
3
+ # Last update: Tue Jun 11 10:12:56 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -1,39 +1,51 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-InstantMessage
3
- Version: 10.3.2
3
+ Version: 11.1
4
4
  Summary: Wrappers for the framework InstantMessage 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,InstantMessage
10
10
  Platform: MacOS X (>=10.5)
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
36
- Requires-Dist: pyobjc-framework-Quartz>=10.3.2
33
+ Requires-Dist: pyobjc-core>=11.1
34
+ Requires-Dist: pyobjc-framework-Cocoa>=11.1
35
+ Requires-Dist: pyobjc-framework-Quartz>=11.1
36
+ Dynamic: author
37
+ Dynamic: author-email
38
+ Dynamic: classifier
39
+ Dynamic: description
40
+ Dynamic: description-content-type
41
+ Dynamic: home-page
42
+ Dynamic: keywords
43
+ Dynamic: license
44
+ Dynamic: license-file
45
+ Dynamic: platform
46
+ Dynamic: requires-dist
47
+ Dynamic: requires-python
48
+ Dynamic: summary
37
49
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
38
50
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
39
51
  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
@@ -30,9 +31,11 @@ metadata/InstantMessage.fwinfo
30
31
  metadata/metadata.ini
31
32
  metadata/raw/arm64-12.3.fwinfo
32
33
  metadata/raw/arm64-14.5.fwinfo
34
+ metadata/raw/arm64-15.0.fwinfo
33
35
  metadata/raw/x86_64-10.16.fwinfo
34
36
  metadata/raw/x86_64-10.6.fwinfo
35
37
  metadata/raw/x86_64-10.7.fwinfo
36
38
  metadata/raw/x86_64-10.8.fwinfo
37
39
  metadata/raw/x86_64-12.3.fwinfo
38
- metadata/raw/x86_64-14.5.fwinfo
40
+ metadata/raw/x86_64-14.5.fwinfo
41
+ metadata/raw/x86_64-15.0.fwinfo
@@ -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
@@ -0,0 +1,3 @@
1
+ pyobjc-core>=11.1
2
+ pyobjc-framework-Cocoa>=11.1
3
+ pyobjc-framework-Quartz>=11.1
@@ -1,39 +1,51 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-InstantMessage
3
- Version: 10.3.2
3
+ Version: 11.1
4
4
  Summary: Wrappers for the framework InstantMessage 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,InstantMessage
10
10
  Platform: MacOS X (>=10.5)
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
36
- Requires-Dist: pyobjc-framework-Quartz>=10.3.2
33
+ Requires-Dist: pyobjc-core>=11.1
34
+ Requires-Dist: pyobjc-framework-Cocoa>=11.1
35
+ Requires-Dist: pyobjc-framework-Quartz>=11.1
36
+ Dynamic: author
37
+ Dynamic: author-email
38
+ Dynamic: classifier
39
+ Dynamic: description
40
+ Dynamic: description-content-type
41
+ Dynamic: home-page
42
+ Dynamic: keywords
43
+ Dynamic: license
44
+ Dynamic: license-file
45
+ Dynamic: platform
46
+ Dynamic: requires-dist
47
+ Dynamic: requires-python
48
+ Dynamic: summary
37
49
 
38
50
 
39
51
  Wrappers for "InstantMessage" framework on macOS 10.5 or later. This framework
@@ -0,0 +1 @@
1
+ """Unittests"""