renumerate 1.1.12__py3-none-any.whl → 1.1.14__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.
- renumerate/__about__.py +1 -2
- renumerate/__init__.py +1 -2
- renumerate/_renumerate.py +1 -2
- {renumerate-1.1.12.dist-info → renumerate-1.1.14.dist-info}/METADATA +24 -14
- renumerate-1.1.14.dist-info/RECORD +9 -0
- {renumerate-1.1.12.dist-info → renumerate-1.1.14.dist-info}/WHEEL +1 -1
- renumerate-1.1.12.dist-info/RECORD +0 -9
- {renumerate-1.1.12.dist-info → renumerate-1.1.14.dist-info}/LICENSE +0 -0
- {renumerate-1.1.12.dist-info → renumerate-1.1.14.dist-info}/top_level.txt +0 -0
- {renumerate-1.1.12.dist-info → renumerate-1.1.14.dist-info}/zip-safe +0 -0
renumerate/__about__.py
CHANGED
renumerate/__init__.py
CHANGED
renumerate/_renumerate.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: renumerate
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.14
|
|
4
4
|
Summary: Reverse enumerate.
|
|
5
5
|
Author: Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
@@ -26,27 +26,28 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
26
26
|
Classifier: Programming Language :: Python :: 3.10
|
|
27
27
|
Classifier: Programming Language :: Python :: 3.11
|
|
28
28
|
Classifier: Programming Language :: Python :: 3.12
|
|
29
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
29
30
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
30
31
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
31
32
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
32
33
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
33
|
-
Requires-Python: <4.0.0,>=3.8.
|
|
34
|
+
Requires-Python: <4.0.0,>=3.8.10
|
|
34
35
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
35
36
|
License-File: LICENSE
|
|
36
|
-
Requires-Dist: setuptools
|
|
37
|
-
Requires-Dist: pkg-about
|
|
37
|
+
Requires-Dist: setuptools>=72.2.0
|
|
38
|
+
Requires-Dist: pkg-about>=1.1.8
|
|
38
39
|
Provides-Extra: doc
|
|
39
|
-
Requires-Dist: Sphinx
|
|
40
|
-
Requires-Dist: sphinx-toolbox
|
|
41
|
-
Requires-Dist: sphinx-tabs
|
|
42
|
-
Requires-Dist: sphinx-copybutton
|
|
43
|
-
Requires-Dist: sphinxcontrib-spelling
|
|
44
|
-
Requires-Dist: sphinx-lint
|
|
45
|
-
Requires-Dist: restructuredtext-lint
|
|
46
|
-
Requires-Dist: nbsphinx
|
|
40
|
+
Requires-Dist: Sphinx>=7.1.2; extra == "doc"
|
|
41
|
+
Requires-Dist: sphinx-toolbox>=3.7.0; extra == "doc"
|
|
42
|
+
Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
|
|
43
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
44
|
+
Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
|
|
45
|
+
Requires-Dist: sphinx-lint>=0.9.1; extra == "doc"
|
|
46
|
+
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
|
|
47
|
+
Requires-Dist: nbsphinx>=0.9.4; extra == "doc"
|
|
47
48
|
Provides-Extra: test
|
|
48
|
-
Requires-Dist: deepdiff
|
|
49
|
-
Requires-Dist: rich
|
|
49
|
+
Requires-Dist: deepdiff>=7.0.1; extra == "test"
|
|
50
|
+
Requires-Dist: rich>=13.7.1; extra == "test"
|
|
50
51
|
|
|
51
52
|
renumerate
|
|
52
53
|
==========
|
|
@@ -175,6 +176,15 @@ Authors
|
|
|
175
176
|
Changelog
|
|
176
177
|
=========
|
|
177
178
|
|
|
179
|
+
1.1.14 (2024-08-13)
|
|
180
|
+
-------------------
|
|
181
|
+
- Add support for Python 3.13
|
|
182
|
+
- Setup (dependencies) update.
|
|
183
|
+
|
|
184
|
+
1.1.13 (2024-07-15)
|
|
185
|
+
-------------------
|
|
186
|
+
- Setup (dependencies) update.
|
|
187
|
+
|
|
178
188
|
1.1.12 (2024-01-26)
|
|
179
189
|
-------------------
|
|
180
190
|
- Setup update (now based on tox >= 4.0).
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
renumerate/__about__.py,sha256=PWnv_vIc3eERlZxgvrxwncTDUChsGkSOq25iSWiZTPU,164
|
|
2
|
+
renumerate/__init__.py,sha256=9NVK5aAbq5A7IizTdBF1sJ3m8KQxP7GeH_sfw6ijpFk,171
|
|
3
|
+
renumerate/_renumerate.py,sha256=i6t7dI6guFH68yj_NN5_yH-spkHMKFuCMiqWtw3v96M,1264
|
|
4
|
+
renumerate-1.1.14.dist-info/LICENSE,sha256=Yq3H1bjtcSHnCqnjOcpNfmowyjpI0JDo4ddaMcigeCI,872
|
|
5
|
+
renumerate-1.1.14.dist-info/METADATA,sha256=7G9mUYbyOno8xuAKN89it8AD-a4gd4VU8VSx9pJlQj4,7919
|
|
6
|
+
renumerate-1.1.14.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
|
|
7
|
+
renumerate-1.1.14.dist-info/top_level.txt,sha256=X996I0OJFxiV3UpE1ZxK1O9hinNjy21t5wBSKRwXeBY,11
|
|
8
|
+
renumerate-1.1.14.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
|
9
|
+
renumerate-1.1.14.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
renumerate/__about__.py,sha256=uegf7jO_npw3Rrk2sxt3rbUAJ6p8Ynrx0l0f23rC4nI,211
|
|
2
|
-
renumerate/__init__.py,sha256=3Zl648T7KppaMQIzEiwPfta7GHMV_dFqbByMaNiotS8,218
|
|
3
|
-
renumerate/_renumerate.py,sha256=imzH1hTRbK3RIkS4viRO8coGsT7n0PyINzHSdUI-ZGA,1311
|
|
4
|
-
renumerate-1.1.12.dist-info/LICENSE,sha256=Yq3H1bjtcSHnCqnjOcpNfmowyjpI0JDo4ddaMcigeCI,872
|
|
5
|
-
renumerate-1.1.12.dist-info/METADATA,sha256=8lnoBlrZJ-JbiNb_vydFL6QDW4ZTPPssIRVoaPH2bJI,7706
|
|
6
|
-
renumerate-1.1.12.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
7
|
-
renumerate-1.1.12.dist-info/top_level.txt,sha256=X996I0OJFxiV3UpE1ZxK1O9hinNjy21t5wBSKRwXeBY,11
|
|
8
|
-
renumerate-1.1.12.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
|
9
|
-
renumerate-1.1.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|