renumerate 1.3.1__py3-none-any.whl → 1.3.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.
- {renumerate-1.3.1.dist-info → renumerate-1.3.3.dist-info}/METADATA +10 -5
- renumerate-1.3.3.dist-info/RECORD +9 -0
- {renumerate-1.3.1.dist-info → renumerate-1.3.3.dist-info}/WHEEL +1 -1
- renumerate-1.3.1.dist-info/RECORD +0 -9
- {renumerate-1.3.1.dist-info → renumerate-1.3.3.dist-info}/licenses/LICENSE +0 -0
- {renumerate-1.3.1.dist-info → renumerate-1.3.3.dist-info}/top_level.txt +0 -0
- {renumerate-1.3.1.dist-info → renumerate-1.3.3.dist-info}/zip-safe +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: renumerate
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.3
|
|
4
4
|
Summary: Reverse enumerate.
|
|
5
5
|
Author: Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
@@ -32,12 +32,12 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
32
32
|
Requires-Python: <4.0.0,>=3.10.0
|
|
33
33
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
34
|
License-File: LICENSE
|
|
35
|
-
Requires-Dist: setuptools>=80.
|
|
36
|
-
Requires-Dist: pkg-about>=1.3.
|
|
35
|
+
Requires-Dist: setuptools>=80.7.1
|
|
36
|
+
Requires-Dist: pkg-about>=1.3.5
|
|
37
37
|
Provides-Extra: doc
|
|
38
38
|
Requires-Dist: Sphinx>=8.1.3; extra == "doc"
|
|
39
39
|
Requires-Dist: sphinx-autodoc-typehints>=3.0.1; extra == "doc"
|
|
40
|
-
Requires-Dist: sphinx-toolbox>=
|
|
40
|
+
Requires-Dist: sphinx-toolbox>=4.0.0; extra == "doc"
|
|
41
41
|
Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
|
|
42
42
|
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
43
43
|
Requires-Dist: sphinxcontrib-spelling>=8.0.1; extra == "doc"
|
|
@@ -45,7 +45,7 @@ Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
|
|
|
45
45
|
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
|
|
46
46
|
Requires-Dist: nbsphinx>=0.9.7; extra == "doc"
|
|
47
47
|
Provides-Extra: test
|
|
48
|
-
Requires-Dist: deepdiff>=8.
|
|
48
|
+
Requires-Dist: deepdiff>=8.5.0; extra == "test"
|
|
49
49
|
Requires-Dist: rich>=14.0.0; extra == "test"
|
|
50
50
|
Dynamic: license-file
|
|
51
51
|
|
|
@@ -177,6 +177,11 @@ Authors
|
|
|
177
177
|
Changelog
|
|
178
178
|
=========
|
|
179
179
|
|
|
180
|
+
1.3.3 (2025-05-15)
|
|
181
|
+
------------------
|
|
182
|
+
- The distribution is now created using 'build' instead of 'setuptools'.
|
|
183
|
+
- Setup (dependencies) update (due to regressions in tox and setuptools).
|
|
184
|
+
|
|
180
185
|
1.3.1 (2025-05-04)
|
|
181
186
|
------------------
|
|
182
187
|
- Setup (dependencies) update.
|
|
@@ -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.3.3.dist-info/licenses/LICENSE,sha256=oWbDDZuotrmWIM-8i9bv194or7RFe3AAbFrkivDUw2Y,872
|
|
5
|
+
renumerate-1.3.3.dist-info/METADATA,sha256=7tobb9Fq-9WltE6ouzPqVY6IvMLqx1bSCVIHS92M0PM,9188
|
|
6
|
+
renumerate-1.3.3.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
|
7
|
+
renumerate-1.3.3.dist-info/top_level.txt,sha256=X996I0OJFxiV3UpE1ZxK1O9hinNjy21t5wBSKRwXeBY,11
|
|
8
|
+
renumerate-1.3.3.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
|
9
|
+
renumerate-1.3.3.dist-info/RECORD,,
|
|
@@ -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.3.1.dist-info/licenses/LICENSE,sha256=oWbDDZuotrmWIM-8i9bv194or7RFe3AAbFrkivDUw2Y,872
|
|
5
|
-
renumerate-1.3.1.dist-info/METADATA,sha256=W-vctExoVj5FReCwDYSMNoJl1CEhGSMby0IP3CPKlmg,8997
|
|
6
|
-
renumerate-1.3.1.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
|
7
|
-
renumerate-1.3.1.dist-info/top_level.txt,sha256=X996I0OJFxiV3UpE1ZxK1O9hinNjy21t5wBSKRwXeBY,11
|
|
8
|
-
renumerate-1.3.1.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
|
9
|
-
renumerate-1.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|