renumerate 1.2.1__py3-none-any.whl → 1.2.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of renumerate might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: renumerate
3
- Version: 1.2.1
3
+ Version: 1.2.3
4
4
  Summary: Reverse enumerate.
5
5
  Author: Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -33,20 +33,20 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
33
33
  Requires-Python: <4.0.0,>=3.9.0
34
34
  Description-Content-Type: text/x-rst; charset=UTF-8
35
35
  License-File: LICENSE
36
- Requires-Dist: setuptools>=75.1.0
37
- Requires-Dist: pkg-about>=1.2.1
36
+ Requires-Dist: setuptools >=75.5.0
37
+ Requires-Dist: pkg-about >=1.2.5
38
38
  Provides-Extra: doc
39
- Requires-Dist: Sphinx>=7.4.7; extra == "doc"
40
- Requires-Dist: sphinx-toolbox>=3.8.0; extra == "doc"
41
- Requires-Dist: sphinx-tabs>=3.4.7; extra == "doc"
42
- Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
43
- Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
44
- Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
45
- Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
46
- Requires-Dist: nbsphinx>=0.9.5; extra == "doc"
39
+ Requires-Dist: Sphinx >=7.4.7 ; extra == 'doc'
40
+ Requires-Dist: sphinx-toolbox >=3.8.1 ; extra == 'doc'
41
+ Requires-Dist: sphinx-tabs >=3.4.5 ; extra == 'doc'
42
+ Requires-Dist: sphinx-copybutton >=0.5.2 ; extra == 'doc'
43
+ Requires-Dist: sphinxcontrib-spelling >=8.0.0 ; extra == 'doc'
44
+ Requires-Dist: sphinx-lint >=1.0.0 ; extra == 'doc'
45
+ Requires-Dist: restructuredtext-lint >=1.4.0 ; extra == 'doc'
46
+ Requires-Dist: nbsphinx >=0.9.5 ; extra == 'doc'
47
47
  Provides-Extra: test
48
- Requires-Dist: deepdiff>=8.0.1; extra == "test"
49
- Requires-Dist: rich>=13.9.2; extra == "test"
48
+ Requires-Dist: deepdiff >=8.0.1 ; extra == 'test'
49
+ Requires-Dist: rich >=13.9.4 ; extra == 'test'
50
50
 
51
51
  renumerate
52
52
  ==========
@@ -176,11 +176,19 @@ Authors
176
176
  Changelog
177
177
  =========
178
178
 
179
- 1.2.1 (2024-10-09)
179
+ 1.2.3 (2024-11-13)
180
180
  ------------------
181
+ - More unittests.
182
+ - 100% code coverage.
183
+ - 100% code linting.
184
+ - Tox configuration is now in native (toml) format.
181
185
  - Setup (dependencies) update.
182
186
 
183
- 1.2.0 (2024-09-30)
187
+ 1.2.2 (2024-10-30)
188
+ ------------------
189
+ - Setup (dependencies) update.
190
+
191
+ 1.2.1 (2024-10-09)
184
192
  ------------------
185
193
  - Drop support for Python 3.8
186
194
  - Setup (dependencies) update.
@@ -190,10 +198,6 @@ Changelog
190
198
  - Add support for Python 3.13
191
199
  - Setup (dependencies) update.
192
200
 
193
- 1.1.13 (2024-07-15)
194
- -------------------
195
- - Setup (dependencies) update.
196
-
197
201
  1.1.12 (2024-01-26)
198
202
  -------------------
199
203
  - Setup update (now based on tox >= 4.0).
@@ -205,10 +209,6 @@ Changelog
205
209
 
206
210
  1.1.9 (2022-08-22)
207
211
  ------------------
208
- - Setup update.
209
-
210
- 1.1.8 (2022-07-24)
211
- ------------------
212
212
  - Add support for Python 3.10 and 3.11
213
213
  - Setup update (currently based mainly on pyproject.toml).
214
214
 
@@ -218,10 +218,6 @@ Changelog
218
218
  - Copyright year update.
219
219
  - Setup update.
220
220
 
221
- 1.1.6 (2021-12-11)
222
- ------------------
223
- - Setup update.
224
-
225
221
  1.1.5 (2021-07-20)
226
222
  ------------------
227
223
  - Setup general update and improvement.
@@ -0,0 +1,9 @@
1
+ renumerate/__about__.py,sha256=LUuaWYl_ylQT_d6A55rewRwEAd83eAQUJ6mcYBx5ORY,100
2
+ renumerate/__init__.py,sha256=9NVK5aAbq5A7IizTdBF1sJ3m8KQxP7GeH_sfw6ijpFk,171
3
+ renumerate/_renumerate.py,sha256=i6t7dI6guFH68yj_NN5_yH-spkHMKFuCMiqWtw3v96M,1264
4
+ renumerate-1.2.3.dist-info/LICENSE,sha256=Yq3H1bjtcSHnCqnjOcpNfmowyjpI0JDo4ddaMcigeCI,872
5
+ renumerate-1.2.3.dist-info/METADATA,sha256=BcA7YiQur7Dlyrw0BLNyK9jFSKEEvlPzmuXczCyY7rg,8102
6
+ renumerate-1.2.3.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
7
+ renumerate-1.2.3.dist-info/top_level.txt,sha256=X996I0OJFxiV3UpE1ZxK1O9hinNjy21t5wBSKRwXeBY,11
8
+ renumerate-1.2.3.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
9
+ renumerate-1.2.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.1.0)
2
+ Generator: setuptools (75.5.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,9 +0,0 @@
1
- renumerate/__about__.py,sha256=LUuaWYl_ylQT_d6A55rewRwEAd83eAQUJ6mcYBx5ORY,100
2
- renumerate/__init__.py,sha256=9NVK5aAbq5A7IizTdBF1sJ3m8KQxP7GeH_sfw6ijpFk,171
3
- renumerate/_renumerate.py,sha256=i6t7dI6guFH68yj_NN5_yH-spkHMKFuCMiqWtw3v96M,1264
4
- renumerate-1.2.1.dist-info/LICENSE,sha256=Yq3H1bjtcSHnCqnjOcpNfmowyjpI0JDo4ddaMcigeCI,872
5
- renumerate-1.2.1.dist-info/METADATA,sha256=C-IDz6-3_qtjE9T4zq80BQiJExNoQi8BFdUn5C6yS4Q,8083
6
- renumerate-1.2.1.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
7
- renumerate-1.2.1.dist-info/top_level.txt,sha256=X996I0OJFxiV3UpE1ZxK1O9hinNjy21t5wBSKRwXeBY,11
8
- renumerate-1.2.1.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
9
- renumerate-1.2.1.dist-info/RECORD,,