pyobjc-framework-CoreBluetooth 10.3__tar.gz → 10.3.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 (46) hide show
  1. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/Lib/pyobjc_framework_CoreBluetooth.egg-info/PKG-INFO +3 -3
  2. pyobjc_framework_corebluetooth-10.3.1/Lib/pyobjc_framework_CoreBluetooth.egg-info/requires.txt +2 -0
  3. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PKG-INFO +3 -3
  4. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/setup.py +1 -1
  5. pyobjc_framework_corebluetooth-10.3/Lib/pyobjc_framework_CoreBluetooth.egg-info/requires.txt +0 -2
  6. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/LICENSE.txt +0 -0
  7. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/Lib/CoreBluetooth/__init__.py +0 -0
  8. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/Lib/CoreBluetooth/_metadata.py +0 -0
  9. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/Lib/pyobjc_framework_CoreBluetooth.egg-info/SOURCES.txt +0 -0
  10. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/Lib/pyobjc_framework_CoreBluetooth.egg-info/dependency_links.txt +0 -0
  11. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/Lib/pyobjc_framework_CoreBluetooth.egg-info/not-zip-safe +0 -0
  12. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/Lib/pyobjc_framework_CoreBluetooth.egg-info/top_level.txt +0 -0
  13. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/MANIFEST.in +0 -0
  14. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/Modules/_CoreBluetooth.m +0 -0
  15. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/Modules/_CoreBluetooth_protocols.m +0 -0
  16. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/Modules/pyobjc-api.h +0 -0
  17. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/Modules/pyobjc-compat.h +0 -0
  18. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/__init__.py +0 -0
  19. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/test_cbadvertisementdata.py +0 -0
  20. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/test_cbattrequest.py +0 -0
  21. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/test_cbcentral.py +0 -0
  22. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/test_cbcentralmanager.py +0 -0
  23. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/test_cbcentralmanagerconstants.py +0 -0
  24. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/test_cbcharacteristic.py +0 -0
  25. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/test_cbdescriptor.py +0 -0
  26. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/test_cberror.py +0 -0
  27. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/test_cbmananager.py +0 -0
  28. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/test_cbperipheral.py +0 -0
  29. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/test_cbperipheralmanager.py +0 -0
  30. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/test_cbperipheralmanagerconstants.py +0 -0
  31. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/test_cbservice.py +0 -0
  32. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/test_cbuuid.py +0 -0
  33. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/PyObjCTest/test_corebluetooth.py +0 -0
  34. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/README.txt +0 -0
  35. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/metadata/CoreBluetooth.fwinfo +0 -0
  36. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/metadata/metadata.ini +0 -0
  37. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/metadata/raw/arm64-12.3.fwinfo +0 -0
  38. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/metadata/raw/arm64-14.5.fwinfo +0 -0
  39. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/metadata/raw/x86_64-10.10.fwinfo +0 -0
  40. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/metadata/raw/x86_64-10.15.fwinfo +0 -0
  41. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/metadata/raw/x86_64-10.16.fwinfo +0 -0
  42. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  43. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/metadata/raw/x86_64-14.5.fwinfo +0 -0
  44. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/pyobjc_setup.py +0 -0
  45. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/pyproject.toml +0 -0
  46. {pyobjc_framework_corebluetooth-10.3 → pyobjc_framework_corebluetooth-10.3.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-CoreBluetooth
3
- Version: 10.3
3
+ Version: 10.3.1
4
4
  Summary: Wrappers for the framework CoreBluetooth on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -31,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.8
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
33
  License-File: LICENSE.txt
34
- Requires-Dist: pyobjc-core>=10.3
35
- Requires-Dist: pyobjc-framework-Cocoa>=10.3
34
+ Requires-Dist: pyobjc-core>=10.3.1
35
+ Requires-Dist: pyobjc-framework-Cocoa>=10.3.1
36
36
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
37
37
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
38
38
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=10.3.1
2
+ pyobjc-framework-Cocoa>=10.3.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-CoreBluetooth
3
- Version: 10.3
3
+ Version: 10.3.1
4
4
  Summary: Wrappers for the framework CoreBluetooth on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -31,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.8
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
33
  License-File: LICENSE.txt
34
- Requires-Dist: pyobjc-core>=10.3
35
- Requires-Dist: pyobjc-framework-Cocoa>=10.3
34
+ Requires-Dist: pyobjc-core>=10.3.1
35
+ Requires-Dist: pyobjc-framework-Cocoa>=10.3.1
36
36
 
37
37
 
38
38
  Wrappers for the "CoreBluetooth" 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.3"
18
+ VERSION = "10.3.1"
19
19
 
20
20
  setup(
21
21
  name="pyobjc-framework-CoreBluetooth",
@@ -1,2 +0,0 @@
1
- pyobjc-core>=10.3
2
- pyobjc-framework-Cocoa>=10.3