pyobjc-framework-Virtualization 12.0__tar.gz → 12.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 (60) hide show
  1. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/Lib/Virtualization/_metadata.py +93 -1
  2. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/Lib/pyobjc_framework_Virtualization.egg-info/PKG-INFO +5 -6
  3. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/Lib/pyobjc_framework_Virtualization.egg-info/SOURCES.txt +2 -2
  4. pyobjc_framework_virtualization-12.2/Lib/pyobjc_framework_Virtualization.egg-info/pyobjc-build-info.txt +3 -0
  5. pyobjc_framework_virtualization-12.2/Lib/pyobjc_framework_Virtualization.egg-info/requires.txt +2 -0
  6. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/Modules/pyobjc-compat.h +24 -50
  7. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PKG-INFO +5 -6
  8. pyobjc_framework_virtualization-12.0/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_virtualization-12.2/metadata/raw/arm64-26.5.fwinfo +3286 -112
  9. pyobjc_framework_virtualization-12.0/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_virtualization-12.2/metadata/raw/x86_64-26.5.fwinfo +1754 -1390
  10. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/pyobjc_setup.py +4 -5
  11. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/setup.py +1 -1
  12. pyobjc_framework_virtualization-12.0/Lib/pyobjc_framework_Virtualization.egg-info/pyobjc-build-info.txt +0 -3
  13. pyobjc_framework_virtualization-12.0/Lib/pyobjc_framework_Virtualization.egg-info/requires.txt +0 -2
  14. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/Lib/Virtualization/__init__.py +0 -0
  15. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/Lib/pyobjc_framework_Virtualization.egg-info/dependency_links.txt +0 -0
  16. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/Lib/pyobjc_framework_Virtualization.egg-info/not-zip-safe +0 -0
  17. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/Lib/pyobjc_framework_Virtualization.egg-info/top_level.txt +0 -0
  18. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/License.txt +0 -0
  19. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/MANIFEST.in +0 -0
  20. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/Modules/_Virtualization.m +0 -0
  21. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/Modules/_Virtualization_protocols.m +0 -0
  22. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/Modules/pyobjc-api.h +0 -0
  23. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/__init__.py +0 -0
  24. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_virtualization.py +0 -0
  25. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzdiskblockdevicestoragedeviceattachment.py +0 -0
  26. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzdiskimagestoragedeviceattachment.py +0 -0
  27. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzdisksynchronizationmode.py +0 -0
  28. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzefivariablestore.py +0 -0
  29. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzerror.py +0 -0
  30. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzfileserialportattachment.py +0 -0
  31. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzgenericplatformconfiguration.py +0 -0
  32. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzgraphicsdisplay.py +0 -0
  33. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzlinuxrosettaabstractsocketcachingoptions.py +0 -0
  34. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzlinuxrosettadirectoryshare.py +0 -0
  35. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzmacaddress.py +0 -0
  36. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzmacauxiliarystorage.py +0 -0
  37. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzmachardwaremodel.py +0 -0
  38. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzmacosinstaller.py +0 -0
  39. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzmacosrestoreimage.py +0 -0
  40. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzmacosvirtualmachinestartoptions.py +0 -0
  41. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzmultipledirectoryshare.py +0 -0
  42. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vznetworkblockdevicestoragedeviceattachment.py +0 -0
  43. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzshareddirectory.py +0 -0
  44. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzspiceagentportattachment.py +0 -0
  45. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzusbcontroller.py +0 -0
  46. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzusbdevice.py +0 -0
  47. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzusbdeviceconfiguration.py +0 -0
  48. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzvirtioblockdeviceconfiguration.py +0 -0
  49. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzvirtioconsoleportconfiguration.py +0 -0
  50. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzvirtiofilesystemdeviceconfiguration.py +0 -0
  51. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzvirtiosocketdevice.py +0 -0
  52. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzvirtiosocketlistener.py +0 -0
  53. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzvirtualmachine.py +0 -0
  54. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzvirtualmachineconfiguration.py +0 -0
  55. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzvirtualmachinedelegate.py +0 -0
  56. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/PyObjCTest/test_vzvirtualmachineview.py +0 -0
  57. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/metadata/Virtualization.fwinfo +0 -0
  58. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/metadata/metadata.ini +0 -0
  59. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/pyproject.toml +0 -0
  60. {pyobjc_framework_virtualization-12.0 → pyobjc_framework_virtualization-12.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Thu Jul 24 09:55:49 2025
3
+ # Last update: Sun May 24 12:00:35 2026
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -536,9 +536,20 @@ try:
536
536
  finally:
537
537
  objc._updatingMetadata(False)
538
538
 
539
+ objc.registerNewKeywordsFromSelector("VZAudioDeviceConfiguration", b"init")
540
+ objc.registerNewKeywordsFromSelector("VZAudioInputStreamSource", b"init")
541
+ objc.registerNewKeywordsFromSelector("VZAudioOutputStreamSink", b"init")
542
+ objc.registerNewKeywordsFromSelector("VZBootLoader", b"init")
539
543
  objc.registerNewKeywordsFromSelector(
540
544
  "VZBridgedNetworkDeviceAttachment", b"initWithInterface:"
541
545
  )
546
+ objc.registerNewKeywordsFromSelector("VZBridgedNetworkInterface", b"init")
547
+ objc.registerNewKeywordsFromSelector("VZConsoleDevice", b"init")
548
+ objc.registerNewKeywordsFromSelector("VZConsoleDeviceConfiguration", b"init")
549
+ objc.registerNewKeywordsFromSelector("VZConsolePortConfiguration", b"init")
550
+ objc.registerNewKeywordsFromSelector("VZDirectoryShare", b"init")
551
+ objc.registerNewKeywordsFromSelector("VZDirectorySharingDevice", b"init")
552
+ objc.registerNewKeywordsFromSelector("VZDirectorySharingDeviceConfiguration", b"init")
542
553
  objc.registerNewKeywordsFromSelector(
543
554
  "VZDiskBlockDeviceStorageDeviceAttachment",
544
555
  b"initWithFileHandle:readOnly:synchronizationMode:error:",
@@ -550,38 +561,57 @@ objc.registerNewKeywordsFromSelector(
550
561
  objc.registerNewKeywordsFromSelector(
551
562
  "VZDiskImageStorageDeviceAttachment", b"initWithURL:readOnly:error:"
552
563
  )
564
+ objc.registerNewKeywordsFromSelector("VZEFIBootLoader", b"init")
565
+ objc.registerNewKeywordsFromSelector("VZEFIVariableStore", b"init")
553
566
  objc.registerNewKeywordsFromSelector(
554
567
  "VZEFIVariableStore", b"initCreatingVariableStoreAtURL:options:error:"
555
568
  )
556
569
  objc.registerNewKeywordsFromSelector("VZEFIVariableStore", b"initWithURL:")
570
+ objc.registerNewKeywordsFromSelector("VZEntropyDeviceConfiguration", b"init")
557
571
  objc.registerNewKeywordsFromSelector(
558
572
  "VZFileHandleNetworkDeviceAttachment", b"initWithFileHandle:"
559
573
  )
574
+ objc.registerNewKeywordsFromSelector("VZFileHandleSerialPortAttachment", b"init")
560
575
  objc.registerNewKeywordsFromSelector(
561
576
  "VZFileHandleSerialPortAttachment",
562
577
  b"initWithFileHandleForReading:fileHandleForWriting:",
563
578
  )
579
+ objc.registerNewKeywordsFromSelector("VZFileSerialPortAttachment", b"init")
564
580
  objc.registerNewKeywordsFromSelector(
565
581
  "VZFileSerialPortAttachment", b"initWithURL:append:error:"
566
582
  )
583
+ objc.registerNewKeywordsFromSelector("VZGenericMachineIdentifier", b"init")
567
584
  objc.registerNewKeywordsFromSelector(
568
585
  "VZGenericMachineIdentifier", b"initWithDataRepresentation:"
569
586
  )
587
+ objc.registerNewKeywordsFromSelector("VZGenericPlatformConfiguration", b"init")
588
+ objc.registerNewKeywordsFromSelector("VZGraphicsDevice", b"init")
589
+ objc.registerNewKeywordsFromSelector("VZGraphicsDeviceConfiguration", b"init")
590
+ objc.registerNewKeywordsFromSelector("VZGraphicsDisplay", b"init")
591
+ objc.registerNewKeywordsFromSelector("VZGraphicsDisplayConfiguration", b"init")
592
+ objc.registerNewKeywordsFromSelector("VZHostAudioInputStreamSource", b"init")
593
+ objc.registerNewKeywordsFromSelector("VZHostAudioOutputStreamSink", b"init")
594
+ objc.registerNewKeywordsFromSelector("VZKeyboardConfiguration", b"init")
570
595
  objc.registerNewKeywordsFromSelector("VZLinuxBootLoader", b"initWithKernelURL:")
571
596
  objc.registerNewKeywordsFromSelector(
572
597
  "VZLinuxRosettaAbstractSocketCachingOptions", b"initWithName:error:"
573
598
  )
599
+ objc.registerNewKeywordsFromSelector("VZLinuxRosettaCachingOptions", b"init")
574
600
  objc.registerNewKeywordsFromSelector("VZLinuxRosettaDirectoryShare", b"initWithError:")
601
+ objc.registerNewKeywordsFromSelector("VZLinuxRosettaUnixSocketCachingOptions", b"init")
575
602
  objc.registerNewKeywordsFromSelector(
576
603
  "VZLinuxRosettaUnixSocketCachingOptions", b"initWithPath:error:"
577
604
  )
605
+ objc.registerNewKeywordsFromSelector("VZMACAddress", b"init")
578
606
  objc.registerNewKeywordsFromSelector("VZMACAddress", b"initWithEthernetAddress:")
579
607
  objc.registerNewKeywordsFromSelector("VZMACAddress", b"initWithString:")
608
+ objc.registerNewKeywordsFromSelector("VZMacAuxiliaryStorage", b"init")
580
609
  objc.registerNewKeywordsFromSelector(
581
610
  "VZMacAuxiliaryStorage", b"initCreatingStorageAtURL:hardwareModel:options:error:"
582
611
  )
583
612
  objc.registerNewKeywordsFromSelector("VZMacAuxiliaryStorage", b"initWithContentsOfURL:")
584
613
  objc.registerNewKeywordsFromSelector("VZMacAuxiliaryStorage", b"initWithURL:")
614
+ objc.registerNewKeywordsFromSelector("VZMacGraphicsDeviceConfiguration", b"init")
585
615
  objc.registerNewKeywordsFromSelector(
586
616
  "VZMacGraphicsDisplayConfiguration", b"initForScreen:sizeInPoints:"
587
617
  )
@@ -589,18 +619,31 @@ objc.registerNewKeywordsFromSelector(
589
619
  "VZMacGraphicsDisplayConfiguration",
590
620
  b"initWithWidthInPixels:heightInPixels:pixelsPerInch:",
591
621
  )
622
+ objc.registerNewKeywordsFromSelector("VZMacHardwareModel", b"init")
592
623
  objc.registerNewKeywordsFromSelector(
593
624
  "VZMacHardwareModel", b"initWithDataRepresentation:"
594
625
  )
626
+ objc.registerNewKeywordsFromSelector("VZMacKeyboardConfiguration", b"init")
627
+ objc.registerNewKeywordsFromSelector("VZMacMachineIdentifier", b"init")
595
628
  objc.registerNewKeywordsFromSelector(
596
629
  "VZMacMachineIdentifier", b"initWithDataRepresentation:"
597
630
  )
631
+ objc.registerNewKeywordsFromSelector("VZMacOSBootLoader", b"init")
632
+ objc.registerNewKeywordsFromSelector("VZMacOSConfigurationRequirements", b"init")
633
+ objc.registerNewKeywordsFromSelector("VZMacOSInstaller", b"init")
598
634
  objc.registerNewKeywordsFromSelector(
599
635
  "VZMacOSInstaller", b"initWithVirtualMachine:restoreImageURL:"
600
636
  )
637
+ objc.registerNewKeywordsFromSelector("VZMacOSRestoreImage", b"init")
638
+ objc.registerNewKeywordsFromSelector("VZMacPlatformConfiguration", b"init")
639
+ objc.registerNewKeywordsFromSelector("VZMacTrackpadConfiguration", b"init")
640
+ objc.registerNewKeywordsFromSelector("VZMemoryBalloonDevice", b"init")
641
+ objc.registerNewKeywordsFromSelector("VZMemoryBalloonDeviceConfiguration", b"init")
642
+ objc.registerNewKeywordsFromSelector("VZMultipleDirectoryShare", b"init")
601
643
  objc.registerNewKeywordsFromSelector(
602
644
  "VZMultipleDirectoryShare", b"initWithDirectories:"
603
645
  )
646
+ objc.registerNewKeywordsFromSelector("VZNATNetworkDeviceAttachment", b"init")
604
647
  objc.registerNewKeywordsFromSelector(
605
648
  "VZNVMExpressControllerDeviceConfiguration", b"initWithAttachment:"
606
649
  )
@@ -611,23 +654,71 @@ objc.registerNewKeywordsFromSelector(
611
654
  "VZNetworkBlockDeviceStorageDeviceAttachment",
612
655
  b"initWithURL:timeout:forcedReadOnly:synchronizationMode:error:",
613
656
  )
657
+ objc.registerNewKeywordsFromSelector("VZNetworkDevice", b"init")
658
+ objc.registerNewKeywordsFromSelector("VZNetworkDeviceAttachment", b"init")
659
+ objc.registerNewKeywordsFromSelector("VZNetworkDeviceConfiguration", b"init")
660
+ objc.registerNewKeywordsFromSelector("VZPlatformConfiguration", b"init")
661
+ objc.registerNewKeywordsFromSelector("VZPointingDeviceConfiguration", b"init")
662
+ objc.registerNewKeywordsFromSelector("VZSerialPortAttachment", b"init")
663
+ objc.registerNewKeywordsFromSelector("VZSerialPortConfiguration", b"init")
664
+ objc.registerNewKeywordsFromSelector("VZSharedDirectory", b"init")
614
665
  objc.registerNewKeywordsFromSelector("VZSharedDirectory", b"initWithURL:readOnly:")
615
666
  objc.registerNewKeywordsFromSelector("VZSingleDirectoryShare", b"initWithDirectory:")
667
+ objc.registerNewKeywordsFromSelector("VZSocketDevice", b"init")
668
+ objc.registerNewKeywordsFromSelector("VZSocketDeviceConfiguration", b"init")
669
+ objc.registerNewKeywordsFromSelector("VZSpiceAgentPortAttachment", b"init")
670
+ objc.registerNewKeywordsFromSelector("VZStorageDevice", b"init")
671
+ objc.registerNewKeywordsFromSelector("VZStorageDeviceAttachment", b"init")
672
+ objc.registerNewKeywordsFromSelector("VZStorageDeviceConfiguration", b"init")
673
+ objc.registerNewKeywordsFromSelector("VZUSBController", b"init")
674
+ objc.registerNewKeywordsFromSelector("VZUSBControllerConfiguration", b"init")
675
+ objc.registerNewKeywordsFromSelector("VZUSBKeyboardConfiguration", b"init")
616
676
  objc.registerNewKeywordsFromSelector(
617
677
  "VZUSBMassStorageDevice", b"initWithConfiguration:"
618
678
  )
619
679
  objc.registerNewKeywordsFromSelector(
620
680
  "VZUSBMassStorageDeviceConfiguration", b"initWithAttachment:"
621
681
  )
682
+ objc.registerNewKeywordsFromSelector(
683
+ "VZUSBScreenCoordinatePointingDeviceConfiguration", b"init"
684
+ )
622
685
  objc.registerNewKeywordsFromSelector(
623
686
  "VZVirtioBlockDeviceConfiguration", b"initWithAttachment:"
624
687
  )
688
+ objc.registerNewKeywordsFromSelector("VZVirtioConsoleDevice", b"init")
689
+ objc.registerNewKeywordsFromSelector("VZVirtioConsoleDeviceConfiguration", b"init")
690
+ objc.registerNewKeywordsFromSelector(
691
+ "VZVirtioConsoleDeviceSerialPortConfiguration", b"init"
692
+ )
693
+ objc.registerNewKeywordsFromSelector("VZVirtioConsolePort", b"init")
694
+ objc.registerNewKeywordsFromSelector("VZVirtioConsolePortArray", b"init")
695
+ objc.registerNewKeywordsFromSelector("VZVirtioConsolePortConfiguration", b"init")
696
+ objc.registerNewKeywordsFromSelector("VZVirtioConsolePortConfigurationArray", b"init")
697
+ objc.registerNewKeywordsFromSelector("VZVirtioEntropyDeviceConfiguration", b"init")
625
698
  objc.registerNewKeywordsFromSelector(
626
699
  "VZVirtioFileSystemDeviceConfiguration", b"initWithTag:"
627
700
  )
701
+ objc.registerNewKeywordsFromSelector("VZVirtioGraphicsDeviceConfiguration", b"init")
628
702
  objc.registerNewKeywordsFromSelector(
629
703
  "VZVirtioGraphicsScanoutConfiguration", b"initWithWidthInPixels:heightInPixels:"
630
704
  )
705
+ objc.registerNewKeywordsFromSelector("VZVirtioNetworkDeviceConfiguration", b"init")
706
+ objc.registerNewKeywordsFromSelector("VZVirtioSocketConnection", b"init")
707
+ objc.registerNewKeywordsFromSelector("VZVirtioSocketDevice", b"init")
708
+ objc.registerNewKeywordsFromSelector("VZVirtioSocketDeviceConfiguration", b"init")
709
+ objc.registerNewKeywordsFromSelector("VZVirtioSoundDeviceConfiguration", b"init")
710
+ objc.registerNewKeywordsFromSelector(
711
+ "VZVirtioSoundDeviceInputStreamConfiguration", b"init"
712
+ )
713
+ objc.registerNewKeywordsFromSelector(
714
+ "VZVirtioSoundDeviceOutputStreamConfiguration", b"init"
715
+ )
716
+ objc.registerNewKeywordsFromSelector("VZVirtioSoundDeviceStreamConfiguration", b"init")
717
+ objc.registerNewKeywordsFromSelector("VZVirtioTraditionalMemoryBalloonDevice", b"init")
718
+ objc.registerNewKeywordsFromSelector(
719
+ "VZVirtioTraditionalMemoryBalloonDeviceConfiguration", b"init"
720
+ )
721
+ objc.registerNewKeywordsFromSelector("VZVirtualMachine", b"init")
631
722
  objc.registerNewKeywordsFromSelector("VZVirtualMachine", b"initWithConfiguration:")
632
723
  objc.registerNewKeywordsFromSelector(
633
724
  "VZVirtualMachine", b"initWithConfiguration:queue:"
@@ -635,6 +726,7 @@ objc.registerNewKeywordsFromSelector(
635
726
  objc.registerNewKeywordsFromSelector(
636
727
  "VZVmnetNetworkDeviceAttachment", b"initWithNetwork:"
637
728
  )
729
+ objc.registerNewKeywordsFromSelector("VZXHCIControllerConfiguration", b"init")
638
730
  expressions = {}
639
731
 
640
732
  # END OF FILE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-Virtualization
3
- Version: 12.0
3
+ Version: 12.2
4
4
  Summary: Wrappers for the framework Virtualization on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
17
17
  Classifier: Programming Language :: Python
18
18
  Classifier: Programming Language :: Python :: 3
19
19
  Classifier: Programming Language :: Python :: 3 :: Only
20
- Classifier: Programming Language :: Python :: 3.9
21
20
  Classifier: Programming Language :: Python :: 3.10
22
21
  Classifier: Programming Language :: Python :: 3.11
23
22
  Classifier: Programming Language :: Python :: 3.12
@@ -25,14 +24,14 @@ Classifier: Programming Language :: Python :: 3.13
25
24
  Classifier: Programming Language :: Python :: 3.14
26
25
  Classifier: Programming Language :: Python :: 3.15
27
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
- Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
27
+ Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
29
28
  Classifier: Programming Language :: Objective C
30
29
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
31
30
  Classifier: Topic :: Software Development :: User Interfaces
32
- Requires-Python: >=3.9
31
+ Requires-Python: >=3.10
33
32
  Description-Content-Type: text/x-rst; charset=UTF-8
34
- Requires-Dist: pyobjc-core>=12.0
35
- Requires-Dist: pyobjc-framework-Cocoa>=12.0
33
+ Requires-Dist: pyobjc-core>=12.2
34
+ Requires-Dist: pyobjc-framework-Cocoa>=12.2
36
35
  Dynamic: author
37
36
  Dynamic: author-email
38
37
  Dynamic: classifier
@@ -53,5 +53,5 @@ PyObjCTest/test_vzvirtualmachinedelegate.py
53
53
  PyObjCTest/test_vzvirtualmachineview.py
54
54
  metadata/Virtualization.fwinfo
55
55
  metadata/metadata.ini
56
- metadata/raw/arm64-26.0.fwinfo
57
- metadata/raw/x86_64-26.0.fwinfo
56
+ metadata/raw/arm64-26.5.fwinfo
57
+ metadata/raw/x86_64-26.5.fwinfo
@@ -0,0 +1,3 @@
1
+ macOS 26.5 (25F71)
2
+ Apple clang version 21.0.0 (clang-2100.1.1.101)
3
+ SDK: macOS 26.5
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=12.2
2
+ pyobjc-framework-Cocoa>=12.2
@@ -22,12 +22,14 @@ NS_ASSUME_NONNULL_BEGIN
22
22
  * Start of compiler definitions
23
23
  *
24
24
  */
25
+ #if 0
25
26
  #ifndef __has_feature
26
27
  #define __has_feature(x) 0
27
28
  #endif
28
29
  #ifndef __has_extension
29
30
  #define __has_extension(x) __has_feature(x)
30
31
  #endif
32
+ #endif
31
33
 
32
34
  #if __has_extension(c_static_assert)
33
35
  #define STATIC_ASSERT(test, message) _Static_assert(test, message)
@@ -55,46 +57,10 @@ NS_ASSUME_NONNULL_BEGIN
55
57
  /*
56
58
  *
57
59
  * Start of compiler support helpers
58
- *
59
- * XXX: Are these needed?
60
60
  */
61
61
 
62
- #ifdef __GNUC__
63
62
  #define unlikely(x) __builtin_expect(!!(x), 0)
64
63
  #define likely(x) __builtin_expect(!!(x), 1)
65
- #else
66
- #define likely(x) x
67
- #define likely(x) x
68
- #endif
69
-
70
- /* On some versions of GCC <limits.h> defines LONG_LONG_MAX but not LLONG_MAX, compensate.
71
- */
72
- #ifndef LLONG_MIN
73
- #ifdef LONG_LONG_MIN
74
- #define LLONG_MIN LONG_LONG_MIN
75
- #define LLONG_MAX LONG_LONG_MAX
76
- #define ULLONG_MAX ULONG_LONG_MAX
77
- #endif
78
- #endif
79
-
80
- /*
81
- *
82
- * End of compiler support helpers
83
- *
84
- * XXX: These two are no longer needed, all supported platforms
85
- * are 64-bit
86
- */
87
-
88
- #if __LP64__
89
- #define Py_ARG_NSInteger "l"
90
- #define Py_ARG_NSUInteger "k"
91
- #else
92
- #define Py_ARG_NSInteger "i"
93
- #define Py_ARG_NSUInteger "I"
94
- #endif
95
-
96
- #define PyObjC__STR(x) #x
97
- #define PyObjC_STR(x) PyObjC__STR(x)
98
64
 
99
65
  /*
100
66
  *
@@ -131,20 +97,6 @@ NS_ASSUME_NONNULL_BEGIN
131
97
 
132
98
  extern int PyObjC_Cmp(PyObject* o1, PyObject* o2, int* result);
133
99
 
134
- /*
135
- * A micro optimization: when using Python 3.3 or later it
136
- * is possible to access a 'char*' with an ASCII representation
137
- * of a unicode object without first converting it to a bytes
138
- * string (if the string can be encoded as ASCII in the first
139
- * place.
140
- *
141
- * This slightly reduces the object allocation rate during
142
- * attribute access.
143
- *
144
- * XXX: Use PyUnicode_AsUTF8 instead.
145
- */
146
- extern const char* _Nullable PyObjC_Unicode_Fast_Bytes(PyObject* object);
147
-
148
100
  #ifdef __clang__
149
101
 
150
102
  #ifndef Py_LIMITED_API
@@ -286,6 +238,23 @@ static inline PyObject* _Nullable PyList_GetItemRef(PyObject* l, Py_ssize_t i)
286
238
  Py_XINCREF(result);
287
239
  return result;
288
240
  }
241
+
242
+ static inline int
243
+ PyDict_SetDefaultRef(PyObject* p, PyObject* key, PyObject* default_value,
244
+ PyObject* _Nonnull* _Nullable result)
245
+ {
246
+ *result = PyDict_SetDefault(p, key, default_value);
247
+ if (*result == NULL) {
248
+ return -1;
249
+ }
250
+ Py_INCREF(*result);
251
+
252
+ /* This does not follow the spec, should return 1 when the key was already
253
+ * in the dict. That part of the API is not used in PyObjC though.
254
+ */
255
+ return 0;
256
+ }
257
+
289
258
  #endif
290
259
 
291
260
  #if PY_VERSION_HEX < 0x030c0000
@@ -392,6 +361,11 @@ PyUnstable_TryIncRef(PyObject* op __attribute__((__unused__)))
392
361
  }
393
362
  #endif
394
363
 
364
+ #if PY_VERSION_HEX < 0x030f00a7
365
+ #define PyAnyDict_CheckExact PyDict_CheckExact
366
+ #define PyAnyDict_Check PyDict_Check
367
+ #endif
368
+
395
369
  NS_ASSUME_NONNULL_END
396
370
 
397
371
  #endif /* PyObjC_COMPAT_H */
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-Virtualization
3
- Version: 12.0
3
+ Version: 12.2
4
4
  Summary: Wrappers for the framework Virtualization on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
17
17
  Classifier: Programming Language :: Python
18
18
  Classifier: Programming Language :: Python :: 3
19
19
  Classifier: Programming Language :: Python :: 3 :: Only
20
- Classifier: Programming Language :: Python :: 3.9
21
20
  Classifier: Programming Language :: Python :: 3.10
22
21
  Classifier: Programming Language :: Python :: 3.11
23
22
  Classifier: Programming Language :: Python :: 3.12
@@ -25,14 +24,14 @@ Classifier: Programming Language :: Python :: 3.13
25
24
  Classifier: Programming Language :: Python :: 3.14
26
25
  Classifier: Programming Language :: Python :: 3.15
27
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
- Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
27
+ Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
29
28
  Classifier: Programming Language :: Objective C
30
29
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
31
30
  Classifier: Topic :: Software Development :: User Interfaces
32
- Requires-Python: >=3.9
31
+ Requires-Python: >=3.10
33
32
  Description-Content-Type: text/x-rst; charset=UTF-8
34
- Requires-Dist: pyobjc-core>=12.0
35
- Requires-Dist: pyobjc-framework-Cocoa>=12.0
33
+ Requires-Dist: pyobjc-core>=12.2
34
+ Requires-Dist: pyobjc-framework-Cocoa>=12.2
36
35
  Dynamic: author
37
36
  Dynamic: author-email
38
37
  Dynamic: classifier