renumerate 1.2.10__py3-none-any.whl → 1.3.0__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.4
2
2
  Name: renumerate
3
- Version: 1.2.10
3
+ Version: 1.3.0
4
4
  Summary: Reverse enumerate.
5
5
  Author: Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -21,33 +21,33 @@ Classifier: Operating System :: OS Independent
21
21
  Classifier: Natural Language :: Polish
22
22
  Classifier: Programming Language :: Python
23
23
  Classifier: Programming Language :: Python :: 3
24
- Classifier: Programming Language :: Python :: 3.9
25
24
  Classifier: Programming Language :: Python :: 3.10
26
25
  Classifier: Programming Language :: Python :: 3.11
27
26
  Classifier: Programming Language :: Python :: 3.12
28
27
  Classifier: Programming Language :: Python :: 3.13
28
+ Classifier: Programming Language :: Python :: 3.14
29
29
  Classifier: Programming Language :: Python :: 3 :: Only
30
30
  Classifier: Programming Language :: Python :: Implementation :: CPython
31
31
  Classifier: Programming Language :: Python :: Implementation :: PyPy
32
32
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
33
- Requires-Python: <4.0.0,>=3.9.0
33
+ Requires-Python: <4.0.0,>=3.10.0
34
34
  Description-Content-Type: text/x-rst; charset=UTF-8
35
35
  License-File: LICENSE
36
- Requires-Dist: setuptools>=77.0.3
37
- Requires-Dist: pkg-about>=1.2.11
36
+ Requires-Dist: setuptools>=80.0.0
37
+ Requires-Dist: pkg-about>=1.3.0
38
38
  Provides-Extra: doc
39
- Requires-Dist: Sphinx>=7.4.7; extra == "doc"
40
- Requires-Dist: sphinx-autodoc-typehints>=2.3.0; extra == "doc"
39
+ Requires-Dist: Sphinx>=8.1.3; extra == "doc"
40
+ Requires-Dist: sphinx-autodoc-typehints>=3.0.1; extra == "doc"
41
41
  Requires-Dist: sphinx-toolbox>=3.9.0; extra == "doc"
42
42
  Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
43
43
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
44
- Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
44
+ Requires-Dist: sphinxcontrib-spelling>=8.0.1; extra == "doc"
45
45
  Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
46
46
  Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
47
47
  Requires-Dist: nbsphinx>=0.9.7; extra == "doc"
48
48
  Provides-Extra: test
49
49
  Requires-Dist: deepdiff>=8.4.2; extra == "test"
50
- Requires-Dist: rich>=13.9.4; extra == "test"
50
+ Requires-Dist: rich>=14.0.0; extra == "test"
51
51
  Dynamic: license-file
52
52
 
53
53
  renumerate
@@ -107,7 +107,7 @@ Installation
107
107
 
108
108
  Prerequisites:
109
109
 
110
- + Python 3.9 or higher
110
+ + Python 3.10 or higher
111
111
 
112
112
  * https://www.python.org/
113
113
 
@@ -178,7 +178,15 @@ Authors
178
178
  Changelog
179
179
  =========
180
180
 
181
- 1.2.10 (2025-03-20)
181
+ 1.3.0 (2025-04-28)
182
+ ------------------
183
+ - Add support for Python 3.14
184
+ - Drop support for Python 3.9 (due to compatibility issues).
185
+ - Update readthedocs's python to version 3.13
186
+ - Update tox's base_python to version 3.13
187
+ - Setup (dependencies) update.
188
+
189
+ 1.2.11 (2025-03-20)
182
190
  -------------------
183
191
  - Add support for PyPy 3.11
184
192
  - Drop support for PyPy 3.9
@@ -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.0.dist-info/licenses/LICENSE,sha256=oWbDDZuotrmWIM-8i9bv194or7RFe3AAbFrkivDUw2Y,872
5
+ renumerate-1.3.0.dist-info/METADATA,sha256=AQdjyZ2YE13QZREHK4993EtB0pEAufqMNtpegFh0JOg,9025
6
+ renumerate-1.3.0.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
7
+ renumerate-1.3.0.dist-info/top_level.txt,sha256=X996I0OJFxiV3UpE1ZxK1O9hinNjy21t5wBSKRwXeBY,11
8
+ renumerate-1.3.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
9
+ renumerate-1.3.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (77.0.3)
2
+ Generator: setuptools (80.0.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.10.dist-info/licenses/LICENSE,sha256=oWbDDZuotrmWIM-8i9bv194or7RFe3AAbFrkivDUw2Y,872
5
- renumerate-1.2.10.dist-info/METADATA,sha256=_PCisFo--a-wHIIKjtKLFrE6zvS6p0QeCEMegkikXXY,8766
6
- renumerate-1.2.10.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
7
- renumerate-1.2.10.dist-info/top_level.txt,sha256=X996I0OJFxiV3UpE1ZxK1O9hinNjy21t5wBSKRwXeBY,11
8
- renumerate-1.2.10.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
9
- renumerate-1.2.10.dist-info/RECORD,,