mapfile_parser 2.12.1__tar.gz → 2.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 (43) hide show
  1. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/CHANGELOG.md +12 -1
  2. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/Cargo.lock +1 -1
  3. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/Cargo.toml +1 -1
  4. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/PKG-INFO +3 -3
  5. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/README.md +2 -2
  6. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/pyproject.toml +1 -1
  7. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/__init__.py +1 -1
  8. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/rs/parser.rs +1 -1
  9. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/uv.lock +1 -1
  10. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/.gitattributes +0 -0
  11. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/.gitignore +0 -0
  12. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/LICENSE +0 -0
  13. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/__main__.py +0 -0
  14. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/frontends/__init__.py +0 -0
  15. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/frontends/bss_check.py +0 -0
  16. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/frontends/first_diff.py +0 -0
  17. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/frontends/jsonify.py +0 -0
  18. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/frontends/objdiff_report.py +0 -0
  19. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/frontends/pj64_syms.py +0 -0
  20. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/frontends/progress.py +0 -0
  21. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/frontends/sym_info.py +0 -0
  22. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/frontends/symbol_sizes_csv.py +0 -0
  23. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/frontends/upload_frogress.py +0 -0
  24. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/internals/__init__.py +0 -0
  25. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/internals/objdiff_report.py +0 -0
  26. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/mapfile.py +0 -0
  27. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/mapfile_parser.pyi +0 -0
  28. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/mapfile_rs.py +0 -0
  29. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/progress_stats.py +0 -0
  30. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/progress_stats_rs.py +0 -0
  31. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/mapfile_parser/utils.py +0 -0
  32. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/rs/found_symbol_info.rs +0 -0
  33. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/rs/lib.rs +0 -0
  34. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/rs/mapfile.rs +0 -0
  35. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/rs/maps_comparison_info.rs +0 -0
  36. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/rs/progress_stats.rs +0 -0
  37. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/rs/report.rs +0 -0
  38. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/rs/section.rs +0 -0
  39. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/rs/segment.rs +0 -0
  40. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/rs/symbol.rs +0 -0
  41. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/rs/symbol_comparison_info.rs +0 -0
  42. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/rs/symbol_decomp_state.rs +0 -0
  43. {mapfile_parser-2.12.1 → mapfile_parser-2.12.2}/src/rs/utils.rs +0 -0
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.12.2] - 2026-05-30
11
+
12
+ ### Fixed
13
+
14
+ - Fix sometimes not properly filtering jumptable labels.
15
+ - They were being filtered only if they matched the pattern `.LXXXXXXXX`,
16
+ meaning mapfile_parser was failing to filter labels like `.LXXXXXXXX_YYYYYY`
17
+ used in many games with overlapping addresses.
18
+
10
19
  ## [2.12.1] - 2026-01-17
11
20
 
12
21
  ### Added
@@ -699,7 +708,9 @@ Full changes: <https://github.com/Decompollaborate/mapfile_parser/compare/702a73
699
708
 
700
709
  - Initial release
701
710
 
702
- [unreleased]: https://github.com/Decompollaborate/mapfile_parser/compare/2.12.1...HEAD
711
+ [unreleased]: https://github.com/Decompollaborate/mapfile_parser/compare/2.12.2...HEAD
712
+
713
+ [2.12.2]: https://github.com/Decompollaborate/mapfile_parser/compare/2.21.1...2.12.2
703
714
  [2.12.1]: https://github.com/Decompollaborate/mapfile_parser/compare/2.21.0...2.12.1
704
715
  [2.12.0]: https://github.com/Decompollaborate/mapfile_parser/compare/2.11.0...2.12.0
705
716
  [2.11.0]: https://github.com/Decompollaborate/mapfile_parser/compare/2.10.0...2.11.0
@@ -171,7 +171,7 @@ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
171
171
 
172
172
  [[package]]
173
173
  name = "mapfile_parser"
174
- version = "2.12.1"
174
+ version = "2.12.2"
175
175
  dependencies = [
176
176
  "lazy_static",
177
177
  "objdiff-core",
@@ -3,7 +3,7 @@
3
3
 
4
4
  [package]
5
5
  name = "mapfile_parser"
6
- version = "2.12.1"
6
+ version = "2.12.2"
7
7
  edition = "2021"
8
8
  rust-version = "1.74.0"
9
9
  authors = ["Anghelo Carvajal <angheloalf95@gmail.com>"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mapfile_parser
3
- Version: 2.12.1
3
+ Version: 2.12.2
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -51,7 +51,7 @@ If you use a `requirements.txt` file in your repository, then you can add
51
51
  this library with the following line:
52
52
 
53
53
  ```txt
54
- mapfile_parser>=2.12.1,<3.0.0
54
+ mapfile_parser>=2.12,<3.0.0
55
55
  ```
56
56
 
57
57
  #### Development version
@@ -90,7 +90,7 @@ cargo add mapfile_parser
90
90
  Or add the following line manually to your `Cargo.toml` file:
91
91
 
92
92
  ```toml
93
- mapfile_parser = "2.12.0"
93
+ mapfile_parser = "2.12"
94
94
  ```
95
95
 
96
96
  ## Versioning and changelog
@@ -36,7 +36,7 @@ If you use a `requirements.txt` file in your repository, then you can add
36
36
  this library with the following line:
37
37
 
38
38
  ```txt
39
- mapfile_parser>=2.12.1,<3.0.0
39
+ mapfile_parser>=2.12,<3.0.0
40
40
  ```
41
41
 
42
42
  #### Development version
@@ -75,7 +75,7 @@ cargo add mapfile_parser
75
75
  Or add the following line manually to your `Cargo.toml` file:
76
76
 
77
77
  ```toml
78
- mapfile_parser = "2.12.0"
78
+ mapfile_parser = "2.12"
79
79
  ```
80
80
 
81
81
  ## Versioning and changelog
@@ -3,7 +3,7 @@
3
3
 
4
4
  [project]
5
5
  name = "mapfile_parser"
6
- version = "2.12.1"
6
+ version = "2.12.2"
7
7
  description = "Map file parser library focusing decompilation projects"
8
8
  readme = "README.md"
9
9
  requires-python = ">=3.8"
@@ -5,7 +5,7 @@
5
5
 
6
6
  from __future__ import annotations
7
7
 
8
- __version_info__ = (2, 12, 1)
8
+ __version_info__ = (2, 12, 2)
9
9
  __version__ = ".".join(map(str, __version_info__)) # + "-dev0"
10
10
  __author__ = "Decompollaborate"
11
11
 
@@ -172,7 +172,7 @@ impl MapFile {
172
172
  let regex_function_entry =
173
173
  Regex::new(r"^\s+(?P<vram>0x[^\s]+)\s+(?P<name>[^\s]+)$").unwrap();
174
174
  // regex_function_entry = re.compile(r"^\s+(?P<vram>0x[^\s]+)\s+(?P<name>[^\s]+)((\s*=\s*(?P<expression>.+))?)$")
175
- let regex_label = Regex::new(r"(?P<name>\.?L[0-9A-F]{8})$").unwrap();
175
+ let regex_label = Regex::new(r"(?P<name>\.?L[0-9A-F]{8}[^ ]*)$").unwrap();
176
176
  let regex_fill =
177
177
  Regex::new(r"^\s+(?P<fill>\*[^\s\*]+\*)\s+(?P<vram>0x[^\s]+)\s+(?P<size>0x[^\s]+)\s+(?P<fillValue>[0-9a-zA-Z]*)$")
178
178
  .unwrap();
@@ -219,7 +219,7 @@ wheels = [
219
219
 
220
220
  [[package]]
221
221
  name = "mapfile-parser"
222
- version = "2.12.1"
222
+ version = "2.12.2"
223
223
  source = { editable = "." }
224
224
  dependencies = [
225
225
  { name = "decomp-settings" },
File without changes