renumerate 1.1.14__py3-none-any.whl → 1.2.1__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 CHANGED
@@ -2,4 +2,3 @@
2
2
  # SPDX-License-Identifier: Zlib
3
3
 
4
4
  __import__("pkg_about").about()
5
- __copyright__ = f"Copyright (c) 2016-2024 {__author__}" # noqa
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: renumerate
3
- Version: 1.1.14
3
+ Version: 1.2.1
4
4
  Summary: Reverse enumerate.
5
5
  Author: Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -21,7 +21,6 @@ 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.8
25
24
  Classifier: Programming Language :: Python :: 3.9
26
25
  Classifier: Programming Language :: Python :: 3.10
27
26
  Classifier: Programming Language :: Python :: 3.11
@@ -31,23 +30,23 @@ Classifier: Programming Language :: Python :: 3 :: Only
31
30
  Classifier: Programming Language :: Python :: Implementation :: CPython
32
31
  Classifier: Programming Language :: Python :: Implementation :: PyPy
33
32
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
34
- Requires-Python: <4.0.0,>=3.8.10
33
+ Requires-Python: <4.0.0,>=3.9.0
35
34
  Description-Content-Type: text/x-rst; charset=UTF-8
36
35
  License-File: LICENSE
37
- Requires-Dist: setuptools>=72.2.0
38
- Requires-Dist: pkg-about>=1.1.8
36
+ Requires-Dist: setuptools>=75.1.0
37
+ Requires-Dist: pkg-about>=1.2.1
39
38
  Provides-Extra: doc
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"
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"
43
42
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
44
43
  Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
45
- Requires-Dist: sphinx-lint>=0.9.1; extra == "doc"
44
+ Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
46
45
  Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
47
- Requires-Dist: nbsphinx>=0.9.4; extra == "doc"
46
+ Requires-Dist: nbsphinx>=0.9.5; extra == "doc"
48
47
  Provides-Extra: test
49
- Requires-Dist: deepdiff>=7.0.1; extra == "test"
50
- Requires-Dist: rich>=13.7.1; extra == "test"
48
+ Requires-Dist: deepdiff>=8.0.1; extra == "test"
49
+ Requires-Dist: rich>=13.9.2; extra == "test"
51
50
 
52
51
  renumerate
53
52
  ==========
@@ -106,7 +105,7 @@ Installation
106
105
 
107
106
  Prerequisites:
108
107
 
109
- + Python 3.8 or higher
108
+ + Python 3.9 or higher
110
109
 
111
110
  * https://www.python.org/
112
111
 
@@ -155,7 +154,7 @@ or on development mode:
155
154
  License
156
155
  =======
157
156
 
158
- | Copyright (c) 2016-2024 Adam Karpierz
157
+ | |copyright|
159
158
  | Licensed under the zlib/libpng License
160
159
  | https://opensource.org/license/zlib
161
160
  | Please refer to the accompanying LICENSE file.
@@ -167,6 +166,7 @@ Authors
167
166
 
168
167
  .. |package| replace:: renumerate
169
168
  .. |package_bold| replace:: **renumerate**
169
+ .. |copyright| replace:: Copyright (c) 2016-2024 Adam Karpierz
170
170
  .. |respository| replace:: https://github.com/karpierz/renumerate.git
171
171
  .. _Development page: https://github.com/karpierz/renumerate
172
172
  .. _PyPI record: https://pypi.org/project/renumerate/
@@ -176,6 +176,15 @@ Authors
176
176
  Changelog
177
177
  =========
178
178
 
179
+ 1.2.1 (2024-10-09)
180
+ ------------------
181
+ - Setup (dependencies) update.
182
+
183
+ 1.2.0 (2024-09-30)
184
+ ------------------
185
+ - Drop support for Python 3.8
186
+ - Setup (dependencies) update.
187
+
179
188
  1.1.14 (2024-08-13)
180
189
  -------------------
181
190
  - Add support for Python 3.13
@@ -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.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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.2.0)
2
+ Generator: setuptools (75.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,9 +0,0 @@
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,,