pyobjc-framework-IOBluetooth 9.1b1__tar.gz → 9.1.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 (49) hide show
  1. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/Lib/pyobjc_framework_IOBluetooth.egg-info/PKG-INFO +1 -1
  2. pyobjc-framework-IOBluetooth-9.1.1/Lib/pyobjc_framework_IOBluetooth.egg-info/requires.txt +2 -0
  3. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/Modules/pyobjc-compat.h +4 -0
  4. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PKG-INFO +1 -1
  5. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/setup.py +1 -1
  6. pyobjc-framework-IOBluetooth-9.1b1/Lib/pyobjc_framework_IOBluetooth.egg-info/requires.txt +0 -2
  7. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/Lib/IOBluetooth/__init__.py +0 -0
  8. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/Lib/IOBluetooth/_funcmacros.py +0 -0
  9. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/Lib/IOBluetooth/_metadata.py +0 -0
  10. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/Lib/pyobjc_framework_IOBluetooth.egg-info/SOURCES.txt +0 -0
  11. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/Lib/pyobjc_framework_IOBluetooth.egg-info/dependency_links.txt +0 -0
  12. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/Lib/pyobjc_framework_IOBluetooth.egg-info/not-zip-safe +0 -0
  13. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/Lib/pyobjc_framework_IOBluetooth.egg-info/top_level.txt +0 -0
  14. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/License.txt +0 -0
  15. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/MANIFEST.in +0 -0
  16. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/Modules/_IOBluetooth.m +0 -0
  17. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/Modules/_IOBluetooth_protocols.m +0 -0
  18. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/Modules/pyobjc-api.h +0 -0
  19. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/__init__.py +0 -0
  20. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_bluetooth.py +0 -0
  21. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_bluetoothassignednumbers.py +0 -0
  22. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobLuetoothdeviceinquiry.py +0 -0
  23. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetooth.py +0 -0
  24. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetoothL2capchannel.py +0 -0
  25. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetoothdevice.py +0 -0
  26. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetoothdevicepair.py +0 -0
  27. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetoothhandsfree.py +0 -0
  28. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetoothhandsfreeaudiogateway.py +0 -0
  29. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetoothhandsfreedevice.py +0 -0
  30. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetoothhostcontroller.py +0 -0
  31. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetoothobexsession.py +0 -0
  32. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetoothobject.py +0 -0
  33. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetoothrfcommchannel.py +0 -0
  34. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetoothsdpdataelement.py +0 -0
  35. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetoothsdpserviceRecord.py +0 -0
  36. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetoothsdpuuid.py +0 -0
  37. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetoothuserlib.py +0 -0
  38. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_iobluetoothutilities.py +0 -0
  39. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_nsdictionaryobexextensions.py +0 -0
  40. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_obex.py +0 -0
  41. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_obexbluetooth.py +0 -0
  42. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_obexfiletransferservices.py +0 -0
  43. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/PyObjCTest/test_obexsession.py +0 -0
  44. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/metadata/IOBluetooth.fwinfo +0 -0
  45. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/metadata/metadata.ini +0 -0
  46. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/metadata/raw/arm64-13.1.fwinfo +0 -0
  47. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/metadata/raw/x86_64-13.1.fwinfo +0 -0
  48. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/pyobjc_setup.py +0 -0
  49. {pyobjc-framework-IOBluetooth-9.1b1 → pyobjc-framework-IOBluetooth-9.1.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-IOBluetooth
3
- Version: 9.1b1
3
+ Version: 9.1.1
4
4
  Summary: Wrappers for the framework IOBluetooth on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=9.1.1
2
+ pyobjc-framework-Cocoa>=9.1.1
@@ -305,6 +305,10 @@ NS_ASSUME_NONNULL_BEGIN
305
305
  #define MAC_OS_X_VERSION_13_3 130300
306
306
  #endif
307
307
 
308
+ #ifndef MAC_OS_X_VERSION_13_4
309
+ #define MAC_OS_X_VERSION_13_4 130400
310
+ #endif
311
+
308
312
  /*
309
313
  *
310
314
  * End of Cocoa definitions
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-IOBluetooth
3
- Version: 9.1b1
3
+ Version: 9.1.1
4
4
  Summary: Wrappers for the framework IOBluetooth on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -11,7 +11,7 @@ import os
11
11
 
12
12
  from pyobjc_setup import Extension, setup
13
13
 
14
- VERSION = "9.1b1"
14
+ VERSION = "9.1.1"
15
15
 
16
16
  setup(
17
17
  name="pyobjc-framework-IOBluetooth",
@@ -1,2 +0,0 @@
1
- pyobjc-core>=9.1b1
2
- pyobjc-framework-Cocoa>=9.1b1