amulet-core 2.0.2a0.post250602131023__cp311-cp311-win_amd64.whl → 2.0.2a1.post250609160621__cp311-cp311-win_amd64.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 amulet-core might be problematic. Click here for more details.
- amulet/core/_amulet_core.cp311-win_amd64.pyd +0 -0
- amulet/core/_version.py +3 -3
- amulet/core/amulet_core.dll +0 -0
- amulet/core/amulet_coreConfig.cmake +8 -5
- {amulet_core-2.0.2a0.post250602131023.dist-info → amulet_core-2.0.2a1.post250609160621.dist-info}/METADATA +2 -2
- {amulet_core-2.0.2a0.post250602131023.dist-info → amulet_core-2.0.2a1.post250609160621.dist-info}/RECORD +9 -9
- {amulet_core-2.0.2a0.post250602131023.dist-info → amulet_core-2.0.2a1.post250609160621.dist-info}/WHEEL +0 -0
- {amulet_core-2.0.2a0.post250602131023.dist-info → amulet_core-2.0.2a1.post250609160621.dist-info}/entry_points.txt +0 -0
- {amulet_core-2.0.2a0.post250602131023.dist-info → amulet_core-2.0.2a1.post250609160621.dist-info}/top_level.txt +0 -0
|
Binary file
|
amulet/core/_version.py
CHANGED
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2025-06-
|
|
11
|
+
"date": "2025-06-09T17:02:54+0100",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "2.0.
|
|
14
|
+
"full-revisionid": "5e21128f2822d09e8438f2de676f713055f70af2",
|
|
15
|
+
"version": "2.0.2a1"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
amulet/core/amulet_core.dll
CHANGED
|
Binary file
|
|
@@ -8,11 +8,14 @@ if (NOT TARGET amulet_core)
|
|
|
8
8
|
find_library(amulet_core_LIBRARY NAMES amulet_core PATHS "${CMAKE_CURRENT_LIST_DIR}")
|
|
9
9
|
message(STATUS "amulet_core_LIBRARY: ${amulet_core_LIBRARY}")
|
|
10
10
|
|
|
11
|
-
add_library(
|
|
12
|
-
set_target_properties(
|
|
13
|
-
INTERFACE_INCLUDE_DIRECTORIES "${amulet_core_INCLUDE_DIR}"
|
|
14
|
-
INTERFACE_LINK_LIBRARIES amulet_io
|
|
15
|
-
INTERFACE_LINK_LIBRARIES amulet_nbt
|
|
11
|
+
add_library(amulet_core_bin SHARED IMPORTED)
|
|
12
|
+
set_target_properties(amulet_core_bin PROPERTIES
|
|
16
13
|
IMPORTED_IMPLIB "${amulet_core_LIBRARY}"
|
|
17
14
|
)
|
|
15
|
+
|
|
16
|
+
add_library(amulet_core INTERFACE)
|
|
17
|
+
target_link_libraries(amulet_core INTERFACE amulet_io)
|
|
18
|
+
target_link_libraries(amulet_core INTERFACE amulet_nbt)
|
|
19
|
+
target_link_libraries(amulet_core INTERFACE amulet_core_bin)
|
|
20
|
+
target_include_directories(amulet_core INTERFACE ${amulet_core_INCLUDE_DIR})
|
|
18
21
|
endif()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amulet-core
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2a1.post250609160621
|
|
4
4
|
Summary: A Python library for reading/writing Minecraft's various save formats.
|
|
5
5
|
Author: James Clare, Ben Gothard
|
|
6
6
|
Project-URL: Homepage, https://www.amuletmc.com
|
|
@@ -14,7 +14,7 @@ Requires-Dist: amulet-compiler-target==1.0
|
|
|
14
14
|
Requires-Dist: numpy~=2.0
|
|
15
15
|
Requires-Dist: amulet-compiler-version==3.0.0.1297307203.19.43.34808.0
|
|
16
16
|
Requires-Dist: amulet-io~=1.0.0.0
|
|
17
|
-
Requires-Dist: amulet-nbt~=5.0.0.
|
|
17
|
+
Requires-Dist: amulet-nbt~=5.0.0.0a1
|
|
18
18
|
Provides-Extra: docs
|
|
19
19
|
Requires-Dist: Sphinx>=1.7.4; extra == "docs"
|
|
20
20
|
Requires-Dist: sphinx-autodoc-typehints>=1.3.0; extra == "docs"
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
amulet/core/__init__.py,sha256=pfhPDVh2laUpJHVmUkoeX-q1P4szpIOsNoL0FdoVCu4,915
|
|
2
|
-
amulet/core/_amulet_core.cp311-win_amd64.pyd,sha256=
|
|
2
|
+
amulet/core/_amulet_core.cp311-win_amd64.pyd,sha256=0nYvR3nuwaKmEpxK--t8OT1e7nq42uKK49EMaF88GO4,687104
|
|
3
3
|
amulet/core/_amulet_core.pyi,sha256=6KCygVcKCdfcpjegv7RMDgxKh9M6F-IHNhPUNGZAlyQ,123
|
|
4
|
-
amulet/core/_version.py,sha256=
|
|
5
|
-
amulet/core/amulet_core.dll,sha256=
|
|
4
|
+
amulet/core/_version.py,sha256=NPE7MFMNjKqstwDE64ZXhI6zI0iGGerJje42452tUA4,520
|
|
5
|
+
amulet/core/amulet_core.dll,sha256=cU5SuOvRJsLOoPMu6xzKYhC099V3hd5G46EXSJCPC-Q,143360
|
|
6
6
|
amulet/core/amulet_core.lib,sha256=RzD5dY_lZknOz5evjmGdALVddMiCEBjq_mBPWOhYmu8,45026
|
|
7
|
-
amulet/core/amulet_coreConfig.cmake,sha256=
|
|
7
|
+
amulet/core/amulet_coreConfig.cmake,sha256=lIMT2iokqBGeWo1_gHlYIXNDge5htq7orPeRiqBZuFg,876
|
|
8
8
|
amulet/core/dll.hpp,sha256=pyhd9lh570R1Qi7TPPnKoiB-fAFmQan8Vnk-oZmuK70,586
|
|
9
9
|
amulet/core/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
amulet/core/__pyinstaller/__init__.py,sha256=vNM3T3GSrs58ywzILHdIsQP2sglKq6Jn4qwCGC3CZVQ,56
|
|
@@ -38,8 +38,8 @@ amulet/core/selection/group.hpp,sha256=xK07faXoiVePn9v7sJ_oZJfie3lqgzcOuGkdRe4Bs
|
|
|
38
38
|
amulet/core/selection/group.pyi,sha256=0dbn4ZCh7D2PFhzLbGuuS1Mr_WIo-sWtugxe4grWB8s,6401
|
|
39
39
|
amulet/core/version/__init__.pyi,sha256=0-2azYaixOPPVeXGGy_JKZTeFHy6IP6z-hgfZ3WaxWs,4104
|
|
40
40
|
amulet/core/version/version.hpp,sha256=yVc_uhBgmHQ0Evo73rXXoRwSQMHakUQxSYR3_fu2KH4,6506
|
|
41
|
-
amulet_core-2.0.
|
|
42
|
-
amulet_core-2.0.
|
|
43
|
-
amulet_core-2.0.
|
|
44
|
-
amulet_core-2.0.
|
|
45
|
-
amulet_core-2.0.
|
|
41
|
+
amulet_core-2.0.2a1.post250609160621.dist-info/METADATA,sha256=HX00wpIbXp1inhE9Ho7JT7KVl53Qp2-ALzrd2bjC-SI,5005
|
|
42
|
+
amulet_core-2.0.2a1.post250609160621.dist-info/WHEEL,sha256=JLOMsP7F5qtkAkINx5UnzbFguf8CqZeraV8o04b0I8I,101
|
|
43
|
+
amulet_core-2.0.2a1.post250609160621.dist-info/entry_points.txt,sha256=a64mqk_dgbzVyk-pz0WKpK6kNAhIGdVT9DO2VqDIAc8,68
|
|
44
|
+
amulet_core-2.0.2a1.post250609160621.dist-info/top_level.txt,sha256=3ZqHzNDiIb9kV8TwSeeXxK_9haSrsu631Qe4ndDo0rc,7
|
|
45
|
+
amulet_core-2.0.2a1.post250609160621.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|