py3-mashumaro/3.15 package update #35076
Merged
Octo STS / ci-diff-report
succeeded
Nov 23, 2024 in 0s
Package diff
Package diff
Details
Package Diffs
aarch64/py3-mashumaro-3.14-r0.apk
-> aarch64/py3-mashumaro-3.15-r0.apk
No changes!
aarch64/py3-supported-mashumaro-3.14-r0.apk
-> aarch64/py3-supported-mashumaro-3.15-r0.apk
No changes!
aarch64/py3.10-mashumaro-3.14-r0.apk
-> aarch64/py3.10-mashumaro-3.15-r0.apk
📦 Package diff:
&apk.Package{
Name: "py3.10-mashumaro",
- Version: "3.14-r0",
+ Version: "3.15-r0",
Arch: "aarch64",
Description: "python3.10 version of mashumaro",
... // 2 identical fields
Maintainer: "",
URL: "",
Checksum: []uint8{
- 0x18, 0xa6, 0x79, 0xb4, 0xf5, 0xf3, 0x8f, 0x17, 0xee, 0x75, 0xcf, 0xb3, 0xdf, 0x7c, 0x39, 0x88, // -|..y......u...|9.|
- 0x46, 0xcc, 0x29, 0xee, // -|F.).|
+ 0xbd, 0x0f, 0xe5, 0x8b, 0xa2, 0xa0, 0x57, 0xf3, 0x1e, 0x85, 0xdb, 0x7e, 0x74, 0x4d, 0xc1, 0x9d, // +|......W....~tM..|
+ 0x33, 0x3c, 0x94, 0x91, // +|3<..|
},
Dependencies: {"py3.10-typing-extensions", "python-3.10-base"},
Provides: {"py3-mashumaro"},
InstallIf: nil,
- Size: 178686,
+ Size: 181722,
- InstalledSize: 708855,
+ InstalledSize: 717767,
ProviderPriority: 310,
- BuildTime: s"2024-10-23 23:04:30 +0000 UTC",
+ BuildTime: s"2024-11-23 17:51:34 +0000 UTC",
- BuildDate: 1729724670,
+ BuildDate: 1732384294,
RepoCommit: strings.Join({
- "4840de3ed96370b29e1e43685638ed8fe6f3626e",
+ "bb0d47cca04b5b9ecfaa97523787042e030bc459",
}, ""),
Replaces: nil,
DataHash: "",
}
➕ Added:
usr/lib/python3.10/site-packages/mashumaro/jsonschema/__pycache__/plugins.cpython-310.pyc
usr/lib/python3.10/site-packages/mashumaro/jsonschema/plugins.py
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/INSTALLER
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/LICENSE
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/METADATA
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/RECORD
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/REQUESTED
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/WHEEL
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/direct_url.json
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/top_level.txt
➖ Removed:usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/INSTALLER
usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/LICENSE
usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/METADATA
usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/RECORD
usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/REQUESTED
usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/WHEEL
usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/direct_url.json
usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/top_level.txt
🔺 Changed:usr/lib/python3.10/site-packages/mashumaro/__pycache__/config.cpython-310.pyc
(2097 -> 2098 bytes)usr/lib/python3.10/site-packages/mashumaro/__pycache__/dialect.cpython-310.pyc
(1778 -> 1798 bytes)usr/lib/python3.10/site-packages/mashumaro/__pycache__/exceptions.cpython-310.pyc
(8281 -> 8267 bytes)usr/lib/python3.10/site-packages/mashumaro/__pycache__/helper.cpython-310.pyc
(1751 -> 1771 bytes)usr/lib/python3.10/site-packages/mashumaro/__pycache__/types.cpython-310.pyc
(4764 -> 4779 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/__pycache__/_builder.cpython-310.pyc
(3221 -> 3250 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/__pycache__/basic.cpython-310.pyc
(2832 -> 2861 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/__pycache__/json.cpython-310.pyc
(3087 -> 3116 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/__pycache__/msgpack.cpython-310.pyc
(3404 -> 3433 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/__pycache__/yaml.cpython-310.pyc
(3361 -> 3390 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/_builder.py
(4038 -> 4065 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/basic.py
(2488 -> 2511 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/json.py
(2890 -> 2913 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/msgpack.py
(3435 -> 3458 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/yaml.py
(3094 -> 3117 bytes)usr/lib/python3.10/site-packages/mashumaro/config.py
(2005 -> 1979 bytes)usr/lib/python3.10/site-packages/mashumaro/core/__pycache__/const.cpython-310.pyc
(869 -> 769 bytes)usr/lib/python3.10/site-packages/mashumaro/core/const.py
(902 -> 665 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/__pycache__/helpers.cpython-310.pyc
(18116 -> 17851 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/__pycache__/mixin.cpython-310.pyc
(1417 -> 1398 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/code/__pycache__/builder.cpython-310.pyc
(35266 -> 35230 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/code/__pycache__/lines.cpython-310.pyc
(1738 -> 1601 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/code/builder.py
(54586 -> 54454 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/code/lines.py
(1054 -> 985 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/helpers.py
(25009 -> 24279 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/mixin.py
(1366 -> 1353 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/types/__pycache__/common.cpython-310.pyc
(10008 -> 9742 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/types/__pycache__/pack.cpython-310.pyc
(20225 -> 20418 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/types/__pycache__/unpack.cpython-310.pyc
(32836 -> 34157 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/types/common.py
(8801 -> 8156 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/types/pack.py
(30947 -> 31388 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/types/unpack.py
(49212 -> 51200 bytes)usr/lib/python3.10/site-packages/mashumaro/dialect.py
(2343 -> 2364 bytes)usr/lib/python3.10/site-packages/mashumaro/exceptions.py
(6026 -> 6021 bytes)usr/lib/python3.10/site-packages/mashumaro/helper.py
(1472 -> 1493 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/__pycache__/annotations.cpython-310.pyc
(3663 -> 3615 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/__pycache__/builder.cpython-310.pyc
(2818 -> 3021 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/__pycache__/models.cpython-310.pyc
(6223 -> 6423 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/__pycache__/schema.cpython-310.pyc
(20481 -> 20647 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/annotations.py
(2151 -> 2122 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/builder.py
(2838 -> 3115 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/models.py
(5894 -> 6100 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/schema.py
(28705 -> 29084 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/__pycache__/dict.cpython-310.pyc
(2365 -> 2380 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/__pycache__/json.cpython-310.pyc
(1295 -> 1315 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/__pycache__/msgpack.cpython-310.pyc
(2132 -> 2151 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/__pycache__/orjson.cpython-310.pyc
(2304 -> 2323 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/__pycache__/toml.cpython-310.pyc
(1927 -> 1946 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/__pycache__/yaml.cpython-310.pyc
(1695 -> 1715 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/dict.py
(1906 -> 1927 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/json.py
(790 -> 811 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/msgpack.py
(1594 -> 1615 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/orjson.py
(1783 -> 1804 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/orjson.pyi
(1027 -> 1048 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/toml.py
(1444 -> 1465 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/yaml.py
(1108 -> 1129 bytes)usr/lib/python3.10/site-packages/mashumaro/types.py
(3204 -> 3225 bytes)
aarch64/py3.11-mashumaro-3.14-r0.apk
-> aarch64/py3.11-mashumaro-3.15-r0.apk
📦 Package diff:
&apk.Package{
Name: "py3.11-mashumaro",
- Version: "3.14-r0",
+ Version: "3.15-r0",
Arch: "aarch64",
Description: "python3.11 version of mashumaro",
... // 2 identical fields
Maintainer: "",
URL: "",
Checksum: []uint8{
- 0x04, 0xc0, 0xe6, 0x6e, 0x51, 0x99, 0x9d, 0xf5, 0x9b, 0x51, 0x0e, 0x77, 0x81, 0x3f, 0x18, 0x1a, // -|...nQ....Q.w.?..|
- 0xcd, 0x48, 0xd6, 0xb9, // -|.H..|
+ 0x27, 0x9d, 0xe0, 0x0c, 0xe7, 0xe4, 0xdf, 0x23, 0xe4, 0x44, 0xae, 0x64, 0x06, 0xd4, 0xc4, 0xde, // +|'......#.D.d....|
+ 0xdf, 0xa8, 0x0e, 0x6a, // +|...j|
},
Dependencies: {"py3.11-typing-extensions", "python-3.11-base"},
Provides: {"py3-mashumaro"},
InstallIf: nil,
- Size: 244795,
+ Size: 248367,
- InstalledSize: 903446,
+ InstalledSize: 914421,
ProviderPriority: 311,
- BuildTime: s"2024-10-23 23:04:30 +0000 UTC",
+ BuildTime: s"2024-11-23 17:51:34 +0000 UTC",
- BuildDate: 1729724670,
+ BuildDate: 1732384294,
RepoCommit: strings.Join({
- "4840de3ed96370b29e1e43685638ed8fe6f3626e",
+ "bb0d47cca04b5b9ecfaa97523787042e030bc459",
}, ""),
Replaces: nil,
DataHash: "",
}
➕ Added:
usr/lib/python3.11/site-packages/mashumaro/jsonschema/__pycache__/plugins.cpython-311.pyc
usr/lib/python3.11/site-packages/mashumaro/jsonschema/plugins.py
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/INSTALLER
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/LICENSE
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/METADATA
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/RECORD
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/REQUESTED
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/WHEEL
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/direct_url.json
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/top_level.txt
➖ Removed:usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/INSTALLER
usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/LICENSE
usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/METADATA
usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/RECORD
usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/REQUESTED
usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/WHEEL
usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/direct_url.json
usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/top_level.txt
🔺 Changed:usr/lib/python3.11/site-packages/mashumaro/__pycache__/config.cpython-311.pyc
(3184 -> 3137 bytes)usr/lib/python3.11/site-packages/mashumaro/__pycache__/dialect.cpython-311.pyc
(3425 -> 3449 bytes)usr/lib/python3.11/site-packages/mashumaro/__pycache__/exceptions.cpython-311.pyc
(12354 -> 12334 bytes)usr/lib/python3.11/site-packages/mashumaro/__pycache__/helper.cpython-311.pyc
(2446 -> 2470 bytes)usr/lib/python3.11/site-packages/mashumaro/__pycache__/types.cpython-311.pyc
(7077 -> 7096 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/__pycache__/_builder.cpython-311.pyc
(6291 -> 6330 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/__pycache__/basic.cpython-311.pyc
(4951 -> 4986 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/__pycache__/json.cpython-311.pyc
(5330 -> 5365 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/__pycache__/msgpack.cpython-311.pyc
(5839 -> 5874 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/__pycache__/yaml.cpython-311.pyc
(5708 -> 5743 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/_builder.py
(4038 -> 4065 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/basic.py
(2488 -> 2511 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/json.py
(2890 -> 2913 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/msgpack.py
(3435 -> 3458 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/yaml.py
(3094 -> 3117 bytes)usr/lib/python3.11/site-packages/mashumaro/config.py
(2005 -> 1979 bytes)usr/lib/python3.11/site-packages/mashumaro/core/__pycache__/const.cpython-311.pyc
(1484 -> 1302 bytes)usr/lib/python3.11/site-packages/mashumaro/core/const.py
(902 -> 665 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/__pycache__/helpers.cpython-311.pyc
(36915 -> 36231 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/__pycache__/mixin.cpython-311.pyc
(2246 -> 2215 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/code/__pycache__/builder.cpython-311.pyc
(73997 -> 73832 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/code/__pycache__/lines.cpython-311.pyc
(2680 -> 2521 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/code/builder.py
(54586 -> 54454 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/code/lines.py
(1054 -> 985 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/helpers.py
(25009 -> 24279 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/mixin.py
(1366 -> 1353 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/types/__pycache__/common.cpython-311.pyc
(16631 -> 16159 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/types/__pycache__/pack.cpython-311.pyc
(46167 -> 46616 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/types/__pycache__/unpack.cpython-311.pyc
(72768 -> 75811 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/types/common.py
(8801 -> 8156 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/types/pack.py
(30947 -> 31388 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/types/unpack.py
(49212 -> 51200 bytes)usr/lib/python3.11/site-packages/mashumaro/dialect.py
(2343 -> 2364 bytes)usr/lib/python3.11/site-packages/mashumaro/exceptions.py
(6026 -> 6021 bytes)usr/lib/python3.11/site-packages/mashumaro/helper.py
(1472 -> 1493 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/__pycache__/annotations.cpython-311.pyc
(6437 -> 6367 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/__pycache__/builder.cpython-311.pyc
(4287 -> 4583 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/__pycache__/models.cpython-311.pyc
(9774 -> 10060 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/__pycache__/schema.cpython-311.pyc
(42259 -> 42576 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/annotations.py
(2151 -> 2122 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/builder.py
(2838 -> 3115 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/models.py
(5894 -> 6100 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/schema.py
(28705 -> 29084 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/__pycache__/dict.cpython-311.pyc
(3414 -> 3433 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/__pycache__/json.cpython-311.pyc
(1873 -> 1897 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/__pycache__/msgpack.cpython-311.pyc
(2945 -> 2968 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/__pycache__/orjson.cpython-311.pyc
(3241 -> 3264 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/__pycache__/toml.cpython-311.pyc
(2684 -> 2707 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/__pycache__/yaml.cpython-311.pyc
(2527 -> 2551 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/dict.py
(1906 -> 1927 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/json.py
(790 -> 811 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/msgpack.py
(1594 -> 1615 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/orjson.py
(1783 -> 1804 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/orjson.pyi
(1027 -> 1048 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/toml.py
(1444 -> 1465 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/yaml.py
(1108 -> 1129 bytes)usr/lib/python3.11/site-packages/mashumaro/types.py
(3204 -> 3225 bytes)
aarch64/py3.12-mashumaro-3.14-r0.apk
-> aarch64/py3.12-mashumaro-3.15-r0.apk
📦 Package diff:
&apk.Package{
Name: "py3.12-mashumaro",
- Version: "3.14-r0",
+ Version: "3.15-r0",
Arch: "aarch64",
Description: "python3.12 version of mashumaro",
... // 2 identical fields
Maintainer: "",
URL: "",
Checksum: []uint8{
- 0xfc, 0x5a, 0x67, 0x66, 0xde, 0xd9, 0x89, 0xa3, 0x9a, 0xa1, 0x29, 0x16, 0xcf, 0x6e, 0x4f, 0x98, // -|.Zgf......)..nO.|
- 0xa9, 0x27, 0x2c, 0xc0, // -|.',.|
+ 0x3c, 0x73, 0x32, 0xf8, 0x49, 0x75, 0x74, 0xc1, 0xcf, 0xc8, 0xca, 0xfb, 0x5c, 0x6c, 0x9a, 0x8d, // +|<s2.Iut.....\l..|
+ 0x6f, 0x7d, 0xbc, 0x03, // +|o}..|
},
Dependencies: {"py3.12-typing-extensions", "python-3.12-base"},
Provides: {"py3-mashumaro"},
InstallIf: nil,
- Size: 235942,
+ Size: 238685,
- InstalledSize: 855086,
+ InstalledSize: 864677,
ProviderPriority: 312,
- BuildTime: s"2024-10-23 23:04:30 +0000 UTC",
+ BuildTime: s"2024-11-23 17:51:34 +0000 UTC",
- BuildDate: 1729724670,
+ BuildDate: 1732384294,
RepoCommit: strings.Join({
- "4840de3ed96370b29e1e43685638ed8fe6f3626e",
+ "bb0d47cca04b5b9ecfaa97523787042e030bc459",
}, ""),
Replaces: nil,
DataHash: "",
}
➕ Added:
usr/lib/python3.12/site-packages/mashumaro/jsonschema/__pycache__/plugins.cpython-312.pyc
usr/lib/python3.12/site-packages/mashumaro/jsonschema/plugins.py
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/INSTALLER
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/LICENSE
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/METADATA
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/RECORD
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/REQUESTED
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/WHEEL
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/direct_url.json
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/top_level.txt
➖ Removed:usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/INSTALLER
usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/LICENSE
usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/METADATA
usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/RECORD
usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/REQUESTED
usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/WHEEL
usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/direct_url.json
usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/top_level.txt
🔺 Changed:usr/lib/python3.12/site-packages/mashumaro/__pycache__/config.cpython-312.pyc
(2765 -> 2756 bytes)usr/lib/python3.12/site-packages/mashumaro/__pycache__/dialect.cpython-312.pyc
(3011 -> 3029 bytes)usr/lib/python3.12/site-packages/mashumaro/__pycache__/exceptions.cpython-312.pyc
(11149 -> 11135 bytes)usr/lib/python3.12/site-packages/mashumaro/__pycache__/helper.cpython-312.pyc
(2130 -> 2151 bytes)usr/lib/python3.12/site-packages/mashumaro/__pycache__/types.cpython-312.pyc
(6312 -> 6328 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/__pycache__/_builder.cpython-312.pyc
(5273 -> 5303 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/__pycache__/basic.cpython-312.pyc
(4097 -> 4127 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/__pycache__/json.cpython-312.pyc
(4564 -> 4594 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/__pycache__/msgpack.cpython-312.pyc
(4950 -> 4980 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/__pycache__/yaml.cpython-312.pyc
(4833 -> 4863 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/_builder.py
(4038 -> 4065 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/basic.py
(2488 -> 2511 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/json.py
(2890 -> 2913 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/msgpack.py
(3435 -> 3458 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/yaml.py
(3094 -> 3117 bytes)usr/lib/python3.12/site-packages/mashumaro/config.py
(2005 -> 1979 bytes)usr/lib/python3.12/site-packages/mashumaro/core/__pycache__/const.cpython-312.pyc
(1744 -> 1506 bytes)usr/lib/python3.12/site-packages/mashumaro/core/const.py
(902 -> 665 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/__pycache__/helpers.cpython-312.pyc
(30573 -> 29800 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/__pycache__/mixin.cpython-312.pyc
(1920 -> 1901 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/code/__pycache__/builder.cpython-312.pyc
(63807 -> 63511 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/code/__pycache__/lines.cpython-312.pyc
(2419 -> 2263 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/code/builder.py
(54586 -> 54454 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/code/lines.py
(1054 -> 985 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/helpers.py
(25009 -> 24279 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/mixin.py
(1366 -> 1353 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/types/__pycache__/common.cpython-312.pyc
(15276 -> 14678 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/types/__pycache__/pack.cpython-312.pyc
(42522 -> 42969 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/types/__pycache__/unpack.cpython-312.pyc
(65821 -> 68370 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/types/common.py
(8801 -> 8156 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/types/pack.py
(30947 -> 31388 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/types/unpack.py
(49212 -> 51200 bytes)usr/lib/python3.12/site-packages/mashumaro/dialect.py
(2343 -> 2364 bytes)usr/lib/python3.12/site-packages/mashumaro/exceptions.py
(6026 -> 6021 bytes)usr/lib/python3.12/site-packages/mashumaro/helper.py
(1472 -> 1493 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/__pycache__/annotations.cpython-312.pyc
(5079 -> 5030 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/__pycache__/builder.cpython-312.pyc
(3899 -> 4167 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/__pycache__/models.cpython-312.pyc
(8543 -> 8776 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/__pycache__/schema.cpython-312.pyc
(37467 -> 37616 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/annotations.py
(2151 -> 2122 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/builder.py
(2838 -> 3115 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/models.py
(5894 -> 6100 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/schema.py
(28705 -> 29084 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/__pycache__/dict.cpython-312.pyc
(2949 -> 2965 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/__pycache__/json.cpython-312.pyc
(1657 -> 1678 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/__pycache__/msgpack.cpython-312.pyc
(2572 -> 2592 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/__pycache__/orjson.cpython-312.pyc
(2862 -> 2879 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/__pycache__/toml.cpython-312.pyc
(2347 -> 2367 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/__pycache__/yaml.cpython-312.pyc
(2248 -> 2269 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/dict.py
(1906 -> 1927 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/json.py
(790 -> 811 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/msgpack.py
(1594 -> 1615 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/orjson.py
(1783 -> 1804 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/orjson.pyi
(1027 -> 1048 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/toml.py
(1444 -> 1465 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/yaml.py
(1108 -> 1129 bytes)usr/lib/python3.12/site-packages/mashumaro/types.py
(3204 -> 3225 bytes)
aarch64/py3.13-mashumaro-3.14-r0.apk
-> aarch64/py3.13-mashumaro-3.15-r0.apk
📦 Package diff:
&apk.Package{
Name: "py3.13-mashumaro",
- Version: "3.14-r0",
+ Version: "3.15-r0",
Arch: "aarch64",
Description: "python3.13 version of mashumaro",
... // 2 identical fields
Maintainer: "",
URL: "",
Checksum: []uint8{
- 0x65, 0x82, 0x8b, 0xd9, 0x27, 0x1f, 0xb3, 0x4a, 0x74, 0x41, 0x1a, 0x24, 0x6b, 0xf3, 0x7b, 0x6a, // -|e...'..JtA.$k.{j|
- 0x75, 0xe0, 0xc2, 0xc3, // -|u...|
+ 0x36, 0x19, 0xc1, 0x1f, 0xfd, 0xdf, 0x91, 0xa2, 0x69, 0x28, 0xce, 0xa8, 0x8b, 0xb2, 0x23, 0x59, // +|6.......i(....#Y|
+ 0x22, 0x3e, 0xee, 0x99, // +|">..|
},
Dependencies: {"py3.13-typing-extensions", "python-3.13-base"},
Provides: {"py3-mashumaro"},
InstallIf: nil,
- Size: 238624,
+ Size: 241600,
- InstalledSize: 865773,
+ InstalledSize: 875496,
ProviderPriority: 300,
- BuildTime: s"2024-10-23 23:04:30 +0000 UTC",
+ BuildTime: s"2024-11-23 17:51:34 +0000 UTC",
- BuildDate: 1729724670,
+ BuildDate: 1732384294,
RepoCommit: strings.Join({
- "4840de3ed96370b29e1e43685638ed8fe6f3626e",
+ "bb0d47cca04b5b9ecfaa97523787042e030bc459",
}, ""),
Replaces: nil,
DataHash: "",
}
➕ Added:
usr/lib/python3.13/site-packages/mashumaro/jsonschema/__pycache__/plugins.cpython-313.pyc
usr/lib/python3.13/site-packages/mashumaro/jsonschema/plugins.py
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/INSTALLER
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/LICENSE
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/METADATA
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/RECORD
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/REQUESTED
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/WHEEL
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/direct_url.json
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/top_level.txt
➖ Removed:usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/INSTALLER
usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/LICENSE
usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/METADATA
usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/RECORD
usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/REQUESTED
usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/WHEEL
usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/direct_url.json
usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/top_level.txt
🔺 Changed:usr/lib/python3.13/site-packages/mashumaro/__pycache__/config.cpython-313.pyc
(2845 -> 2836 bytes)usr/lib/python3.13/site-packages/mashumaro/__pycache__/dialect.cpython-313.pyc
(3087 -> 3105 bytes)usr/lib/python3.13/site-packages/mashumaro/__pycache__/exceptions.cpython-313.pyc
(11468 -> 11454 bytes)usr/lib/python3.13/site-packages/mashumaro/__pycache__/helper.cpython-313.pyc
(2198 -> 2219 bytes)usr/lib/python3.13/site-packages/mashumaro/__pycache__/types.cpython-313.pyc
(6557 -> 6573 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/__pycache__/_builder.cpython-313.pyc
(5428 -> 5458 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/__pycache__/basic.cpython-313.pyc
(4127 -> 4157 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/__pycache__/json.cpython-313.pyc
(4580 -> 4610 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/__pycache__/msgpack.cpython-313.pyc
(4960 -> 4990 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/__pycache__/yaml.cpython-313.pyc
(4869 -> 4899 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/_builder.py
(4038 -> 4065 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/basic.py
(2488 -> 2511 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/json.py
(2890 -> 2913 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/msgpack.py
(3435 -> 3458 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/yaml.py
(3094 -> 3117 bytes)usr/lib/python3.13/site-packages/mashumaro/config.py
(2005 -> 1979 bytes)usr/lib/python3.13/site-packages/mashumaro/core/__pycache__/const.cpython-313.pyc
(1900 -> 1642 bytes)usr/lib/python3.13/site-packages/mashumaro/core/const.py
(902 -> 665 bytes)usr/lib/python3.13/site-packages/mashumaro/core/meta/__pycache__/helpers.cpython-313.pyc
(31848 -> 30991 bytes)usr/lib/python3.13/site-packages/mashumaro/core/meta/__pycache__/mixin.cpython-313.pyc
(1940 -> 1921 bytes)usr/lib/python3.13/site-packages/mashumaro/core/meta/code/__pycache__/builder.cpython-313.pyc
(65941 -> 65649 bytes)usr/lib/python3.13/site-packages/mashumaro/core/meta/code/__pycache__/lines.cpython-313.pyc
(2509 -> 2355 bytes)usr/lib/python3.13/site-packages/mashumaro/core/meta/code/builder.py
(54586 -> 54454 bytes)usr/lib/python3.13/site-packages/mashumaro/core/meta/code/lines.py
(1054 -> 985 bytes)usr/lib/python3.13/site-packages/mashumaro/core/meta/helpers.py
(25009 -> 24279 bytes)usr/lib/python3.13/site-packages/mashumaro/core/meta/mixin.py
(1366 -> 1353 bytes)usr/lib/python3.13/site-packages/mashumaro/core/meta/types/__pycache__/common.cpython-313.pyc
(15713 -> 15125 bytes)usr/lib/python3.13/site-packages/mashumaro/core/meta/types/__pycache__/pack.cpython-313.pyc
(43489 -> 43940 bytes)usr/lib/python3.13/site-packages/mashumaro/core/meta/types/__pycache__/unpack.cpython-313.pyc
(67598 -> 70216 bytes)usr/lib/python3.13/site-packages/mashumaro/core/meta/types/common.py
(8801 -> 8156 bytes)usr/lib/python3.13/site-packages/mashumaro/core/meta/types/pack.py
(30947 -> 31388 bytes)usr/lib/python3.13/site-packages/mashumaro/core/meta/types/unpack.py
(49212 -> 51200 bytes)usr/lib/python3.13/site-packages/mashumaro/dialect.py
(2343 -> 2364 bytes)usr/lib/python3.13/site-packages/mashumaro/exceptions.py
(6026 -> 6021 bytes)usr/lib/python3.13/site-packages/mashumaro/helper.py
(1472 -> 1493 bytes)usr/lib/python3.13/site-packages/mashumaro/jsonschema/__pycache__/annotations.cpython-313.pyc
(5497 -> 5448 bytes)usr/lib/python3.13/site-packages/mashumaro/jsonschema/__pycache__/builder.cpython-313.pyc
(4003 -> 4277 bytes)usr/lib/python3.13/site-packages/mashumaro/jsonschema/__pycache__/models.cpython-313.pyc
(8810 -> 9048 bytes)usr/lib/python3.13/site-packages/mashumaro/jsonschema/__pycache__/schema.cpython-313.pyc
(38801 -> 38959 bytes)usr/lib/python3.13/site-packages/mashumaro/jsonschema/annotations.py
(2151 -> 2122 bytes)usr/lib/python3.13/site-packages/mashumaro/jsonschema/builder.py
(2838 -> 3115 bytes)usr/lib/python3.13/site-packages/mashumaro/jsonschema/models.py
(5894 -> 6100 bytes)usr/lib/python3.13/site-packages/mashumaro/jsonschema/schema.py
(28705 -> 29084 bytes)usr/lib/python3.13/site-packages/mashumaro/mixins/__pycache__/dict.cpython-313.pyc
(3033 -> 3049 bytes)usr/lib/python3.13/site-packages/mashumaro/mixins/__pycache__/json.cpython-313.pyc
(1708 -> 1729 bytes)usr/lib/python3.13/site-packages/mashumaro/mixins/__pycache__/msgpack.cpython-313.pyc
(2651 -> 2671 bytes)usr/lib/python3.13/site-packages/mashumaro/mixins/__pycache__/orjson.cpython-313.pyc
(2947 -> 2964 bytes)usr/lib/python3.13/site-packages/mashumaro/mixins/__pycache__/toml.cpython-313.pyc
(2432 -> 2452 bytes)usr/lib/python3.13/site-packages/mashumaro/mixins/__pycache__/yaml.cpython-313.pyc
(2301 -> 2322 bytes)usr/lib/python3.13/site-packages/mashumaro/mixins/dict.py
(1906 -> 1927 bytes)usr/lib/python3.13/site-packages/mashumaro/mixins/json.py
(790 -> 811 bytes)usr/lib/python3.13/site-packages/mashumaro/mixins/msgpack.py
(1594 -> 1615 bytes)usr/lib/python3.13/site-packages/mashumaro/mixins/orjson.py
(1783 -> 1804 bytes)usr/lib/python3.13/site-packages/mashumaro/mixins/orjson.pyi
(1027 -> 1048 bytes)usr/lib/python3.13/site-packages/mashumaro/mixins/toml.py
(1444 -> 1465 bytes)usr/lib/python3.13/site-packages/mashumaro/mixins/yaml.py
(1108 -> 1129 bytes)usr/lib/python3.13/site-packages/mashumaro/types.py
(3204 -> 3225 bytes)
x86_64/py3-mashumaro-3.14-r0.apk
-> x86_64/py3-mashumaro-3.15-r0.apk
No changes!
x86_64/py3-supported-mashumaro-3.14-r0.apk
-> x86_64/py3-supported-mashumaro-3.15-r0.apk
No changes!
x86_64/py3.10-mashumaro-3.14-r0.apk
-> x86_64/py3.10-mashumaro-3.15-r0.apk
📦 Package diff:
&apk.Package{
Name: "py3.10-mashumaro",
- Version: "3.14-r0",
+ Version: "3.15-r0",
Arch: "x86_64",
Description: "python3.10 version of mashumaro",
... // 2 identical fields
Maintainer: "",
URL: "",
Checksum: []uint8{
- 0x15, 0xb3, 0x86, 0x3f, 0x53, 0x7d, 0x09, 0xee, 0x71, 0x71, 0x44, 0x5f, 0xf5, 0xcf, 0x02, 0x22, // -|...?S}..qqD_..."|
- 0x9d, 0xa6, 0xe4, 0x93, // -|....|
+ 0x11, 0x8f, 0x38, 0x00, 0xb5, 0xcd, 0x6c, 0xfc, 0xaa, 0x5d, 0x88, 0x25, 0xfd, 0x2c, 0x9e, 0x30, // +|..8...l..].%.,.0|
+ 0xcf, 0xbc, 0xec, 0xb7, // +|....|
},
Dependencies: {"py3.10-typing-extensions", "python-3.10-base"},
Provides: {"py3-mashumaro"},
InstallIf: nil,
- Size: 178684,
+ Size: 181724,
- InstalledSize: 708854,
+ InstalledSize: 717766,
ProviderPriority: 310,
- BuildTime: s"2024-10-23 23:04:30 +0000 UTC",
+ BuildTime: s"2024-11-23 17:51:34 +0000 UTC",
- BuildDate: 1729724670,
+ BuildDate: 1732384294,
RepoCommit: strings.Join({
- "4840de3ed96370b29e1e43685638ed8fe6f3626e",
+ "bb0d47cca04b5b9ecfaa97523787042e030bc459",
}, ""),
Replaces: nil,
DataHash: "",
}
➕ Added:
usr/lib/python3.10/site-packages/mashumaro/jsonschema/__pycache__/plugins.cpython-310.pyc
usr/lib/python3.10/site-packages/mashumaro/jsonschema/plugins.py
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/INSTALLER
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/LICENSE
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/METADATA
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/RECORD
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/REQUESTED
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/WHEEL
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/direct_url.json
usr/lib/python3.10/site-packages/mashumaro-3.15.dist-info/top_level.txt
➖ Removed:usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/INSTALLER
usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/LICENSE
usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/METADATA
usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/RECORD
usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/REQUESTED
usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/WHEEL
usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/direct_url.json
usr/lib/python3.10/site-packages/mashumaro-3.14.dist-info/top_level.txt
🔺 Changed:usr/lib/python3.10/site-packages/mashumaro/__pycache__/config.cpython-310.pyc
(2097 -> 2098 bytes)usr/lib/python3.10/site-packages/mashumaro/__pycache__/dialect.cpython-310.pyc
(1778 -> 1798 bytes)usr/lib/python3.10/site-packages/mashumaro/__pycache__/exceptions.cpython-310.pyc
(8281 -> 8267 bytes)usr/lib/python3.10/site-packages/mashumaro/__pycache__/helper.cpython-310.pyc
(1751 -> 1771 bytes)usr/lib/python3.10/site-packages/mashumaro/__pycache__/types.cpython-310.pyc
(4764 -> 4779 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/__pycache__/_builder.cpython-310.pyc
(3221 -> 3250 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/__pycache__/basic.cpython-310.pyc
(2832 -> 2861 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/__pycache__/json.cpython-310.pyc
(3087 -> 3116 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/__pycache__/msgpack.cpython-310.pyc
(3404 -> 3433 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/__pycache__/yaml.cpython-310.pyc
(3361 -> 3390 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/_builder.py
(4038 -> 4065 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/basic.py
(2488 -> 2511 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/json.py
(2890 -> 2913 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/msgpack.py
(3435 -> 3458 bytes)usr/lib/python3.10/site-packages/mashumaro/codecs/yaml.py
(3094 -> 3117 bytes)usr/lib/python3.10/site-packages/mashumaro/config.py
(2005 -> 1979 bytes)usr/lib/python3.10/site-packages/mashumaro/core/__pycache__/const.cpython-310.pyc
(869 -> 769 bytes)usr/lib/python3.10/site-packages/mashumaro/core/const.py
(902 -> 665 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/__pycache__/helpers.cpython-310.pyc
(18116 -> 17851 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/__pycache__/mixin.cpython-310.pyc
(1417 -> 1398 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/code/__pycache__/builder.cpython-310.pyc
(35266 -> 35230 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/code/__pycache__/lines.cpython-310.pyc
(1738 -> 1601 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/code/builder.py
(54586 -> 54454 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/code/lines.py
(1054 -> 985 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/helpers.py
(25009 -> 24279 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/mixin.py
(1366 -> 1353 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/types/__pycache__/common.cpython-310.pyc
(10008 -> 9742 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/types/__pycache__/pack.cpython-310.pyc
(20225 -> 20418 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/types/__pycache__/unpack.cpython-310.pyc
(32836 -> 34157 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/types/common.py
(8801 -> 8156 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/types/pack.py
(30947 -> 31388 bytes)usr/lib/python3.10/site-packages/mashumaro/core/meta/types/unpack.py
(49212 -> 51200 bytes)usr/lib/python3.10/site-packages/mashumaro/dialect.py
(2343 -> 2364 bytes)usr/lib/python3.10/site-packages/mashumaro/exceptions.py
(6026 -> 6021 bytes)usr/lib/python3.10/site-packages/mashumaro/helper.py
(1472 -> 1493 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/__pycache__/annotations.cpython-310.pyc
(3663 -> 3615 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/__pycache__/builder.cpython-310.pyc
(2818 -> 3021 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/__pycache__/models.cpython-310.pyc
(6223 -> 6423 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/__pycache__/schema.cpython-310.pyc
(20481 -> 20647 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/annotations.py
(2151 -> 2122 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/builder.py
(2838 -> 3115 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/models.py
(5894 -> 6100 bytes)usr/lib/python3.10/site-packages/mashumaro/jsonschema/schema.py
(28705 -> 29084 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/__pycache__/dict.cpython-310.pyc
(2365 -> 2380 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/__pycache__/json.cpython-310.pyc
(1295 -> 1315 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/__pycache__/msgpack.cpython-310.pyc
(2132 -> 2151 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/__pycache__/orjson.cpython-310.pyc
(2304 -> 2323 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/__pycache__/toml.cpython-310.pyc
(1927 -> 1946 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/__pycache__/yaml.cpython-310.pyc
(1695 -> 1715 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/dict.py
(1906 -> 1927 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/json.py
(790 -> 811 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/msgpack.py
(1594 -> 1615 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/orjson.py
(1783 -> 1804 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/orjson.pyi
(1027 -> 1048 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/toml.py
(1444 -> 1465 bytes)usr/lib/python3.10/site-packages/mashumaro/mixins/yaml.py
(1108 -> 1129 bytes)usr/lib/python3.10/site-packages/mashumaro/types.py
(3204 -> 3225 bytes)
x86_64/py3.11-mashumaro-3.14-r0.apk
-> x86_64/py3.11-mashumaro-3.15-r0.apk
📦 Package diff:
&apk.Package{
Name: "py3.11-mashumaro",
- Version: "3.14-r0",
+ Version: "3.15-r0",
Arch: "x86_64",
Description: "python3.11 version of mashumaro",
... // 2 identical fields
Maintainer: "",
URL: "",
Checksum: []uint8{
- 0x0e, 0xb0, 0x4c, 0x7e, 0xc3, 0xe6, 0xea, 0x0f, 0xf1, 0xdd, 0xec, 0x86, 0x9c, 0xf3, 0x0d, 0xbe, // -|..L~............|
- 0xc3, 0x43, 0x7b, 0x3a, // -|.C{:|
+ 0x71, 0xf7, 0xeb, 0x2d, 0x60, 0x1b, 0xe5, 0xf1, 0x5e, 0x88, 0xdd, 0xcb, 0x8f, 0x55, 0x78, 0x22, // +|q..-`...^....Ux"|
+ 0xba, 0xce, 0xb4, 0x32, // +|...2|
},
Dependencies: {"py3.11-typing-extensions", "python-3.11-base"},
Provides: {"py3-mashumaro"},
InstallIf: nil,
- Size: 244795,
+ Size: 248370,
- InstalledSize: 903445,
+ InstalledSize: 914420,
ProviderPriority: 311,
- BuildTime: s"2024-10-23 23:04:30 +0000 UTC",
+ BuildTime: s"2024-11-23 17:51:34 +0000 UTC",
- BuildDate: 1729724670,
+ BuildDate: 1732384294,
RepoCommit: strings.Join({
- "4840de3ed96370b29e1e43685638ed8fe6f3626e",
+ "bb0d47cca04b5b9ecfaa97523787042e030bc459",
}, ""),
Replaces: nil,
DataHash: "",
}
➕ Added:
usr/lib/python3.11/site-packages/mashumaro/jsonschema/__pycache__/plugins.cpython-311.pyc
usr/lib/python3.11/site-packages/mashumaro/jsonschema/plugins.py
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/INSTALLER
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/LICENSE
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/METADATA
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/RECORD
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/REQUESTED
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/WHEEL
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/direct_url.json
usr/lib/python3.11/site-packages/mashumaro-3.15.dist-info/top_level.txt
➖ Removed:usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/INSTALLER
usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/LICENSE
usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/METADATA
usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/RECORD
usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/REQUESTED
usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/WHEEL
usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/direct_url.json
usr/lib/python3.11/site-packages/mashumaro-3.14.dist-info/top_level.txt
🔺 Changed:usr/lib/python3.11/site-packages/mashumaro/__pycache__/config.cpython-311.pyc
(3184 -> 3137 bytes)usr/lib/python3.11/site-packages/mashumaro/__pycache__/dialect.cpython-311.pyc
(3425 -> 3449 bytes)usr/lib/python3.11/site-packages/mashumaro/__pycache__/exceptions.cpython-311.pyc
(12354 -> 12334 bytes)usr/lib/python3.11/site-packages/mashumaro/__pycache__/helper.cpython-311.pyc
(2446 -> 2470 bytes)usr/lib/python3.11/site-packages/mashumaro/__pycache__/types.cpython-311.pyc
(7077 -> 7096 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/__pycache__/_builder.cpython-311.pyc
(6291 -> 6330 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/__pycache__/basic.cpython-311.pyc
(4951 -> 4986 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/__pycache__/json.cpython-311.pyc
(5330 -> 5365 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/__pycache__/msgpack.cpython-311.pyc
(5839 -> 5874 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/__pycache__/yaml.cpython-311.pyc
(5708 -> 5743 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/_builder.py
(4038 -> 4065 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/basic.py
(2488 -> 2511 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/json.py
(2890 -> 2913 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/msgpack.py
(3435 -> 3458 bytes)usr/lib/python3.11/site-packages/mashumaro/codecs/yaml.py
(3094 -> 3117 bytes)usr/lib/python3.11/site-packages/mashumaro/config.py
(2005 -> 1979 bytes)usr/lib/python3.11/site-packages/mashumaro/core/__pycache__/const.cpython-311.pyc
(1484 -> 1302 bytes)usr/lib/python3.11/site-packages/mashumaro/core/const.py
(902 -> 665 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/__pycache__/helpers.cpython-311.pyc
(36915 -> 36231 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/__pycache__/mixin.cpython-311.pyc
(2246 -> 2215 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/code/__pycache__/builder.cpython-311.pyc
(73997 -> 73832 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/code/__pycache__/lines.cpython-311.pyc
(2680 -> 2521 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/code/builder.py
(54586 -> 54454 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/code/lines.py
(1054 -> 985 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/helpers.py
(25009 -> 24279 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/mixin.py
(1366 -> 1353 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/types/__pycache__/common.cpython-311.pyc
(16631 -> 16159 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/types/__pycache__/pack.cpython-311.pyc
(46167 -> 46616 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/types/__pycache__/unpack.cpython-311.pyc
(72768 -> 75811 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/types/common.py
(8801 -> 8156 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/types/pack.py
(30947 -> 31388 bytes)usr/lib/python3.11/site-packages/mashumaro/core/meta/types/unpack.py
(49212 -> 51200 bytes)usr/lib/python3.11/site-packages/mashumaro/dialect.py
(2343 -> 2364 bytes)usr/lib/python3.11/site-packages/mashumaro/exceptions.py
(6026 -> 6021 bytes)usr/lib/python3.11/site-packages/mashumaro/helper.py
(1472 -> 1493 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/__pycache__/annotations.cpython-311.pyc
(6437 -> 6367 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/__pycache__/builder.cpython-311.pyc
(4287 -> 4583 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/__pycache__/models.cpython-311.pyc
(9774 -> 10060 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/__pycache__/schema.cpython-311.pyc
(42259 -> 42576 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/annotations.py
(2151 -> 2122 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/builder.py
(2838 -> 3115 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/models.py
(5894 -> 6100 bytes)usr/lib/python3.11/site-packages/mashumaro/jsonschema/schema.py
(28705 -> 29084 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/__pycache__/dict.cpython-311.pyc
(3414 -> 3433 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/__pycache__/json.cpython-311.pyc
(1873 -> 1897 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/__pycache__/msgpack.cpython-311.pyc
(2945 -> 2968 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/__pycache__/orjson.cpython-311.pyc
(3241 -> 3264 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/__pycache__/toml.cpython-311.pyc
(2684 -> 2707 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/__pycache__/yaml.cpython-311.pyc
(2527 -> 2551 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/dict.py
(1906 -> 1927 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/json.py
(790 -> 811 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/msgpack.py
(1594 -> 1615 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/orjson.py
(1783 -> 1804 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/orjson.pyi
(1027 -> 1048 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/toml.py
(1444 -> 1465 bytes)usr/lib/python3.11/site-packages/mashumaro/mixins/yaml.py
(1108 -> 1129 bytes)usr/lib/python3.11/site-packages/mashumaro/types.py
(3204 -> 3225 bytes)
x86_64/py3.12-mashumaro-3.14-r0.apk
-> x86_64/py3.12-mashumaro-3.15-r0.apk
📦 Package diff:
&apk.Package{
Name: "py3.12-mashumaro",
- Version: "3.14-r0",
+ Version: "3.15-r0",
Arch: "x86_64",
Description: "python3.12 version of mashumaro",
... // 2 identical fields
Maintainer: "",
URL: "",
Checksum: []uint8{
- 0x23, 0x44, 0xe6, 0x37, 0x8c, 0xf8, 0xac, 0x49, 0x9f, 0xde, 0x0f, 0xd7, 0xdc, 0x0a, 0xbe, 0x06, // -|#D.7...I........|
- 0x36, 0x93, 0xd6, 0xb2, // -|6...|
+ 0x7f, 0x1b, 0x24, 0xe9, 0x55, 0x05, 0xa8, 0x7a, 0xfe, 0xbf, 0xdb, 0x87, 0x35, 0x7f, 0x42, 0x20, // +|..$.U..z....5.B |
+ 0x4f, 0x64, 0x90, 0x26, // +|Od.&|
},
Dependencies: {"py3.12-typing-extensions", "python-3.12-base"},
Provides: {"py3-mashumaro"},
InstallIf: nil,
- Size: 235942,
+ Size: 238686,
- InstalledSize: 855085,
+ InstalledSize: 864676,
ProviderPriority: 312,
- BuildTime: s"2024-10-23 23:04:30 +0000 UTC",
+ BuildTime: s"2024-11-23 17:51:34 +0000 UTC",
- BuildDate: 1729724670,
+ BuildDate: 1732384294,
RepoCommit: strings.Join({
- "4840de3ed96370b29e1e43685638ed8fe6f3626e",
+ "bb0d47cca04b5b9ecfaa97523787042e030bc459",
}, ""),
Replaces: nil,
DataHash: "",
}
➕ Added:
usr/lib/python3.12/site-packages/mashumaro/jsonschema/__pycache__/plugins.cpython-312.pyc
usr/lib/python3.12/site-packages/mashumaro/jsonschema/plugins.py
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/INSTALLER
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/LICENSE
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/METADATA
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/RECORD
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/REQUESTED
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/WHEEL
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/direct_url.json
usr/lib/python3.12/site-packages/mashumaro-3.15.dist-info/top_level.txt
➖ Removed:usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/INSTALLER
usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/LICENSE
usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/METADATA
usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/RECORD
usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/REQUESTED
usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/WHEEL
usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/direct_url.json
usr/lib/python3.12/site-packages/mashumaro-3.14.dist-info/top_level.txt
🔺 Changed:usr/lib/python3.12/site-packages/mashumaro/__pycache__/config.cpython-312.pyc
(2765 -> 2756 bytes)usr/lib/python3.12/site-packages/mashumaro/__pycache__/dialect.cpython-312.pyc
(3011 -> 3029 bytes)usr/lib/python3.12/site-packages/mashumaro/__pycache__/exceptions.cpython-312.pyc
(11149 -> 11135 bytes)usr/lib/python3.12/site-packages/mashumaro/__pycache__/helper.cpython-312.pyc
(2130 -> 2151 bytes)usr/lib/python3.12/site-packages/mashumaro/__pycache__/types.cpython-312.pyc
(6312 -> 6328 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/__pycache__/_builder.cpython-312.pyc
(5273 -> 5303 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/__pycache__/basic.cpython-312.pyc
(4097 -> 4127 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/__pycache__/json.cpython-312.pyc
(4564 -> 4594 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/__pycache__/msgpack.cpython-312.pyc
(4950 -> 4980 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/__pycache__/yaml.cpython-312.pyc
(4833 -> 4863 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/_builder.py
(4038 -> 4065 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/basic.py
(2488 -> 2511 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/json.py
(2890 -> 2913 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/msgpack.py
(3435 -> 3458 bytes)usr/lib/python3.12/site-packages/mashumaro/codecs/yaml.py
(3094 -> 3117 bytes)usr/lib/python3.12/site-packages/mashumaro/config.py
(2005 -> 1979 bytes)usr/lib/python3.12/site-packages/mashumaro/core/__pycache__/const.cpython-312.pyc
(1744 -> 1506 bytes)usr/lib/python3.12/site-packages/mashumaro/core/const.py
(902 -> 665 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/__pycache__/helpers.cpython-312.pyc
(30573 -> 29800 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/__pycache__/mixin.cpython-312.pyc
(1920 -> 1901 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/code/__pycache__/builder.cpython-312.pyc
(63807 -> 63511 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/code/__pycache__/lines.cpython-312.pyc
(2419 -> 2263 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/code/builder.py
(54586 -> 54454 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/code/lines.py
(1054 -> 985 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/helpers.py
(25009 -> 24279 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/mixin.py
(1366 -> 1353 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/types/__pycache__/common.cpython-312.pyc
(15276 -> 14678 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/types/__pycache__/pack.cpython-312.pyc
(42522 -> 42969 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/types/__pycache__/unpack.cpython-312.pyc
(65821 -> 68370 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/types/common.py
(8801 -> 8156 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/types/pack.py
(30947 -> 31388 bytes)usr/lib/python3.12/site-packages/mashumaro/core/meta/types/unpack.py
(49212 -> 51200 bytes)usr/lib/python3.12/site-packages/mashumaro/dialect.py
(2343 -> 2364 bytes)usr/lib/python3.12/site-packages/mashumaro/exceptions.py
(6026 -> 6021 bytes)usr/lib/python3.12/site-packages/mashumaro/helper.py
(1472 -> 1493 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/__pycache__/annotations.cpython-312.pyc
(5079 -> 5030 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/__pycache__/builder.cpython-312.pyc
(3899 -> 4167 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/__pycache__/models.cpython-312.pyc
(8543 -> 8776 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/__pycache__/schema.cpython-312.pyc
(37467 -> 37616 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/annotations.py
(2151 -> 2122 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/builder.py
(2838 -> 3115 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/models.py
(5894 -> 6100 bytes)usr/lib/python3.12/site-packages/mashumaro/jsonschema/schema.py
(28705 -> 29084 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/__pycache__/dict.cpython-312.pyc
(2949 -> 2965 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/__pycache__/json.cpython-312.pyc
(1657 -> 1678 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/__pycache__/msgpack.cpython-312.pyc
(2572 -> 2592 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/__pycache__/orjson.cpython-312.pyc
(2862 -> 2879 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/__pycache__/toml.cpython-312.pyc
(2347 -> 2367 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/__pycache__/yaml.cpython-312.pyc
(2248 -> 2269 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/dict.py
(1906 -> 1927 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/json.py
(790 -> 811 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/msgpack.py
(1594 -> 1615 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/orjson.py
(1783 -> 1804 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/orjson.pyi
(1027 -> 1048 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/toml.py
(1444 -> 1465 bytes)usr/lib/python3.12/site-packages/mashumaro/mixins/yaml.py
(1108 -> 1129 bytes)usr/lib/python3.12/site-packages/mashumaro/types.py
(3204 -> 3225 bytes)
x86_64/py3.13-mashumaro-3.14-r0.apk
-> x86_64/py3.13-mashumaro-3.15-r0.apk
📦 Package diff:
&apk.Package{
Name: "py3.13-mashumaro",
- Version: "3.14-r0",
+ Version: "3.15-r0",
Arch: "x86_64",
Description: "python3.13 version of mashumaro",
... // 2 identical fields
Maintainer: "",
URL: "",
Checksum: []uint8{
- 0x49, 0x71, 0xbf, 0xcc, 0xfb, 0x41, 0xd1, 0x66, 0xd5, 0x95, 0xf3, 0x94, 0x74, 0x94, 0x49, 0x3f, // -|Iq...A.f....t.I?|
- 0xff, 0x25, 0xdd, 0xf1, // -|.%..|
+ 0xcb, 0x02, 0xd3, 0x7f, 0x35, 0x50, 0x67, 0x10, 0x5d, 0x3a, 0xf8, 0xcd, 0x56, 0x84, 0x16, 0x63, // +|....5Pg.]:..V..c|
+ 0xd9, 0xa4, 0xfc, 0x30, // +|...0|
},
Dependencies: {"py3.13-typing-extensions", "python-3.13-base"},
Provides: {"py3-mashumaro"},
InstallIf: nil,
- Size: 238625,
+ Size: 241602,
- InstalledSize: 865772,
+ InstalledSize: 875495,
ProviderPriority: 300,
- BuildTime: s"2024-10-23 23:04:30 +0000 UTC",
+ BuildTime: s"2024-11-23 17:51:34 +0000 UTC",
- BuildDate: 1729724670,
+ BuildDate: 1732384294,
RepoCommit: strings.Join({
- "4840de3ed96370b29e1e43685638ed8fe6f3626e",
+ "bb0d47cca04b5b9ecfaa97523787042e030bc459",
}, ""),
Replaces: nil,
DataHash: "",
}
➕ Added:
usr/lib/python3.13/site-packages/mashumaro/jsonschema/__pycache__/plugins.cpython-313.pyc
usr/lib/python3.13/site-packages/mashumaro/jsonschema/plugins.py
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/INSTALLER
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/LICENSE
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/METADATA
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/RECORD
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/REQUESTED
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/WHEEL
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/direct_url.json
usr/lib/python3.13/site-packages/mashumaro-3.15.dist-info/top_level.txt
➖ Removed:usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/INSTALLER
usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/LICENSE
usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/METADATA
usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/RECORD
usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/REQUESTED
usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/WHEEL
usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/direct_url.json
usr/lib/python3.13/site-packages/mashumaro-3.14.dist-info/top_level.txt
🔺 Changed:usr/lib/python3.13/site-packages/mashumaro/__pycache__/config.cpython-313.pyc
(2845 -> 2836 bytes)usr/lib/python3.13/site-packages/mashumaro/__pycache__/dialect.cpython-313.pyc
(3087 -> 3105 bytes)usr/lib/python3.13/site-packages/mashumaro/__pycache__/exceptions.cpython-313.pyc
(11468 -> 11454 bytes)usr/lib/python3.13/site-packages/mashumaro/__pycache__/helper.cpython-313.pyc
(2198 -> 2219 bytes)usr/lib/python3.13/site-packages/mashumaro/__pycache__/types.cpython-313.pyc
(6557 -> 6573 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/__pycache__/_builder.cpython-313.pyc
(5428 -> 5458 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/__pycache__/basic.cpython-313.pyc
(4127 -> 4157 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/__pycache__/json.cpython-313.pyc
(4580 -> 4610 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/__pycache__/msgpack.cpython-313.pyc
(4960 -> 4990 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/__pycache__/yaml.cpython-313.pyc
(4869 -> 4899 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/_builder.py
(4038 -> 4065 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/basic.py
(2488 -> 2511 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/json.py
(2890 -> 2913 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/msgpack.py
(3435 -> 3458 bytes)usr/lib/python3.13/site-packages/mashumaro/codecs/yaml.py
(3094 -> 3117 bytes)usr/lib/python3.13/site-packages/mashumaro/config.py
(2005 -> 1979 bytes)usr/lib/python3.13/site-packages/mashumaro/core/__pycache__/const.cpython-313.pyc
(1900 -> 1642 bytes)usr/lib/python3.13/site-packages/mashumaro/core/const.py
(902 -> 665 bytes)usr/lib/python3.13/site-packages/mashumaro/core/meta/__pycache__/helpers.cpython-313.pyc
(31848 -> 30991 by
Loading