pyobjc-framework-CoreData 12.1__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.
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Lib/CoreData/_metadata.py +31 -2
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Lib/pyobjc_framework_CoreData.egg-info/PKG-INFO +3 -3
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Lib/pyobjc_framework_CoreData.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_coredata-12.2/Lib/pyobjc_framework_CoreData.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_coredata-12.2/Lib/pyobjc_framework_CoreData.egg-info/requires.txt +2 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Modules/pyobjc-compat.h +5 -2
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PKG-INFO +3 -3
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nspersistentstorecoordinator.py +7 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/metadata/CoreData.fwinfo +86 -86
- pyobjc_framework_coredata-12.1/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_coredata-12.2/metadata/raw/arm64-26.5.fwinfo +4225 -191
- pyobjc_framework_coredata-12.1/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_coredata-12.2/metadata/raw/x86_64-26.5.fwinfo +4225 -191
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/setup.py +1 -1
- pyobjc_framework_coredata-12.1/Lib/pyobjc_framework_CoreData.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_coredata-12.1/Lib/pyobjc_framework_CoreData.egg-info/requires.txt +0 -2
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/DragApp/DragAppAppDelegate.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/DragApp/DragApp_DataModel.xcdatamodel/elements +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/DragApp/DragApp_DataModel.xcdatamodel/layout +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/DragApp/DragSupportDataSource.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/DragApp/English.lproj/MainMenu.nib/classes.nib +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/DragApp/English.lproj/MainMenu.nib/info.nib +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/DragApp/English.lproj/MainMenu.nib/keyedobjects.nib +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/DragApp/ReadMe.txt +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/DragApp/main.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/DragApp/setup.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/DragApp/summary.txt +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/OutlineEdit/English.lproj/InfoPlist.strings +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/OutlineEdit/English.lproj/MainMenu.nib/classes.nib +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/OutlineEdit/English.lproj/MainMenu.nib/info.nib +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/OutlineEdit/English.lproj/MainMenu.nib/keyedobjects.nib +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/OutlineEdit/English.lproj/MyDocument.nib/classes.nib +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/OutlineEdit/English.lproj/MyDocument.nib/info.nib +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/OutlineEdit/English.lproj/MyDocument.nib/keyedobjects.nib +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/OutlineEdit/MyDocument.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/OutlineEdit/MyDocument.xcdatamodel/elements +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/OutlineEdit/MyDocument.xcdatamodel/layout +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/OutlineEdit/Note.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/OutlineEdit/main.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/OutlineEdit/setup.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Examples/OutlineEdit/summary.txt +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/LICENSE.txt +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Lib/CoreData/__init__.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Lib/CoreData/_convenience.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Lib/pyobjc_framework_CoreData.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Lib/pyobjc_framework_CoreData.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Lib/pyobjc_framework_CoreData.egg-info/top_level.txt +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/MANIFEST.in +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Modules/_CoreData.m +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Modules/_CoreData_protocols.m +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/Modules/pyobjc-api.h +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_coredata.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_coredatadefines.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_coredataerrors.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_managedkvo.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsatomicstore.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsattributedescription.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsbatchinsertrequest.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsbatchupdaterequest.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nscoredatacorespotlightdelegate.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nscustommigrationstage.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsentitydescription.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsentitymapping.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsentitymigrationpolicy.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsfetchedresultscontroller.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsfetchindexelementdescription.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsfetchrequest.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsfetchrequestexpression.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsincrementalstore.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsmanagedobject.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsmanagedobjectcontext.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsmanagedobjectid.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsmanagedobjectmodel.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsmappingmodel.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsmergepolicy.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsmigrationmanager.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nspersistentcloudkitcontainer.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nspersistentcloudkitcontainer_sharing.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nspersistentcloudkitcontainerevent.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nspersistentcontainer.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nspersistenthistorychange.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nspersistentstore.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nspersistentstoredescription.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nspersistentstorerequest.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nspersistentstoreresult.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nspropertydescription.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/PyObjCTest/test_nsrelationshipdescription.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/README.txt +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/metadata/metadata.ini +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/pyobjc_setup.py +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-12.2}/pyproject.toml +0 -0
- {pyobjc_framework_coredata-12.1 → pyobjc_framework_coredata-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
|
|
3
|
+
# Last update: Thu May 28 21:20:21 2026
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -557,7 +557,7 @@ try:
|
|
|
557
557
|
r(
|
|
558
558
|
b"NSManagedObject",
|
|
559
559
|
b"contextShouldIgnoreUnmodeledPropertyChanges",
|
|
560
|
-
{"retval": {"type":
|
|
560
|
+
{"retval": {"type": "Z"}},
|
|
561
561
|
)
|
|
562
562
|
r(b"NSManagedObject", b"hasChanges", {"retval": {"type": b"Z"}})
|
|
563
563
|
r(b"NSManagedObject", b"hasFaultForRelationshipNamed:", {"retval": {"type": "Z"}})
|
|
@@ -1024,6 +1024,11 @@ try:
|
|
|
1024
1024
|
b"addPersistentStoreWithType:configuration:URL:options:error:",
|
|
1025
1025
|
{"arguments": {6: {"type_modifier": b"o"}}},
|
|
1026
1026
|
)
|
|
1027
|
+
r(
|
|
1028
|
+
b"NSPersistentStoreCoordinator",
|
|
1029
|
+
b"cachedModelForPersistentStoreAtURL:options:error:",
|
|
1030
|
+
{"arguments": {4: {"type_modifier": b"o"}}},
|
|
1031
|
+
)
|
|
1027
1032
|
r(
|
|
1028
1033
|
b"NSPersistentStoreCoordinator",
|
|
1029
1034
|
b"destroyPersistentStoreAtURL:withType:options:error:",
|
|
@@ -1205,8 +1210,10 @@ objc.registerNewKeywordsFromSelector(
|
|
|
1205
1210
|
b"initWithPersistentStoreCoordinator:configurationName:URL:options:",
|
|
1206
1211
|
)
|
|
1207
1212
|
objc.registerNewKeywordsFromSelector("NSAtomicStoreCacheNode", b"initWithObjectID:")
|
|
1213
|
+
objc.registerNewKeywordsFromSelector("NSBatchDeleteRequest", b"init")
|
|
1208
1214
|
objc.registerNewKeywordsFromSelector("NSBatchDeleteRequest", b"initWithFetchRequest:")
|
|
1209
1215
|
objc.registerNewKeywordsFromSelector("NSBatchDeleteRequest", b"initWithObjectIDs:")
|
|
1216
|
+
objc.registerNewKeywordsFromSelector("NSBatchInsertRequest", b"init")
|
|
1210
1217
|
objc.registerNewKeywordsFromSelector(
|
|
1211
1218
|
"NSBatchInsertRequest", b"initWithEntity:dictionaryHandler:"
|
|
1212
1219
|
)
|
|
@@ -1229,12 +1236,14 @@ objc.registerNewKeywordsFromSelector(
|
|
|
1229
1236
|
"NSConstraintConflict",
|
|
1230
1237
|
b"initWithConstraint:databaseObject:databaseSnapshot:conflictingObjects:conflictingSnapshots:",
|
|
1231
1238
|
)
|
|
1239
|
+
objc.registerNewKeywordsFromSelector("NSCoreDataCoreSpotlightDelegate", b"init")
|
|
1232
1240
|
objc.registerNewKeywordsFromSelector(
|
|
1233
1241
|
"NSCoreDataCoreSpotlightDelegate", b"initForStoreWithDescription:coordinator:"
|
|
1234
1242
|
)
|
|
1235
1243
|
objc.registerNewKeywordsFromSelector(
|
|
1236
1244
|
"NSCoreDataCoreSpotlightDelegate", b"initForStoreWithDescription:model:"
|
|
1237
1245
|
)
|
|
1246
|
+
objc.registerNewKeywordsFromSelector("NSCustomMigrationStage", b"init")
|
|
1238
1247
|
objc.registerNewKeywordsFromSelector(
|
|
1239
1248
|
"NSCustomMigrationStage", b"initWithCurrentModelReference:nextModelReference:"
|
|
1240
1249
|
)
|
|
@@ -1244,6 +1253,7 @@ objc.registerNewKeywordsFromSelector(
|
|
|
1244
1253
|
objc.registerNewKeywordsFromSelector(
|
|
1245
1254
|
"NSFetchIndexElementDescription", b"initWithProperty:collationType:"
|
|
1246
1255
|
)
|
|
1256
|
+
objc.registerNewKeywordsFromSelector("NSFetchRequest", b"init")
|
|
1247
1257
|
objc.registerNewKeywordsFromSelector("NSFetchRequest", b"initWithEntityName:")
|
|
1248
1258
|
objc.registerNewKeywordsFromSelector(
|
|
1249
1259
|
"NSFetchedResultsController",
|
|
@@ -1252,6 +1262,7 @@ objc.registerNewKeywordsFromSelector(
|
|
|
1252
1262
|
objc.registerNewKeywordsFromSelector(
|
|
1253
1263
|
"NSIncrementalStoreNode", b"initWithObjectID:withValues:version:"
|
|
1254
1264
|
)
|
|
1265
|
+
objc.registerNewKeywordsFromSelector("NSLightweightMigrationStage", b"init")
|
|
1255
1266
|
objc.registerNewKeywordsFromSelector(
|
|
1256
1267
|
"NSLightweightMigrationStage", b"initWithVersionChecksums:"
|
|
1257
1268
|
)
|
|
@@ -1259,10 +1270,13 @@ objc.registerNewKeywordsFromSelector("NSManagedObject", b"initWithContext:")
|
|
|
1259
1270
|
objc.registerNewKeywordsFromSelector(
|
|
1260
1271
|
"NSManagedObject", b"initWithEntity:insertIntoManagedObjectContext:"
|
|
1261
1272
|
)
|
|
1273
|
+
objc.registerNewKeywordsFromSelector("NSManagedObjectContext", b"init")
|
|
1262
1274
|
objc.registerNewKeywordsFromSelector(
|
|
1263
1275
|
"NSManagedObjectContext", b"initWithConcurrencyType:"
|
|
1264
1276
|
)
|
|
1277
|
+
objc.registerNewKeywordsFromSelector("NSManagedObjectModel", b"init")
|
|
1265
1278
|
objc.registerNewKeywordsFromSelector("NSManagedObjectModel", b"initWithContentsOfURL:")
|
|
1279
|
+
objc.registerNewKeywordsFromSelector("NSManagedObjectModelReference", b"init")
|
|
1266
1280
|
objc.registerNewKeywordsFromSelector(
|
|
1267
1281
|
"NSManagedObjectModelReference",
|
|
1268
1282
|
b"initWithEntityVersionHashes:inBundle:versionChecksum:",
|
|
@@ -1277,14 +1291,21 @@ objc.registerNewKeywordsFromSelector(
|
|
|
1277
1291
|
"NSManagedObjectModelReference", b"initWithName:inBundle:versionChecksum:"
|
|
1278
1292
|
)
|
|
1279
1293
|
objc.registerNewKeywordsFromSelector("NSMappingModel", b"initWithContentsOfURL:")
|
|
1294
|
+
objc.registerNewKeywordsFromSelector("NSMergeConflict", b"init")
|
|
1280
1295
|
objc.registerNewKeywordsFromSelector(
|
|
1281
1296
|
"NSMergeConflict",
|
|
1282
1297
|
b"initWithSource:newVersion:oldVersion:cachedSnapshot:persistedSnapshot:",
|
|
1283
1298
|
)
|
|
1299
|
+
objc.registerNewKeywordsFromSelector("NSMergePolicy", b"init")
|
|
1284
1300
|
objc.registerNewKeywordsFromSelector("NSMergePolicy", b"initWithMergeType:")
|
|
1285
1301
|
objc.registerNewKeywordsFromSelector(
|
|
1286
1302
|
"NSMigrationManager", b"initWithSourceModel:destinationModel:"
|
|
1287
1303
|
)
|
|
1304
|
+
objc.registerNewKeywordsFromSelector("NSPersistentCloudKitContainerEvent", b"init")
|
|
1305
|
+
objc.registerNewKeywordsFromSelector(
|
|
1306
|
+
"NSPersistentCloudKitContainerEventResult", b"init"
|
|
1307
|
+
)
|
|
1308
|
+
objc.registerNewKeywordsFromSelector("NSPersistentCloudKitContainerOptions", b"init")
|
|
1288
1309
|
objc.registerNewKeywordsFromSelector(
|
|
1289
1310
|
"NSPersistentCloudKitContainerOptions", b"initWithContainerIdentifier:"
|
|
1290
1311
|
)
|
|
@@ -1292,6 +1313,7 @@ objc.registerNewKeywordsFromSelector("NSPersistentContainer", b"initWithName:")
|
|
|
1292
1313
|
objc.registerNewKeywordsFromSelector(
|
|
1293
1314
|
"NSPersistentContainer", b"initWithName:managedObjectModel:"
|
|
1294
1315
|
)
|
|
1316
|
+
objc.registerNewKeywordsFromSelector("NSPersistentStore", b"init")
|
|
1295
1317
|
objc.registerNewKeywordsFromSelector(
|
|
1296
1318
|
"NSPersistentStore",
|
|
1297
1319
|
b"initWithPersistentStoreCoordinator:configurationName:URL:options:",
|
|
@@ -1304,9 +1326,16 @@ objc.registerNewKeywordsFromSelector(
|
|
|
1304
1326
|
"NSSaveChangesRequest",
|
|
1305
1327
|
b"initWithInsertedObjects:updatedObjects:deletedObjects:lockedObjects:",
|
|
1306
1328
|
)
|
|
1329
|
+
objc.registerNewKeywordsFromSelector("NSStagedMigrationManager", b"init")
|
|
1307
1330
|
objc.registerNewKeywordsFromSelector(
|
|
1308
1331
|
"NSStagedMigrationManager", b"initWithMigrationStages:"
|
|
1309
1332
|
)
|
|
1333
|
+
|
|
1334
|
+
objc.registerNewKeywords(
|
|
1335
|
+
"NSPersistentHistoryChangeRequest",
|
|
1336
|
+
("fetchRequest",),
|
|
1337
|
+
"fetchHistoryWithFetchRequest_",
|
|
1338
|
+
)
|
|
1310
1339
|
expressions = {}
|
|
1311
1340
|
|
|
1312
1341
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-CoreData
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework CoreData 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.10
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
33
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
34
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
36
|
Dynamic: author
|
|
37
37
|
Dynamic: author-email
|
|
38
38
|
Dynamic: classifier
|
|
@@ -85,5 +85,5 @@ PyObjCTest/test_nspropertydescription.py
|
|
|
85
85
|
PyObjCTest/test_nsrelationshipdescription.py
|
|
86
86
|
metadata/CoreData.fwinfo
|
|
87
87
|
metadata/metadata.ini
|
|
88
|
-
metadata/raw/arm64-26.
|
|
89
|
-
metadata/raw/x86_64-26.
|
|
88
|
+
metadata/raw/arm64-26.5.fwinfo
|
|
89
|
+
metadata/raw/x86_64-26.5.fwinfo
|
|
@@ -57,8 +57,6 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
57
57
|
/*
|
|
58
58
|
*
|
|
59
59
|
* Start of compiler support helpers
|
|
60
|
-
*
|
|
61
|
-
* XXX: Are these needed?
|
|
62
60
|
*/
|
|
63
61
|
|
|
64
62
|
#define unlikely(x) __builtin_expect(!!(x), 0)
|
|
@@ -363,6 +361,11 @@ PyUnstable_TryIncRef(PyObject* op __attribute__((__unused__)))
|
|
|
363
361
|
}
|
|
364
362
|
#endif
|
|
365
363
|
|
|
364
|
+
#if PY_VERSION_HEX < 0x030f00a7
|
|
365
|
+
#define PyAnyDict_CheckExact PyDict_CheckExact
|
|
366
|
+
#define PyAnyDict_Check PyDict_Check
|
|
367
|
+
#endif
|
|
368
|
+
|
|
366
369
|
NS_ASSUME_NONNULL_END
|
|
367
370
|
|
|
368
371
|
#endif /* PyObjC_COMPAT_H */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-CoreData
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework CoreData 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.10
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
33
|
License-File: LICENSE.txt
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
34
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
35
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
36
|
Dynamic: author
|
|
37
37
|
Dynamic: author-email
|
|
38
38
|
Dynamic: classifier
|
|
@@ -270,3 +270,10 @@ class TestNSPersistentStoreCoordinator(TestCase):
|
|
|
270
270
|
0,
|
|
271
271
|
1,
|
|
272
272
|
)
|
|
273
|
+
|
|
274
|
+
@min_os_level("26.4")
|
|
275
|
+
def testMethods26_4(self):
|
|
276
|
+
self.assertArgIsOut(
|
|
277
|
+
CoreData.NSPersistentStoreCoordinator.cachedModelForPersistentStoreAtURL_options_error_,
|
|
278
|
+
2,
|
|
279
|
+
)
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"0": {
|
|
51
51
|
"callable": {
|
|
52
52
|
"arguments": {
|
|
53
|
-
"0": { "
|
|
54
|
-
"1": { "
|
|
55
|
-
"2": { "
|
|
56
|
-
"3": { "
|
|
53
|
+
"0": { "type": "^v" },
|
|
54
|
+
"1": { "type": "@" },
|
|
55
|
+
"2": { "type": "@" },
|
|
56
|
+
"3": { "type": "@" }
|
|
57
57
|
},
|
|
58
58
|
"retval": {
|
|
59
|
-
"
|
|
59
|
+
"type": "Z"
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
}
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
"retval": {
|
|
69
69
|
"callable": {
|
|
70
70
|
"arguments": {
|
|
71
|
-
"0": { "
|
|
72
|
-
"1": { "
|
|
73
|
-
"2": { "
|
|
74
|
-
"3": { "
|
|
71
|
+
"0": { "type": "^v" },
|
|
72
|
+
"1": { "type": "@" },
|
|
73
|
+
"2": { "type": "@" },
|
|
74
|
+
"3": { "type": "@" }
|
|
75
75
|
},
|
|
76
76
|
"retval": {
|
|
77
|
-
"
|
|
77
|
+
"type": "Z"
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
},
|
|
@@ -86,13 +86,13 @@
|
|
|
86
86
|
"0": {
|
|
87
87
|
"callable": {
|
|
88
88
|
"arguments": {
|
|
89
|
-
"0": { "
|
|
90
|
-
"1": { "
|
|
91
|
-
"2": { "
|
|
92
|
-
"3": { "
|
|
89
|
+
"0": { "type": "^v" },
|
|
90
|
+
"1": { "type": "@" },
|
|
91
|
+
"2": { "type": "@" },
|
|
92
|
+
"3": { "type": "@" }
|
|
93
93
|
},
|
|
94
94
|
"retval": {
|
|
95
|
-
"
|
|
95
|
+
"type": "Z"
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
}
|
|
@@ -104,13 +104,13 @@
|
|
|
104
104
|
"retval": {
|
|
105
105
|
"callable": {
|
|
106
106
|
"arguments": {
|
|
107
|
-
"0": { "
|
|
108
|
-
"1": { "
|
|
109
|
-
"2": { "
|
|
110
|
-
"3": { "
|
|
107
|
+
"0": { "type": "^v" },
|
|
108
|
+
"1": { "type": "@" },
|
|
109
|
+
"2": { "type": "@" },
|
|
110
|
+
"3": { "type": "@" }
|
|
111
111
|
},
|
|
112
112
|
"retval": {
|
|
113
|
-
"
|
|
113
|
+
"type": "Z"
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
},
|
|
@@ -126,14 +126,14 @@
|
|
|
126
126
|
"2": {
|
|
127
127
|
"callable": {
|
|
128
128
|
"arguments": {
|
|
129
|
-
"0": { "
|
|
130
|
-
"1": { "
|
|
131
|
-
"2": { "
|
|
132
|
-
"3": { "
|
|
133
|
-
"4": { "
|
|
129
|
+
"0": { "type": "^v" },
|
|
130
|
+
"1": { "type": "@" },
|
|
131
|
+
"2": { "type": "@" },
|
|
132
|
+
"3": { "type": "@" },
|
|
133
|
+
"4": { "type": "@" }
|
|
134
134
|
},
|
|
135
135
|
"retval": {
|
|
136
|
-
"
|
|
136
|
+
"type": "v"
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
}
|
|
@@ -146,12 +146,12 @@
|
|
|
146
146
|
"2": {
|
|
147
147
|
"callable": {
|
|
148
148
|
"arguments": {
|
|
149
|
-
"0": { "
|
|
150
|
-
"1": { "
|
|
151
|
-
"2": { "
|
|
149
|
+
"0": { "type": "^v" },
|
|
150
|
+
"1": { "type": "@" },
|
|
151
|
+
"2": { "type": "@" }
|
|
152
152
|
},
|
|
153
153
|
"retval": {
|
|
154
|
-
"
|
|
154
|
+
"type": "v"
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
157
|
}
|
|
@@ -164,12 +164,12 @@
|
|
|
164
164
|
"2": {
|
|
165
165
|
"callable": {
|
|
166
166
|
"arguments": {
|
|
167
|
-
"0": { "
|
|
168
|
-
"1": { "
|
|
169
|
-
"2": { "
|
|
167
|
+
"0": { "type": "^v" },
|
|
168
|
+
"1": { "type": "@" },
|
|
169
|
+
"2": { "type": "@" }
|
|
170
170
|
},
|
|
171
171
|
"retval": {
|
|
172
|
-
"
|
|
172
|
+
"type": "v"
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
175
|
}
|
|
@@ -182,12 +182,12 @@
|
|
|
182
182
|
"2": {
|
|
183
183
|
"callable": {
|
|
184
184
|
"arguments": {
|
|
185
|
-
"0": { "
|
|
186
|
-
"1": { "
|
|
187
|
-
"2": { "
|
|
185
|
+
"0": { "type": "^v" },
|
|
186
|
+
"1": { "type": "@" },
|
|
187
|
+
"2": { "type": "@" }
|
|
188
188
|
},
|
|
189
189
|
"retval": {
|
|
190
|
-
"
|
|
190
|
+
"type": "v"
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
}
|
|
@@ -200,12 +200,12 @@
|
|
|
200
200
|
"2": {
|
|
201
201
|
"callable": {
|
|
202
202
|
"arguments": {
|
|
203
|
-
"0": { "
|
|
204
|
-
"1": { "
|
|
205
|
-
"2": { "
|
|
203
|
+
"0": { "type": "^v" },
|
|
204
|
+
"1": { "type": "@" },
|
|
205
|
+
"2": { "type": "@" }
|
|
206
206
|
},
|
|
207
207
|
"retval": {
|
|
208
|
-
"
|
|
208
|
+
"type": "v"
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
}
|
|
@@ -272,11 +272,11 @@
|
|
|
272
272
|
"1": {
|
|
273
273
|
"callable": {
|
|
274
274
|
"arguments": {
|
|
275
|
-
"0": { "
|
|
276
|
-
"1": { "
|
|
275
|
+
"0": { "type": "^v" },
|
|
276
|
+
"1": { "type": "@" }
|
|
277
277
|
},
|
|
278
278
|
"retval": {
|
|
279
|
-
"
|
|
279
|
+
"type": "Z"
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
}
|
|
@@ -289,11 +289,11 @@
|
|
|
289
289
|
"1": {
|
|
290
290
|
"callable": {
|
|
291
291
|
"arguments": {
|
|
292
|
-
"0": { "
|
|
293
|
-
"1": { "
|
|
292
|
+
"0": { "type": "^v" },
|
|
293
|
+
"1": { "type": "@" }
|
|
294
294
|
},
|
|
295
295
|
"retval": {
|
|
296
|
-
"
|
|
296
|
+
"type": "Z"
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
299
|
}
|
|
@@ -305,11 +305,11 @@
|
|
|
305
305
|
"retval": {
|
|
306
306
|
"callable": {
|
|
307
307
|
"arguments": {
|
|
308
|
-
"0": { "
|
|
309
|
-
"1": { "
|
|
308
|
+
"0": { "type": "^v" },
|
|
309
|
+
"1": { "type": "@" }
|
|
310
310
|
},
|
|
311
311
|
"retval": {
|
|
312
|
-
"
|
|
312
|
+
"type": "Z"
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
315
|
},
|
|
@@ -321,11 +321,11 @@
|
|
|
321
321
|
"0": {
|
|
322
322
|
"callable": {
|
|
323
323
|
"arguments": {
|
|
324
|
-
"0": { "
|
|
325
|
-
"1": { "
|
|
324
|
+
"0": { "type": "^v" },
|
|
325
|
+
"1": { "type": "@" }
|
|
326
326
|
},
|
|
327
327
|
"retval": {
|
|
328
|
-
"
|
|
328
|
+
"type": "Z"
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
331
|
}
|
|
@@ -337,11 +337,11 @@
|
|
|
337
337
|
"retval": {
|
|
338
338
|
"callable": {
|
|
339
339
|
"arguments": {
|
|
340
|
-
"0": { "
|
|
341
|
-
"1": { "
|
|
340
|
+
"0": { "type": "^v" },
|
|
341
|
+
"1": { "type": "@" }
|
|
342
342
|
},
|
|
343
343
|
"retval": {
|
|
344
|
-
"
|
|
344
|
+
"type": "Z"
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
},
|
|
@@ -353,11 +353,11 @@
|
|
|
353
353
|
"0": {
|
|
354
354
|
"callable": {
|
|
355
355
|
"arguments": {
|
|
356
|
-
"0": { "
|
|
357
|
-
"1": { "
|
|
356
|
+
"0": { "type": "^v" },
|
|
357
|
+
"1": { "type": "@" }
|
|
358
358
|
},
|
|
359
359
|
"retval": {
|
|
360
|
-
"
|
|
360
|
+
"type": "Z"
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
363
|
}
|
|
@@ -374,10 +374,10 @@
|
|
|
374
374
|
"2": {
|
|
375
375
|
"callable": {
|
|
376
376
|
"arguments": {
|
|
377
|
-
"0": { "
|
|
377
|
+
"0": { "type": "^v" }
|
|
378
378
|
},
|
|
379
379
|
"retval": {
|
|
380
|
-
"
|
|
380
|
+
"type": "v"
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
383
|
}
|
|
@@ -568,12 +568,12 @@
|
|
|
568
568
|
"0": {
|
|
569
569
|
"callable": {
|
|
570
570
|
"arguments": {
|
|
571
|
-
"0": { "
|
|
572
|
-
"1": { "
|
|
573
|
-
"2": { "
|
|
571
|
+
"0": { "type": "^v" },
|
|
572
|
+
"1": { "type": "@" },
|
|
573
|
+
"2": { "type": "@" }
|
|
574
574
|
},
|
|
575
575
|
"retval": {
|
|
576
|
-
"
|
|
576
|
+
"type": "v"
|
|
577
577
|
}
|
|
578
578
|
}
|
|
579
579
|
}
|
|
@@ -586,10 +586,10 @@
|
|
|
586
586
|
"0": {
|
|
587
587
|
"callable": {
|
|
588
588
|
"arguments": {
|
|
589
|
-
"0": { "
|
|
589
|
+
"0": { "type": "^v" }
|
|
590
590
|
},
|
|
591
591
|
"retval": {
|
|
592
|
-
"
|
|
592
|
+
"type": "v"
|
|
593
593
|
}
|
|
594
594
|
}
|
|
595
595
|
}
|
|
@@ -606,11 +606,11 @@
|
|
|
606
606
|
"1": {
|
|
607
607
|
"callable": {
|
|
608
608
|
"arguments": {
|
|
609
|
-
"0": { "
|
|
610
|
-
"1": { "
|
|
609
|
+
"0": { "type": "^v" },
|
|
610
|
+
"1": { "type": "@" }
|
|
611
611
|
},
|
|
612
612
|
"retval": {
|
|
613
|
-
"
|
|
613
|
+
"type": "v"
|
|
614
614
|
}
|
|
615
615
|
}
|
|
616
616
|
}
|
|
@@ -622,10 +622,10 @@
|
|
|
622
622
|
"retval": {
|
|
623
623
|
"callable": {
|
|
624
624
|
"arguments": {
|
|
625
|
-
"0": { "
|
|
626
|
-
"1": { "
|
|
625
|
+
"0": { "type": "^v" },
|
|
626
|
+
"1": { "type": "@" }
|
|
627
627
|
},
|
|
628
|
-
"retval": { "
|
|
628
|
+
"retval": { "type": "v" }
|
|
629
629
|
}
|
|
630
630
|
},
|
|
631
631
|
"class_method": false,
|
|
@@ -942,10 +942,10 @@
|
|
|
942
942
|
"0": {
|
|
943
943
|
"callable": {
|
|
944
944
|
"arguments": {
|
|
945
|
-
"0": { "
|
|
945
|
+
"0": { "type": "^v" }
|
|
946
946
|
},
|
|
947
947
|
"retval": {
|
|
948
|
-
"
|
|
948
|
+
"type": "v"
|
|
949
949
|
}
|
|
950
950
|
}
|
|
951
951
|
}
|
|
@@ -958,10 +958,10 @@
|
|
|
958
958
|
"0": {
|
|
959
959
|
"callable": {
|
|
960
960
|
"arguments": {
|
|
961
|
-
"0": { "
|
|
961
|
+
"0": { "type": "^v" }
|
|
962
962
|
},
|
|
963
963
|
"retval": {
|
|
964
|
-
"
|
|
964
|
+
"type": "v"
|
|
965
965
|
}
|
|
966
966
|
}
|
|
967
967
|
}
|
|
@@ -1302,12 +1302,12 @@
|
|
|
1302
1302
|
"1": {
|
|
1303
1303
|
"callable": {
|
|
1304
1304
|
"arguments": {
|
|
1305
|
-
"0": { "
|
|
1306
|
-
"1": { "
|
|
1307
|
-
"2": { "
|
|
1305
|
+
"0": { "type": "^v" },
|
|
1306
|
+
"1": { "type": "@" },
|
|
1307
|
+
"2": { "type": "@" }
|
|
1308
1308
|
},
|
|
1309
1309
|
"retval": {
|
|
1310
|
-
"
|
|
1310
|
+
"type": "v"
|
|
1311
1311
|
}
|
|
1312
1312
|
}
|
|
1313
1313
|
}
|
|
@@ -1320,10 +1320,10 @@
|
|
|
1320
1320
|
"0": {
|
|
1321
1321
|
"callable": {
|
|
1322
1322
|
"arguments": {
|
|
1323
|
-
"0": { "
|
|
1323
|
+
"0": { "type": "^v" }
|
|
1324
1324
|
},
|
|
1325
1325
|
"retval": {
|
|
1326
|
-
"
|
|
1326
|
+
"type": "v"
|
|
1327
1327
|
}
|
|
1328
1328
|
}
|
|
1329
1329
|
}
|
|
@@ -1336,10 +1336,10 @@
|
|
|
1336
1336
|
"0": {
|
|
1337
1337
|
"callable": {
|
|
1338
1338
|
"arguments": {
|
|
1339
|
-
"0": { "
|
|
1339
|
+
"0": { "type": "^v" }
|
|
1340
1340
|
},
|
|
1341
1341
|
"retval": {
|
|
1342
|
-
"
|
|
1342
|
+
"type": "v"
|
|
1343
1343
|
}
|
|
1344
1344
|
}
|
|
1345
1345
|
}
|