aoe2rec-py 0.1.12__tar.gz → 0.1.13__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.

Potentially problematic release.


This version of aoe2rec-py might be problematic. Click here for more details.

Files changed (25) hide show
  1. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/Cargo.lock +4 -4
  2. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/Cargo.toml +1 -1
  3. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/PKG-INFO +1 -1
  4. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/CHANGELOG.md +6 -0
  5. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/Cargo.toml +1 -1
  6. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/header/mod.rs +6 -2
  7. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/CHANGELOG.md +6 -0
  8. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/Cargo.toml +2 -2
  9. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/README.md +0 -0
  10. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/actions.rs +0 -0
  11. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/header/ai.rs +0 -0
  12. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/header/map.rs +0 -0
  13. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/lib.rs +0 -0
  14. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/minimal.rs +0 -0
  15. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/summary.rs +0 -0
  16. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec/src/tests.rs +0 -0
  17. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/.github/workflows/CI.yml +0 -0
  18. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/.gitignore +0 -0
  19. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/python/aoe2rec_py/__init__.py +0 -0
  20. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/python/aoe2rec_py/summary.py +0 -0
  21. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/src/lib.rs +0 -0
  22. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/crates/aoe2rec-py/uv.lock +0 -0
  23. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/pyproject.toml +0 -0
  24. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/python/aoe2rec_py/__init__.py +0 -0
  25. {aoe2rec_py-0.1.12 → aoe2rec_py-0.1.13}/python/aoe2rec_py/summary.py +0 -0
@@ -69,7 +69,7 @@ dependencies = [
69
69
 
70
70
  [[package]]
71
71
  name = "aoe2js"
72
- version = "0.1.11"
72
+ version = "0.1.12"
73
73
  dependencies = [
74
74
  "aoe2rec",
75
75
  "clap",
@@ -91,7 +91,7 @@ dependencies = [
91
91
 
92
92
  [[package]]
93
93
  name = "aoe2rec"
94
- version = "0.2.4"
94
+ version = "0.2.5"
95
95
  dependencies = [
96
96
  "binrw",
97
97
  "bytes",
@@ -101,7 +101,7 @@ dependencies = [
101
101
 
102
102
  [[package]]
103
103
  name = "aoe2rec-js"
104
- version = "0.1.12"
104
+ version = "0.1.13"
105
105
  dependencies = [
106
106
  "aoe2rec",
107
107
  "bytes",
@@ -115,7 +115,7 @@ dependencies = [
115
115
 
116
116
  [[package]]
117
117
  name = "aoe2rec-py"
118
- version = "0.1.12"
118
+ version = "0.1.13"
119
119
  dependencies = [
120
120
  "aoe2rec",
121
121
  "bytes",
@@ -4,7 +4,7 @@ version = "0.1.0"
4
4
  edition = "2021"
5
5
 
6
6
  [dependencies]
7
- aoe2rec = { version = "0.2.4", path = "crates/aoe2rec" }
7
+ aoe2rec = { version = "0.2.5", path = "crates/aoe2rec" }
8
8
 
9
9
  [workspace]
10
10
  members = ["crates/aoe2rec-py"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aoe2rec-py
3
- Version: 0.1.12
3
+ Version: 0.1.13
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.5](https://github.com/aoe2ct/aoe2rec/compare/aoe2rec-v0.2.4...aoe2rec-v0.2.5) - 2025-08-15
11
+
12
+ ### Fixed
13
+
14
+ - Treat new field as a count
15
+
10
16
  ## [0.2.4](https://github.com/aoe2ct/aoe2rec/compare/aoe2rec-v0.2.3...aoe2rec-v0.2.4) - 2025-08-14
11
17
 
12
18
  ### Other
@@ -2,7 +2,7 @@
2
2
  name = "aoe2rec"
3
3
  description = "Library to parse Age of Empires II: Definitive Edition recorded games"
4
4
  license = "MIT"
5
- version = "0.2.4"
5
+ version = "0.2.5"
6
6
  edition = "2021"
7
7
  readme = "README.md"
8
8
 
@@ -243,7 +243,11 @@ pub struct GameSettings {
243
243
  #[br(if(major >= 63))]
244
244
  pub unknown24: Option<[u8; 5]>,
245
245
  #[br(if(major >= 66))]
246
- pub unknown26: Option<[u8; 16]>,
246
+ pub unknown_count1: u32,
247
+ #[br(if(major >= 66))]
248
+ pub unknown26: Option<[u8; 12]>,
249
+ #[br(count = unknown_count1)]
250
+ pub unknown27: Vec<u32>,
247
251
  #[serde(skip_serializing)]
248
252
  pub unknown20: DeString,
249
253
  #[serde(skip_serializing)]
@@ -322,7 +326,7 @@ pub struct Player {
322
326
  #[br(if(major >= 66))]
323
327
  pub name2: DeString,
324
328
  pub player_type: u32,
325
- pub profile_id: u32,
329
+ pub profile_id: i32,
326
330
  pub ai: [u8; 4],
327
331
  pub player_number: i32,
328
332
  pub prefer_random: Bool,
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.13](https://github.com/aoe2ct/aoe2rec/compare/aoe2rec-py-v0.1.12...aoe2rec-py-v0.1.13) - 2025-08-15
11
+
12
+ ### Other
13
+
14
+ - updated the following local packages: aoe2rec
15
+
10
16
  ## [0.1.12](https://github.com/aoe2ct/aoe2rec/compare/aoe2rec-py-v0.1.11...aoe2rec-py-v0.1.12) - 2025-08-14
11
17
 
12
18
  ### Other
@@ -2,7 +2,7 @@
2
2
  name = "aoe2rec-py"
3
3
  description = "Python package for the aoe2rec rust crate, which allows to parse Age of Empires II: Definitive Edition recorded games"
4
4
  license = "MIT"
5
- version = "0.1.12"
5
+ version = "0.1.13"
6
6
  edition = "2021"
7
7
 
8
8
  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -11,7 +11,7 @@ name = "aoe2rec_py"
11
11
  crate-type = ["cdylib"]
12
12
 
13
13
  [dependencies]
14
- aoe2rec = { version = "0.2.4", path = "../aoe2rec" }
14
+ aoe2rec = { version = "0.2.5", path = "../aoe2rec" }
15
15
  bytes = "1.9.0"
16
16
  pyo3 = "~0.24.0"
17
17
  pythonize = "0.24.0"
File without changes