endec 0.5.1__tar.gz → 0.5.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.
- {endec-0.5.1 → endec-0.5.2}/.github/workflows/build.yml +11 -11
- {endec-0.5.1 → endec-0.5.2}/.github/workflows/test.yml +2 -2
- {endec-0.5.1 → endec-0.5.2}/Cargo.lock +23 -62
- {endec-0.5.1 → endec-0.5.2}/Cargo.toml +2 -2
- {endec-0.5.1 → endec-0.5.2}/PKG-INFO +1 -1
- {endec-0.5.1 → endec-0.5.2}/pyproject.toml +1 -1
- {endec-0.5.1 → endec-0.5.2}/rust-toolchain.toml +1 -1
- {endec-0.5.1 → endec-0.5.2}/.gitignore +0 -0
- {endec-0.5.1 → endec-0.5.2}/LICENSE +0 -0
- {endec-0.5.1 → endec-0.5.2}/README.md +0 -0
- {endec-0.5.1 → endec-0.5.2}/python/endec/__init__.py +0 -0
- {endec-0.5.1 → endec-0.5.2}/python/endec/_endec.pyi +0 -0
- {endec-0.5.1 → endec-0.5.2}/python/endec/exceptions.py +0 -0
- {endec-0.5.1 → endec-0.5.2}/python/endec/py.typed +0 -0
- {endec-0.5.1 → endec-0.5.2}/renovate.json +0 -0
- {endec-0.5.1 → endec-0.5.2}/src/decode.rs +0 -0
- {endec-0.5.1 → endec-0.5.2}/src/encode.rs +0 -0
- {endec-0.5.1 → endec-0.5.2}/src/ffi/exceptions.rs +0 -0
- {endec-0.5.1 → endec-0.5.2}/src/ffi/mod.rs +0 -0
- {endec-0.5.1 → endec-0.5.2}/src/lib.rs +0 -0
- {endec-0.5.1 → endec-0.5.2}/tests/test_decode.py +0 -0
- {endec-0.5.1 → endec-0.5.2}/tests/test_encode.py +0 -0
- {endec-0.5.1 → endec-0.5.2}/tests/test_iso2022jp.py +0 -0
- {endec-0.5.1 → endec-0.5.2}/tox.ini +0 -0
|
@@ -20,7 +20,7 @@ permissions:
|
|
|
20
20
|
|
|
21
21
|
env:
|
|
22
22
|
# renovate: datasource=github-releases depName=PyO3/maturin
|
|
23
|
-
MATURIN_VERSION: v1.11.
|
|
23
|
+
MATURIN_VERSION: v1.11.5
|
|
24
24
|
UNIX_PYTHON_BUILD_VERSIONS: |
|
|
25
25
|
3.14
|
|
26
26
|
3.13
|
|
@@ -59,8 +59,8 @@ jobs:
|
|
|
59
59
|
- runner: ubuntu-24.04
|
|
60
60
|
target: ppc64le
|
|
61
61
|
steps:
|
|
62
|
-
- uses: actions/checkout@
|
|
63
|
-
- uses: actions/setup-python@
|
|
62
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
63
|
+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
|
64
64
|
with:
|
|
65
65
|
python-version: ${{ env.UNIX_PYTHON_BUILD_VERSIONS }}
|
|
66
66
|
- run: |
|
|
@@ -93,8 +93,8 @@ jobs:
|
|
|
93
93
|
- runner: ubuntu-24.04
|
|
94
94
|
target: armv7
|
|
95
95
|
steps:
|
|
96
|
-
- uses: actions/checkout@
|
|
97
|
-
- uses: actions/setup-python@
|
|
96
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
97
|
+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
|
98
98
|
with:
|
|
99
99
|
python-version: ${{ env.UNIX_PYTHON_BUILD_VERSIONS }}
|
|
100
100
|
- run: |
|
|
@@ -123,8 +123,8 @@ jobs:
|
|
|
123
123
|
- runner: windows-2025
|
|
124
124
|
target: x86
|
|
125
125
|
steps:
|
|
126
|
-
- uses: actions/checkout@
|
|
127
|
-
- uses: actions/setup-python@
|
|
126
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
127
|
+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
|
128
128
|
with:
|
|
129
129
|
architecture: ${{ matrix.platform.target }}
|
|
130
130
|
python-version: ${{ env.WINDOWS_PYTHON_BUILD_VERSIONS }}
|
|
@@ -154,8 +154,8 @@ jobs:
|
|
|
154
154
|
- runner: macos-15
|
|
155
155
|
target: aarch64
|
|
156
156
|
steps:
|
|
157
|
-
- uses: actions/checkout@
|
|
158
|
-
- uses: actions/setup-python@
|
|
157
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
158
|
+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
|
159
159
|
with:
|
|
160
160
|
python-version: ${{ env.UNIX_PYTHON_BUILD_VERSIONS }}
|
|
161
161
|
- run: |
|
|
@@ -176,7 +176,7 @@ jobs:
|
|
|
176
176
|
sdist:
|
|
177
177
|
runs-on: ubuntu-24.04
|
|
178
178
|
steps:
|
|
179
|
-
- uses: actions/checkout@
|
|
179
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
180
180
|
- name: Build sdist
|
|
181
181
|
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
|
|
182
182
|
with:
|
|
@@ -204,7 +204,7 @@ jobs:
|
|
|
204
204
|
steps:
|
|
205
205
|
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
|
206
206
|
- name: Generate artifact attestation
|
|
207
|
-
uses: actions/attest-build-provenance@
|
|
207
|
+
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
|
|
208
208
|
with:
|
|
209
209
|
subject-path: 'wheels-*/*'
|
|
210
210
|
- name: Publish to PyPI
|
|
@@ -19,8 +19,8 @@ jobs:
|
|
|
19
19
|
python-version: ["3.14", "3.13", "3.12", "3.11", "3.10", "3.9", "3.8"]
|
|
20
20
|
|
|
21
21
|
steps:
|
|
22
|
-
- uses: actions/checkout@
|
|
23
|
-
- uses: actions/setup-python@
|
|
22
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
23
|
+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
|
24
24
|
with:
|
|
25
25
|
python-version: "${{ matrix.python-version }}"
|
|
26
26
|
allow-prereleases: true
|
|
@@ -2,12 +2,6 @@
|
|
|
2
2
|
# It is not intended for manual editing.
|
|
3
3
|
version = 4
|
|
4
4
|
|
|
5
|
-
[[package]]
|
|
6
|
-
name = "autocfg"
|
|
7
|
-
version = "1.5.0"
|
|
8
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
10
|
-
|
|
11
5
|
[[package]]
|
|
12
6
|
name = "cfg-if"
|
|
13
7
|
version = "1.0.4"
|
|
@@ -25,7 +19,7 @@ dependencies = [
|
|
|
25
19
|
|
|
26
20
|
[[package]]
|
|
27
21
|
name = "endec"
|
|
28
|
-
version = "0.5.
|
|
22
|
+
version = "0.5.2"
|
|
29
23
|
dependencies = [
|
|
30
24
|
"encoding_rs",
|
|
31
25
|
"pyo3",
|
|
@@ -37,29 +31,11 @@ version = "0.5.0"
|
|
|
37
31
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
38
32
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
39
33
|
|
|
40
|
-
[[package]]
|
|
41
|
-
name = "indoc"
|
|
42
|
-
version = "2.0.7"
|
|
43
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
44
|
-
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
|
|
45
|
-
dependencies = [
|
|
46
|
-
"rustversion",
|
|
47
|
-
]
|
|
48
|
-
|
|
49
34
|
[[package]]
|
|
50
35
|
name = "libc"
|
|
51
|
-
version = "0.2.
|
|
52
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
53
|
-
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
|
54
|
-
|
|
55
|
-
[[package]]
|
|
56
|
-
name = "memoffset"
|
|
57
|
-
version = "0.9.1"
|
|
36
|
+
version = "0.2.180"
|
|
58
37
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
59
|
-
checksum = "
|
|
60
|
-
dependencies = [
|
|
61
|
-
"autocfg",
|
|
62
|
-
]
|
|
38
|
+
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
|
63
39
|
|
|
64
40
|
[[package]]
|
|
65
41
|
name = "once_cell"
|
|
@@ -69,50 +45,47 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
|
69
45
|
|
|
70
46
|
[[package]]
|
|
71
47
|
name = "portable-atomic"
|
|
72
|
-
version = "1.
|
|
48
|
+
version = "1.13.1"
|
|
73
49
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
74
|
-
checksum = "
|
|
50
|
+
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
75
51
|
|
|
76
52
|
[[package]]
|
|
77
53
|
name = "proc-macro2"
|
|
78
|
-
version = "1.0.
|
|
54
|
+
version = "1.0.106"
|
|
79
55
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
80
|
-
checksum = "
|
|
56
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
81
57
|
dependencies = [
|
|
82
58
|
"unicode-ident",
|
|
83
59
|
]
|
|
84
60
|
|
|
85
61
|
[[package]]
|
|
86
62
|
name = "pyo3"
|
|
87
|
-
version = "0.
|
|
63
|
+
version = "0.28.0"
|
|
88
64
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
89
|
-
checksum = "
|
|
65
|
+
checksum = "fcf3ccafdf54c050be48a3a086d372f77ba6615f5057211607cd30e5ac5cec6d"
|
|
90
66
|
dependencies = [
|
|
91
|
-
"indoc",
|
|
92
67
|
"libc",
|
|
93
|
-
"memoffset",
|
|
94
68
|
"once_cell",
|
|
95
69
|
"portable-atomic",
|
|
96
70
|
"pyo3-build-config",
|
|
97
71
|
"pyo3-ffi",
|
|
98
72
|
"pyo3-macros",
|
|
99
|
-
"unindent",
|
|
100
73
|
]
|
|
101
74
|
|
|
102
75
|
[[package]]
|
|
103
76
|
name = "pyo3-build-config"
|
|
104
|
-
version = "0.
|
|
77
|
+
version = "0.28.0"
|
|
105
78
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
106
|
-
checksum = "
|
|
79
|
+
checksum = "972720a441c91fd9c49f212a1d2d74c6e3803b231ebc8d66c51efbd7ccab11c8"
|
|
107
80
|
dependencies = [
|
|
108
81
|
"target-lexicon",
|
|
109
82
|
]
|
|
110
83
|
|
|
111
84
|
[[package]]
|
|
112
85
|
name = "pyo3-ffi"
|
|
113
|
-
version = "0.
|
|
86
|
+
version = "0.28.0"
|
|
114
87
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
115
|
-
checksum = "
|
|
88
|
+
checksum = "5994456d9dab8934d600d3867571b6410f24fbd6002570ad56356733eb54859b"
|
|
116
89
|
dependencies = [
|
|
117
90
|
"libc",
|
|
118
91
|
"pyo3-build-config",
|
|
@@ -120,9 +93,9 @@ dependencies = [
|
|
|
120
93
|
|
|
121
94
|
[[package]]
|
|
122
95
|
name = "pyo3-macros"
|
|
123
|
-
version = "0.
|
|
96
|
+
version = "0.28.0"
|
|
124
97
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
125
|
-
checksum = "
|
|
98
|
+
checksum = "11ce9cc8d81b3c4969748807604d92b4eef363c5bb82b1a1bdb34ec6f1093a18"
|
|
126
99
|
dependencies = [
|
|
127
100
|
"proc-macro2",
|
|
128
101
|
"pyo3-macros-backend",
|
|
@@ -132,9 +105,9 @@ dependencies = [
|
|
|
132
105
|
|
|
133
106
|
[[package]]
|
|
134
107
|
name = "pyo3-macros-backend"
|
|
135
|
-
version = "0.
|
|
108
|
+
version = "0.28.0"
|
|
136
109
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
137
|
-
checksum = "
|
|
110
|
+
checksum = "eaf4b60036a154d23282679b658e3cc7d88d3b8c9a40b43824785f232d2e1b98"
|
|
138
111
|
dependencies = [
|
|
139
112
|
"heck",
|
|
140
113
|
"proc-macro2",
|
|
@@ -145,24 +118,18 @@ dependencies = [
|
|
|
145
118
|
|
|
146
119
|
[[package]]
|
|
147
120
|
name = "quote"
|
|
148
|
-
version = "1.0.
|
|
121
|
+
version = "1.0.44"
|
|
149
122
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
150
|
-
checksum = "
|
|
123
|
+
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
|
|
151
124
|
dependencies = [
|
|
152
125
|
"proc-macro2",
|
|
153
126
|
]
|
|
154
127
|
|
|
155
|
-
[[package]]
|
|
156
|
-
name = "rustversion"
|
|
157
|
-
version = "1.0.22"
|
|
158
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
159
|
-
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
160
|
-
|
|
161
128
|
[[package]]
|
|
162
129
|
name = "syn"
|
|
163
|
-
version = "2.0.
|
|
130
|
+
version = "2.0.114"
|
|
164
131
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
165
|
-
checksum = "
|
|
132
|
+
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
|
|
166
133
|
dependencies = [
|
|
167
134
|
"proc-macro2",
|
|
168
135
|
"quote",
|
|
@@ -171,18 +138,12 @@ dependencies = [
|
|
|
171
138
|
|
|
172
139
|
[[package]]
|
|
173
140
|
name = "target-lexicon"
|
|
174
|
-
version = "0.13.
|
|
141
|
+
version = "0.13.4"
|
|
175
142
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
176
|
-
checksum = "
|
|
143
|
+
checksum = "b1dd07eb858a2067e2f3c7155d54e929265c264e6f37efe3ee7a8d1b5a1dd0ba"
|
|
177
144
|
|
|
178
145
|
[[package]]
|
|
179
146
|
name = "unicode-ident"
|
|
180
147
|
version = "1.0.22"
|
|
181
148
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
149
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
183
|
-
|
|
184
|
-
[[package]]
|
|
185
|
-
name = "unindent"
|
|
186
|
-
version = "0.2.4"
|
|
187
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
188
|
-
checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|