pyobjc-framework-SystemExtensions 10.1__tar.gz → 10.2__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 (32) hide show
  1. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/Lib/pyobjc_framework_SystemExtensions.egg-info/PKG-INFO +3 -3
  2. pyobjc-framework-SystemExtensions-10.2/Lib/pyobjc_framework_SystemExtensions.egg-info/requires.txt +2 -0
  3. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/License.txt +1 -1
  4. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/PKG-INFO +3 -3
  5. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/setup.py +1 -1
  6. pyobjc-framework-SystemExtensions-10.1/Lib/pyobjc_framework_SystemExtensions.egg-info/requires.txt +0 -2
  7. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/Lib/SystemExtensions/__init__.py +0 -0
  8. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/Lib/SystemExtensions/_metadata.py +0 -0
  9. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/Lib/pyobjc_framework_SystemExtensions.egg-info/SOURCES.txt +0 -0
  10. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/Lib/pyobjc_framework_SystemExtensions.egg-info/dependency_links.txt +0 -0
  11. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/Lib/pyobjc_framework_SystemExtensions.egg-info/not-zip-safe +0 -0
  12. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/Lib/pyobjc_framework_SystemExtensions.egg-info/top_level.txt +0 -0
  13. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/MANIFEST.in +0 -0
  14. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/Modules/_SystemExtensions.m +0 -0
  15. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/Modules/_SystemExtensions_protocols.m +0 -0
  16. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/Modules/pyobjc-api.h +0 -0
  17. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/Modules/pyobjc-compat.h +0 -0
  18. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/PyObjCTest/__init__.py +0 -0
  19. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/PyObjCTest/test_systemextensions.py +0 -0
  20. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/metadata/SystemExtensions.fwinfo +0 -0
  21. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/metadata/metadata.ini +0 -0
  22. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/metadata/raw/arm64-12.0.fwinfo +0 -0
  23. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/metadata/raw/arm64-12.3.fwinfo +0 -0
  24. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/metadata/raw/arm64-14.0.fwinfo +0 -0
  25. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/metadata/raw/x86_64-10.15.fwinfo +0 -0
  26. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/metadata/raw/x86_64-10.16.fwinfo +0 -0
  27. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/metadata/raw/x86_64-12.0.fwinfo +0 -0
  28. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  29. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/metadata/raw/x86_64-14.0.fwinfo +0 -0
  30. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/pyobjc_setup.py +0 -0
  31. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/pyproject.toml +0 -0
  32. {pyobjc-framework-SystemExtensions-10.1 → pyobjc-framework-SystemExtensions-10.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-SystemExtensions
3
- Version: 10.1
3
+ Version: 10.2
4
4
  Summary: Wrappers for the framework SystemExtensions on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
30
  Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.8
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=10.1
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.1
33
+ Requires-Dist: pyobjc-core>=10.2
34
+ Requires-Dist: pyobjc-framework-Cocoa>=10.2
35
35
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
36
36
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
37
37
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=10.2
2
+ pyobjc-framework-Cocoa>=10.2
@@ -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-SystemExtensions
3
- Version: 10.1
3
+ Version: 10.2
4
4
  Summary: Wrappers for the framework SystemExtensions on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
30
  Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.8
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=10.1
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.1
33
+ Requires-Dist: pyobjc-core>=10.2
34
+ Requires-Dist: pyobjc-framework-Cocoa>=10.2
35
35
 
36
36
 
37
37
  Wrappers for the "SystemExtensions" framework on macOS.
@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.dirname(__file__))
15
15
 
16
16
  from pyobjc_setup import Extension, setup # noqa: E402
17
17
 
18
- VERSION = "10.1"
18
+ VERSION = "10.2"
19
19
 
20
20
  setup(
21
21
  name="pyobjc-framework-SystemExtensions",
@@ -1,2 +0,0 @@
1
- pyobjc-core>=10.1
2
- pyobjc-framework-Cocoa>=10.1