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.
@@ -20,7 +20,7 @@ permissions:
20
20
 
21
21
  env:
22
22
  # renovate: datasource=github-releases depName=PyO3/maturin
23
- MATURIN_VERSION: v1.11.0
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
63
- - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
97
- - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
127
- - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
158
- - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23
- - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
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.1"
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.177"
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 = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
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.11.1"
48
+ version = "1.13.1"
73
49
  source = "registry+https://github.com/rust-lang/crates.io-index"
74
- checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
50
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
75
51
 
76
52
  [[package]]
77
53
  name = "proc-macro2"
78
- version = "1.0.103"
54
+ version = "1.0.106"
79
55
  source = "registry+https://github.com/rust-lang/crates.io-index"
80
- checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
56
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
81
57
  dependencies = [
82
58
  "unicode-ident",
83
59
  ]
84
60
 
85
61
  [[package]]
86
62
  name = "pyo3"
87
- version = "0.27.2"
63
+ version = "0.28.0"
88
64
  source = "registry+https://github.com/rust-lang/crates.io-index"
89
- checksum = "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d"
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.27.2"
77
+ version = "0.28.0"
105
78
  source = "registry+https://github.com/rust-lang/crates.io-index"
106
- checksum = "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6"
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.27.2"
86
+ version = "0.28.0"
114
87
  source = "registry+https://github.com/rust-lang/crates.io-index"
115
- checksum = "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089"
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.27.2"
96
+ version = "0.28.0"
124
97
  source = "registry+https://github.com/rust-lang/crates.io-index"
125
- checksum = "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02"
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.27.2"
108
+ version = "0.28.0"
136
109
  source = "registry+https://github.com/rust-lang/crates.io-index"
137
- checksum = "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9"
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.42"
121
+ version = "1.0.44"
149
122
  source = "registry+https://github.com/rust-lang/crates.io-index"
150
- checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
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.111"
130
+ version = "2.0.114"
164
131
  source = "registry+https://github.com/rust-lang/crates.io-index"
165
- checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
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.3"
141
+ version = "0.13.4"
175
142
  source = "registry+https://github.com/rust-lang/crates.io-index"
176
- checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
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"
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "endec"
3
- version = "0.5.1"
3
+ version = "0.5.2"
4
4
  edition = "2024"
5
5
  readme = "README.md"
6
6
 
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
10
10
 
11
11
  [dependencies]
12
12
  encoding_rs = "=0.8.35"
13
- pyo3 = "=0.27.2"
13
+ pyo3 = "=0.28.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: endec
3
- Version: 0.5.1
3
+ Version: 0.5.2
4
4
  Classifier: License :: OSI Approved :: MIT License
5
5
  Classifier: Intended Audience :: Developers
6
6
  Classifier: Natural Language :: English
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "endec"
7
- version = "0.5.1"
7
+ version = "0.5.2"
8
8
  description = "Web-compatible encoding and decoding library"
9
9
  readme = "README.md"
10
10
  license = { file = "LICENSE" }
@@ -1,4 +1,4 @@
1
1
  [toolchain]
2
- channel = "1.92.0"
2
+ channel = "1.93.0"
3
3
  components = ["rustfmt", "clippy"]
4
4
  profile = "minimal"
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