pyobjc-framework-FileProvider 10.2__cp311-cp311-macosx_10_9_universal2.whl → 10.3__cp311-cp311-macosx_10_9_universal2.whl

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.

Potentially problematic release.


This version of pyobjc-framework-FileProvider might be problematic. Click here for more details.

Binary file
FileProvider/__init__.py CHANGED
@@ -31,6 +31,9 @@ def _setup():
31
31
  globals()["__dir__"] = dir_func
32
32
  globals()["__getattr__"] = getattr_func
33
33
 
34
+ for cls, sel in (("NSFileProviderManager", b"init"),):
35
+ objc.registerUnavailableMethod(cls, sel)
36
+
34
37
  del sys.modules["FileProvider._metadata"]
35
38
 
36
39
 
FileProvider/_metadata.py CHANGED
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Fri Jan 26 19:30:21 2024
3
+ # Last update: Sat May 18 09:29:08 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -820,11 +820,6 @@ try:
820
820
  }
821
821
  },
822
822
  )
823
- r(
824
- b"NSFileProviderManager",
825
- b"stateDirectoryURLWithError:",
826
- {"arguments": {2: {"type_modifier": b"o"}}},
827
- )
828
823
  r(
829
824
  b"NSFileProviderManager",
830
825
  b"temporaryDirectoryURLWithError:",
@@ -1648,6 +1643,17 @@ try:
1648
1643
  )
1649
1644
  finally:
1650
1645
  objc._updatingMetadata(False)
1646
+
1647
+ objc.registerNewKeywordsFromSelector(
1648
+ "NSFileProviderDomain", b"initWithIdentifier:displayName:"
1649
+ )
1650
+ objc.registerNewKeywordsFromSelector(
1651
+ "NSFileProviderDomain",
1652
+ b"initWithIdentifier:displayName:pathRelativeToDocumentStorage:",
1653
+ )
1654
+ objc.registerNewKeywordsFromSelector(
1655
+ "NSFileProviderItemVersion", b"initWithContentVersion:metadataVersion:"
1656
+ )
1651
1657
  expressions = {}
1652
1658
 
1653
1659
  # END OF FILE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-FileProvider
3
- Version: 10.2
3
+ Version: 10.3
4
4
  Summary: Wrappers for the framework FileProvider on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -33,8 +33,8 @@ Description-Content-Type: text/x-rst; charset=UTF-8
33
33
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
34
34
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
35
35
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
36
- Requires-Dist: pyobjc-core (>=10.2)
37
- Requires-Dist: pyobjc-framework-Cocoa (>=10.2)
36
+ Requires-Dist: pyobjc-core (>=10.3)
37
+ Requires-Dist: pyobjc-framework-Cocoa (>=10.3)
38
38
 
39
39
 
40
40
  Wrappers for the "FileProvider" framework on macOS.
@@ -0,0 +1,7 @@
1
+ FileProvider/_FileProvider.abi3.so,sha256=zmyAN2UbBmLIhFiFlwnbtciUOkgqcGMIrmRzvL-_tXE,113192
2
+ FileProvider/__init__.py,sha256=JCJSb8Ym2qEPATcyecMkl7_ogChYxsqtZ-9TdPXZ81E,1028
3
+ FileProvider/_metadata.py,sha256=Ml63S7UPQi1mqwyu2GiQfClxHsblsGmqx2N87wrbdsE,56022
4
+ pyobjc_framework_FileProvider-10.3.dist-info/METADATA,sha256=jUDDqzHnjbAdHHPML3akfInlUqcWEMGvkSWEAF4Oc3U,2254
5
+ pyobjc_framework_FileProvider-10.3.dist-info/WHEEL,sha256=1gGdl8c7V4tzGrOfjA4xbXg5uJOisfAwei4hK84YpXE,115
6
+ pyobjc_framework_FileProvider-10.3.dist-info/top_level.txt,sha256=nR-rI0rFsyka1trhSbpnliRgXtSwu1LZmlT9IJL_0RY,13
7
+ pyobjc_framework_FileProvider-10.3.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- FileProvider/_FileProvider.abi3.so,sha256=LZ_GgSy9zlbjZoGPX-hzhmEX7FRbdKo1vxiCY3AMofM,113192
2
- FileProvider/__init__.py,sha256=iMcUMDqoMSFCTPu8WQy3HyuM089GDONXbGCkPCQ18Qk,919
3
- FileProvider/_metadata.py,sha256=mKJT6FqkbdhPlxQEyri087qOuNm4hWoUvDwNhffbbPg,55804
4
- pyobjc_framework_FileProvider-10.2.dist-info/METADATA,sha256=TYxFK4I_tj4U0a8xBNkHBe8_-JGtifsIwhSn87im9cA,2254
5
- pyobjc_framework_FileProvider-10.2.dist-info/WHEEL,sha256=1gGdl8c7V4tzGrOfjA4xbXg5uJOisfAwei4hK84YpXE,115
6
- pyobjc_framework_FileProvider-10.2.dist-info/top_level.txt,sha256=nR-rI0rFsyka1trhSbpnliRgXtSwu1LZmlT9IJL_0RY,13
7
- pyobjc_framework_FileProvider-10.2.dist-info/RECORD,,