pyobjc-framework-CoreLocation 10.0__tar.gz → 10.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 (60) hide show
  1. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Lib/CoreLocation/_metadata.py +2 -2
  2. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Lib/pyobjc_framework_CoreLocation.egg-info/PKG-INFO +4 -3
  3. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Lib/pyobjc_framework_CoreLocation.egg-info/SOURCES.txt +3 -1
  4. pyobjc-framework-CoreLocation-10.1/Lib/pyobjc_framework_CoreLocation.egg-info/requires.txt +2 -0
  5. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PKG-INFO +4 -3
  6. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/test_clmonitoringevent.py +1 -0
  7. pyobjc-framework-CoreLocation-10.1/metadata/raw/arm64-14.2.fwinfo +4958 -0
  8. pyobjc-framework-CoreLocation-10.1/metadata/raw/x86_64-14.2.fwinfo +4958 -0
  9. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/pyobjc_setup.py +5 -4
  10. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/setup.py +1 -1
  11. pyobjc-framework-CoreLocation-10.0/Lib/pyobjc_framework_CoreLocation.egg-info/requires.txt +0 -2
  12. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Examples/WhereIsMyMac/English.lproj/MainMenu.xib +0 -0
  13. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Examples/WhereIsMyMac/HTMLFormatString.html +0 -0
  14. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Examples/WhereIsMyMac/ReadMe.txt +0 -0
  15. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Examples/WhereIsMyMac/WhereIsMyMacAppDelegate.py +0 -0
  16. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Examples/WhereIsMyMac/main.py +0 -0
  17. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Examples/WhereIsMyMac/setup.py +0 -0
  18. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/LICENSE.txt +0 -0
  19. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Lib/CoreLocation/__init__.py +0 -0
  20. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Lib/pyobjc_framework_CoreLocation.egg-info/dependency_links.txt +0 -0
  21. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Lib/pyobjc_framework_CoreLocation.egg-info/not-zip-safe +0 -0
  22. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Lib/pyobjc_framework_CoreLocation.egg-info/top_level.txt +0 -0
  23. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/MANIFEST.in +0 -0
  24. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Modules/_CoreLocation.m +0 -0
  25. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Modules/_CoreLocation_protocols.m +0 -0
  26. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Modules/pyobjc-api.h +0 -0
  27. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/Modules/pyobjc-compat.h +0 -0
  28. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/__init__.py +0 -0
  29. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/test_clbeaconregion.py +0 -0
  30. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/test_clcircularregion.py +0 -0
  31. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/test_clerror.py +0 -0
  32. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/test_clerrordomain.py +0 -0
  33. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/test_clgeocoder.py +0 -0
  34. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/test_clheading.py +0 -0
  35. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/test_cllocation.py +0 -0
  36. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/test_cllocationmanager.py +0 -0
  37. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/test_cllocationmanagerdelegate.py +0 -0
  38. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/test_cllocationupdater.py +0 -0
  39. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/test_clmonitor.py +0 -0
  40. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/test_clmonitorconfiguration.py +0 -0
  41. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/test_clregion.py +0 -0
  42. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/PyObjCTest/test_corelocation.py +0 -0
  43. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/README.txt +0 -0
  44. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/metadata/CoreLocation.fwinfo +0 -0
  45. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/metadata/metadata.ini +0 -0
  46. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/metadata/raw/arm64-12.1.fwinfo +0 -0
  47. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/metadata/raw/arm64-12.3.fwinfo +0 -0
  48. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/metadata/raw/arm64-13.0.fwinfo +0 -0
  49. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/metadata/raw/arm64-13.3.fwinfo +0 -0
  50. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/metadata/raw/arm64-14.0.fwinfo +0 -0
  51. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/metadata/raw/x86_64-10.10.fwinfo +0 -0
  52. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/metadata/raw/x86_64-10.15.fwinfo +0 -0
  53. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/metadata/raw/x86_64-10.16.fwinfo +0 -0
  54. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/metadata/raw/x86_64-12.1.fwinfo +0 -0
  55. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  56. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/metadata/raw/x86_64-13.0.fwinfo +0 -0
  57. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/metadata/raw/x86_64-13.3.fwinfo +0 -0
  58. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/metadata/raw/x86_64-14.0.fwinfo +0 -0
  59. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/pyproject.toml +0 -0
  60. {pyobjc-framework-CoreLocation-10.0 → pyobjc-framework-CoreLocation-10.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Wed Jul 5 21:35:51 2023
3
+ # Last update: Fri Nov 17 11:41:36 2023
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -40,7 +40,7 @@ misc.update(
40
40
  }
41
41
  )
42
42
  constants = """$CLLocationDistanceMax@d$CLLocationPushServiceErrorDomain$CLTimeIntervalMax@d$kCLDistanceFilterNone@d$kCLErrorDomain$kCLErrorUserInfoAlternateRegionKey$kCLHeadingFilterNone@d$kCLLocationAccuracyBest@d$kCLLocationAccuracyBestForNavigation@d$kCLLocationAccuracyHundredMeters@d$kCLLocationAccuracyKilometer@d$kCLLocationAccuracyNearestTenMeters@d$kCLLocationAccuracyReduced@d$kCLLocationAccuracyThreeKilometers@d$kCLLocationCoordinate2DInvalid@{CLLocationCoordinate2D=dd}$"""
43
- enums = """$CLAccuracyAuthorizationFullAccuracy@0$CLAccuracyAuthorizationReducedAccuracy@1$CLActivityTypeAirborne@5$CLActivityTypeAutomotiveNavigation@2$CLActivityTypeFitness@3$CLActivityTypeOther@1$CLActivityTypeOtherNavigation@4$CLDeviceOrientationFaceDown@6$CLDeviceOrientationFaceUp@5$CLDeviceOrientationLandscapeLeft@3$CLDeviceOrientationLandscapeRight@4$CLDeviceOrientationPortrait@1$CLDeviceOrientationPortraitUpsideDown@2$CLDeviceOrientationUnknown@0$CLLiveUpdateConfigurationAirborne@4$CLLiveUpdateConfigurationAutomotiveNavigation@1$CLLiveUpdateConfigurationDefault@0$CLLiveUpdateConfigurationFitness@3$CLLiveUpdateConfigurationOtherNavigation@2$CLLocationPushServiceErrorMissingEntitlement@3$CLLocationPushServiceErrorMissingPushExtension@1$CLLocationPushServiceErrorMissingPushServerEnvironment@2$CLLocationPushServiceErrorUnknown@0$CLLocationPushServiceErrorUnsupportedPlatform@4$CLMonitoringStateSatisfied@1$CLMonitoringStateUnknown@0$CLMonitoringStateUnsatisfied@2$CLProximityFar@3$CLProximityImmediate@1$CLProximityNear@2$CLProximityUnknown@0$CLRegionStateInside@1$CLRegionStateOutside@2$CLRegionStateUnknown@0$CL_TARGET_SUPPORTS_CONDITIONS@0$kCLAuthorizationStatusAuthorized@3$kCLAuthorizationStatusAuthorizedAlways@3$kCLAuthorizationStatusAuthorizedWhenInUse@4$kCLAuthorizationStatusDenied@2$kCLAuthorizationStatusNotDetermined@0$kCLAuthorizationStatusRestricted@1$kCLErrorDeferredAccuracyTooLow@13$kCLErrorDeferredCanceled@15$kCLErrorDeferredDistanceFiltered@14$kCLErrorDeferredFailed@11$kCLErrorDeferredNotUpdatingLocation@12$kCLErrorDenied@1$kCLErrorGeocodeCanceled@10$kCLErrorGeocodeFoundNoResult@8$kCLErrorGeocodeFoundPartialResult@9$kCLErrorHeadingFailure@3$kCLErrorHistoricalLocationError@19$kCLErrorLocationUnknown@0$kCLErrorNetwork@2$kCLErrorPromptDeclined@18$kCLErrorRangingFailure@17$kCLErrorRangingUnavailable@16$kCLErrorRegionMonitoringDenied@4$kCLErrorRegionMonitoringFailure@5$kCLErrorRegionMonitoringResponseDelayed@7$kCLErrorRegionMonitoringSetupDelayed@6$"""
43
+ enums = """$CLAccuracyAuthorizationFullAccuracy@0$CLAccuracyAuthorizationReducedAccuracy@1$CLActivityTypeAirborne@5$CLActivityTypeAutomotiveNavigation@2$CLActivityTypeFitness@3$CLActivityTypeOther@1$CLActivityTypeOtherNavigation@4$CLDeviceOrientationFaceDown@6$CLDeviceOrientationFaceUp@5$CLDeviceOrientationLandscapeLeft@3$CLDeviceOrientationLandscapeRight@4$CLDeviceOrientationPortrait@1$CLDeviceOrientationPortraitUpsideDown@2$CLDeviceOrientationUnknown@0$CLLiveUpdateConfigurationAirborne@4$CLLiveUpdateConfigurationAutomotiveNavigation@1$CLLiveUpdateConfigurationDefault@0$CLLiveUpdateConfigurationFitness@3$CLLiveUpdateConfigurationOtherNavigation@2$CLLocationPushServiceErrorMissingEntitlement@3$CLLocationPushServiceErrorMissingPushExtension@1$CLLocationPushServiceErrorMissingPushServerEnvironment@2$CLLocationPushServiceErrorUnknown@0$CLLocationPushServiceErrorUnsupportedPlatform@4$CLMonitoringStateSatisfied@1$CLMonitoringStateUnknown@0$CLMonitoringStateUnmonitored@3$CLMonitoringStateUnsatisfied@2$CLProximityFar@3$CLProximityImmediate@1$CLProximityNear@2$CLProximityUnknown@0$CLRegionStateInside@1$CLRegionStateOutside@2$CLRegionStateUnknown@0$CL_TARGET_SUPPORTS_CONDITIONS@0$kCLAuthorizationStatusAuthorized@3$kCLAuthorizationStatusAuthorizedAlways@3$kCLAuthorizationStatusAuthorizedWhenInUse@4$kCLAuthorizationStatusDenied@2$kCLAuthorizationStatusNotDetermined@0$kCLAuthorizationStatusRestricted@1$kCLErrorDeferredAccuracyTooLow@13$kCLErrorDeferredCanceled@15$kCLErrorDeferredDistanceFiltered@14$kCLErrorDeferredFailed@11$kCLErrorDeferredNotUpdatingLocation@12$kCLErrorDenied@1$kCLErrorGeocodeCanceled@10$kCLErrorGeocodeFoundNoResult@8$kCLErrorGeocodeFoundPartialResult@9$kCLErrorHeadingFailure@3$kCLErrorHistoricalLocationError@19$kCLErrorLocationUnknown@0$kCLErrorNetwork@2$kCLErrorPromptDeclined@18$kCLErrorRangingFailure@17$kCLErrorRangingUnavailable@16$kCLErrorRegionMonitoringDenied@4$kCLErrorRegionMonitoringFailure@5$kCLErrorRegionMonitoringResponseDelayed@7$kCLErrorRegionMonitoringSetupDelayed@6$"""
44
44
  misc.update(
45
45
  {
46
46
  "CLAccuracyAuthorization": NewType("CLAccuracyAuthorization", int),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-CoreLocation
3
- Version: 10.0
3
+ Version: 10.1
4
4
  Summary: Wrappers for the framework CoreLocation on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.9
23
23
  Classifier: Programming Language :: Python :: 3.10
24
24
  Classifier: Programming Language :: Python :: 3.11
25
25
  Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
26
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
27
28
  Classifier: Programming Language :: Objective C
28
29
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
@@ -30,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
30
31
  Requires-Python: >=3.8
31
32
  Description-Content-Type: text/x-rst; charset=UTF-8
32
33
  License-File: LICENSE.txt
33
- Requires-Dist: pyobjc-core>=10.0
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.0
34
+ Requires-Dist: pyobjc-core>=10.1
35
+ Requires-Dist: pyobjc-framework-Cocoa>=10.1
35
36
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
36
37
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
37
38
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
@@ -45,6 +45,7 @@ metadata/raw/arm64-12.3.fwinfo
45
45
  metadata/raw/arm64-13.0.fwinfo
46
46
  metadata/raw/arm64-13.3.fwinfo
47
47
  metadata/raw/arm64-14.0.fwinfo
48
+ metadata/raw/arm64-14.2.fwinfo
48
49
  metadata/raw/x86_64-10.10.fwinfo
49
50
  metadata/raw/x86_64-10.15.fwinfo
50
51
  metadata/raw/x86_64-10.16.fwinfo
@@ -52,4 +53,5 @@ metadata/raw/x86_64-12.1.fwinfo
52
53
  metadata/raw/x86_64-12.3.fwinfo
53
54
  metadata/raw/x86_64-13.0.fwinfo
54
55
  metadata/raw/x86_64-13.3.fwinfo
55
- metadata/raw/x86_64-14.0.fwinfo
56
+ metadata/raw/x86_64-14.0.fwinfo
57
+ metadata/raw/x86_64-14.2.fwinfo
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=10.1
2
+ pyobjc-framework-Cocoa>=10.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-CoreLocation
3
- Version: 10.0
3
+ Version: 10.1
4
4
  Summary: Wrappers for the framework CoreLocation on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.9
23
23
  Classifier: Programming Language :: Python :: 3.10
24
24
  Classifier: Programming Language :: Python :: 3.11
25
25
  Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
26
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
27
28
  Classifier: Programming Language :: Objective C
28
29
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
@@ -30,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
30
31
  Requires-Python: >=3.8
31
32
  Description-Content-Type: text/x-rst; charset=UTF-8
32
33
  License-File: LICENSE.txt
33
- Requires-Dist: pyobjc-core>=10.0
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.0
34
+ Requires-Dist: pyobjc-core>=10.1
35
+ Requires-Dist: pyobjc-framework-Cocoa>=10.1
35
36
 
36
37
 
37
38
  Wrappers for framework 'CoreLocation' on macOS 10.6. This framework provides
@@ -8,3 +8,4 @@ class TestCLMonitoringEvent(TestCase):
8
8
  self.assertEqual(CoreLocation.CLMonitoringStateUnknown, 0)
9
9
  self.assertEqual(CoreLocation.CLMonitoringStateSatisfied, 1)
10
10
  self.assertEqual(CoreLocation.CLMonitoringStateUnsatisfied, 2)
11
+ self.assertEqual(CoreLocation.CLMonitoringStateUnmonitored, 3)