renumerate 1.1.11__zip → 1.1.13__zip
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.1.11 → renumerate-1.1.13}/CHANGES.rst +5 -1
- {renumerate-1.1.11 → renumerate-1.1.13}/MANIFEST.in +1 -2
- {renumerate-1.1.11 → renumerate-1.1.13}/PKG-INFO +17 -13
- {renumerate-1.1.11 → renumerate-1.1.13}/pyproject.toml +33 -40
- {renumerate-1.1.11 → renumerate-1.1.13}/src/renumerate/__about__.py +1 -2
- {renumerate-1.1.11 → renumerate-1.1.13}/src/renumerate/__init__.py +1 -2
- {renumerate-1.1.11 → renumerate-1.1.13}/src/renumerate/_renumerate.py +1 -2
- {renumerate-1.1.11 → renumerate-1.1.13}/src/renumerate.egg-info/PKG-INFO +17 -13
- renumerate-1.1.13/src/renumerate.egg-info/requires.txt +16 -0
- {renumerate-1.1.11 → renumerate-1.1.13}/tests/__init__.py +1 -2
- {renumerate-1.1.11 → renumerate-1.1.13}/tests/__main__.py +1 -2
- {renumerate-1.1.11 → renumerate-1.1.13}/tests/test_main.py +1 -2
- renumerate-1.1.11/src/renumerate.egg-info/requires.txt +0 -16
- {renumerate-1.1.11 → renumerate-1.1.13}/.readthedocs.yml +0 -0
- {renumerate-1.1.11 → renumerate-1.1.13}/LICENSE +0 -0
- {renumerate-1.1.11 → renumerate-1.1.13}/README.rst +0 -0
- {renumerate-1.1.11 → renumerate-1.1.13}/docs/CHANGES.rst +0 -0
- {renumerate-1.1.11 → renumerate-1.1.13}/docs/README.rst +0 -0
- {renumerate-1.1.11 → renumerate-1.1.13}/docs/_static/.keep +0 -0
- {renumerate-1.1.11 → renumerate-1.1.13}/docs/_templates/.keep +0 -0
- {renumerate-1.1.11 → renumerate-1.1.13}/docs/conf.py +0 -0
- {renumerate-1.1.11 → renumerate-1.1.13}/docs/index.rst +0 -0
- {renumerate-1.1.11 → renumerate-1.1.13}/setup.cfg +0 -0
- {renumerate-1.1.11 → renumerate-1.1.13}/src/renumerate.egg-info/SOURCES.txt +0 -0
- {renumerate-1.1.11 → renumerate-1.1.13}/src/renumerate.egg-info/dependency_links.txt +0 -0
- {renumerate-1.1.11 → renumerate-1.1.13}/src/renumerate.egg-info/top_level.txt +0 -0
- {renumerate-1.1.11 → renumerate-1.1.13}/src/renumerate.egg-info/zip-safe +0 -0
- {renumerate-1.1.11 → renumerate-1.1.13}/tests/data/.keep +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: renumerate
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.13
|
|
4
4
|
Summary: Reverse enumerate.
|
|
5
5
|
Author: Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
@@ -30,23 +30,23 @@ 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.8.
|
|
33
|
+
Requires-Python: <4.0.0,>=3.8.10
|
|
34
34
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
35
35
|
License-File: LICENSE
|
|
36
|
-
Requires-Dist: setuptools>=
|
|
37
|
-
Requires-Dist: pkg-about>=1.1.
|
|
36
|
+
Requires-Dist: setuptools>=70.3.0
|
|
37
|
+
Requires-Dist: pkg-about>=1.1.7
|
|
38
38
|
Provides-Extra: doc
|
|
39
39
|
Requires-Dist: Sphinx>=7.1.2; extra == "doc"
|
|
40
|
-
Requires-Dist: sphinx-toolbox>=3.
|
|
41
|
-
Requires-Dist: sphinx-tabs>=3.4.
|
|
42
|
-
Requires-Dist: sphinx-copybutton>=0.5.
|
|
43
|
-
Requires-Dist: sphinxcontrib-spelling>=
|
|
44
|
-
Requires-Dist: sphinx-lint>=0.
|
|
40
|
+
Requires-Dist: sphinx-toolbox>=3.7.0; 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>=0.9.1; extra == "doc"
|
|
45
45
|
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
|
|
46
|
-
Requires-Dist: nbsphinx>=0.
|
|
46
|
+
Requires-Dist: nbsphinx>=0.9.4; extra == "doc"
|
|
47
47
|
Provides-Extra: test
|
|
48
|
-
Requires-Dist: deepdiff>=
|
|
49
|
-
Requires-Dist: rich>=13.7.
|
|
48
|
+
Requires-Dist: deepdiff>=7.0.1; extra == "test"
|
|
49
|
+
Requires-Dist: rich>=13.7.1; extra == "test"
|
|
50
50
|
|
|
51
51
|
renumerate
|
|
52
52
|
==========
|
|
@@ -175,7 +175,11 @@ Authors
|
|
|
175
175
|
Changelog
|
|
176
176
|
=========
|
|
177
177
|
|
|
178
|
-
1.1.
|
|
178
|
+
1.1.13 (2024-07-15)
|
|
179
|
+
-------------------
|
|
180
|
+
- Setup (dependencies) update.
|
|
181
|
+
|
|
182
|
+
1.1.12 (2024-01-26)
|
|
179
183
|
-------------------
|
|
180
184
|
- Setup update (now based on tox >= 4.0).
|
|
181
185
|
- Cleanup.
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
# Copyright (c) 2016 Adam Karpierz
|
|
2
|
-
#
|
|
3
|
-
# https://opensource.org/license/zlib
|
|
2
|
+
# SPDX-License-Identifier: Zlib
|
|
4
3
|
|
|
5
4
|
[build-system]
|
|
6
5
|
build-backend = 'setuptools.build_meta'
|
|
7
|
-
requires = ['setuptools>=
|
|
6
|
+
requires = ['setuptools>=70.3.0', 'wheel>=0.43.0', 'packaging>=24.1.0', 'tox>=4.16.0']
|
|
8
7
|
|
|
9
8
|
[project]
|
|
10
9
|
name = 'renumerate'
|
|
11
|
-
version = '1.1.
|
|
10
|
+
version = '1.1.13'
|
|
12
11
|
description = 'Reverse enumerate.'
|
|
13
12
|
urls.Homepage = 'https://pypi.org/project/renumerate/'
|
|
14
13
|
urls.Documentation = 'https://renumerate.readthedocs.io/'
|
|
@@ -43,28 +42,28 @@ classifiers = [
|
|
|
43
42
|
'Programming Language :: Python :: Implementation :: PyPy',
|
|
44
43
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
|
45
44
|
]
|
|
46
|
-
requires-python = '>=3.8.
|
|
45
|
+
requires-python = '>=3.8.10,<4.0.0'
|
|
47
46
|
dependencies = [
|
|
48
47
|
# mandatory
|
|
49
|
-
'setuptools>=
|
|
50
|
-
'pkg-about>=1.1.
|
|
48
|
+
'setuptools>=70.3.0',
|
|
49
|
+
'pkg-about>=1.1.7',
|
|
51
50
|
# others
|
|
52
51
|
]
|
|
53
52
|
dynamic = ['readme']
|
|
54
53
|
[project.optional-dependencies]
|
|
55
54
|
doc = [
|
|
56
55
|
'Sphinx>=7.1.2',
|
|
57
|
-
'sphinx-toolbox>=3.
|
|
58
|
-
'sphinx-tabs>=3.4.
|
|
59
|
-
'sphinx-copybutton>=0.5.
|
|
60
|
-
'sphinxcontrib-spelling>=
|
|
61
|
-
'sphinx-lint>=0.
|
|
56
|
+
'sphinx-toolbox>=3.7.0',
|
|
57
|
+
'sphinx-tabs>=3.4.5',
|
|
58
|
+
'sphinx-copybutton>=0.5.2',
|
|
59
|
+
'sphinxcontrib-spelling>=8.0.0',
|
|
60
|
+
'sphinx-lint>=0.9.1',
|
|
62
61
|
'restructuredtext-lint>=1.4.0',
|
|
63
|
-
'nbsphinx>=0.
|
|
62
|
+
'nbsphinx>=0.9.4',
|
|
64
63
|
]
|
|
65
64
|
test = [
|
|
66
|
-
'deepdiff>=
|
|
67
|
-
'rich>=13.7.
|
|
65
|
+
'deepdiff>=7.0.1',
|
|
66
|
+
'rich>=13.7.1',
|
|
68
67
|
]
|
|
69
68
|
|
|
70
69
|
[project.scripts]
|
|
@@ -158,29 +157,29 @@ count = true
|
|
|
158
157
|
[tool.tox]
|
|
159
158
|
legacy_tox_ini = """
|
|
160
159
|
[tox]
|
|
161
|
-
envlist = py{38,39,310,311,312}, pypy{39,310}
|
|
160
|
+
envlist = py{38,39,310,311,312}, pypy{39,310}, docs
|
|
162
161
|
labels =
|
|
163
|
-
py = py{38,39,310,311,312}, pypy{39,310}
|
|
162
|
+
py = py{38,39,310,311,312}, pypy{39,310}
|
|
164
163
|
prepare = prepare
|
|
165
164
|
coverage = coverage
|
|
166
165
|
lint = lint
|
|
167
166
|
docs = docs
|
|
168
|
-
build = py{38,39,310,311,312}, pypy{39,310}
|
|
169
|
-
deploy = py{38,39,310,311,312}, pypy{39,310}
|
|
170
|
-
minversion = 4.
|
|
167
|
+
build = py{38,39,310,311,312}, pypy{39,310}, docs, build
|
|
168
|
+
deploy = py{38,39,310,311,312}, pypy{39,310}, docs, build, publish
|
|
169
|
+
minversion = 4.16.0
|
|
171
170
|
skip_missing_interpreters = true
|
|
172
171
|
requires =
|
|
173
172
|
{[base]deps}
|
|
174
|
-
virtualenv>=20.
|
|
175
|
-
tox-backtick>=0.4.
|
|
173
|
+
virtualenv>=20.26.3
|
|
174
|
+
tox-backtick>=0.4.5
|
|
176
175
|
tox-tags>=0.2.0
|
|
177
176
|
|
|
178
177
|
[base]
|
|
179
|
-
basepython = python3.
|
|
178
|
+
basepython = python3.12
|
|
180
179
|
deps =
|
|
181
|
-
pip>=
|
|
182
|
-
setuptools>=
|
|
183
|
-
wheel>=0.
|
|
180
|
+
pip>=24.1.2
|
|
181
|
+
setuptools>=70.3.0
|
|
182
|
+
wheel>=0.43.0
|
|
184
183
|
packagesubdir = renumerate
|
|
185
184
|
|
|
186
185
|
[testenv]
|
|
@@ -194,12 +193,6 @@ extras = test
|
|
|
194
193
|
deps =
|
|
195
194
|
{[base]deps}
|
|
196
195
|
|
|
197
|
-
[testenv:pypy39win]
|
|
198
|
-
basepython = C:\\PyPy39\\pypy.exe
|
|
199
|
-
|
|
200
|
-
[testenv:pypy310win]
|
|
201
|
-
basepython = C:\\PyPy310\\pypy.exe
|
|
202
|
-
|
|
203
196
|
[testenv:prepare]
|
|
204
197
|
basepython = {[base]basepython}
|
|
205
198
|
skip_install = true
|
|
@@ -218,9 +211,9 @@ commands =
|
|
|
218
211
|
{envpython} -m coverage html
|
|
219
212
|
deps =
|
|
220
213
|
{[testenv]deps}
|
|
221
|
-
coverage>=7.
|
|
214
|
+
coverage>=7.6.0
|
|
222
215
|
covdefaults>=2.3.0
|
|
223
|
-
diff-cover>=
|
|
216
|
+
diff-cover>=9.1.0
|
|
224
217
|
|
|
225
218
|
[testenv:docs]
|
|
226
219
|
basepython = {[base]basepython}
|
|
@@ -234,7 +227,7 @@ extras = doc
|
|
|
234
227
|
deps =
|
|
235
228
|
|
|
236
229
|
[testenv:build]
|
|
237
|
-
depends = py{38,39,310,311,312}, pypy{39,310}
|
|
230
|
+
depends = py{38,39,310,311,312}, pypy{39,310}, docs
|
|
238
231
|
basepython = {[base]basepython}
|
|
239
232
|
setenv =
|
|
240
233
|
{[testenv]setenv}
|
|
@@ -248,7 +241,7 @@ commands =
|
|
|
248
241
|
{envpython} -m twine check dist/*
|
|
249
242
|
deps =
|
|
250
243
|
{[testenv]deps}
|
|
251
|
-
twine>=
|
|
244
|
+
twine>=5.1.1
|
|
252
245
|
|
|
253
246
|
[testenv:publish]
|
|
254
247
|
depends = build
|
|
@@ -259,7 +252,7 @@ commands =
|
|
|
259
252
|
{envpython} -m twine upload dist/*
|
|
260
253
|
extras =
|
|
261
254
|
deps =
|
|
262
|
-
twine>=
|
|
255
|
+
twine>=5.1.1
|
|
263
256
|
|
|
264
257
|
[testenv:lint]
|
|
265
258
|
basepython = {[base]basepython}
|
|
@@ -268,10 +261,10 @@ commands =
|
|
|
268
261
|
extras =
|
|
269
262
|
deps =
|
|
270
263
|
{[testenv]deps}
|
|
271
|
-
flake8>=7.
|
|
264
|
+
flake8>=7.1.0
|
|
272
265
|
flake8-pyproject>=1.2.3
|
|
273
266
|
flake8-docstrings>=1.7.0
|
|
274
|
-
pep8-naming>=0.
|
|
275
|
-
flake8-builtins>=2.
|
|
267
|
+
pep8-naming>=0.14.1
|
|
268
|
+
flake8-builtins>=2.5.0
|
|
276
269
|
flake8-deprecated>=2.2.1
|
|
277
270
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: renumerate
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.13
|
|
4
4
|
Summary: Reverse enumerate.
|
|
5
5
|
Author: Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
@@ -30,23 +30,23 @@ 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.8.
|
|
33
|
+
Requires-Python: <4.0.0,>=3.8.10
|
|
34
34
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
35
35
|
License-File: LICENSE
|
|
36
|
-
Requires-Dist: setuptools>=
|
|
37
|
-
Requires-Dist: pkg-about>=1.1.
|
|
36
|
+
Requires-Dist: setuptools>=70.3.0
|
|
37
|
+
Requires-Dist: pkg-about>=1.1.7
|
|
38
38
|
Provides-Extra: doc
|
|
39
39
|
Requires-Dist: Sphinx>=7.1.2; extra == "doc"
|
|
40
|
-
Requires-Dist: sphinx-toolbox>=3.
|
|
41
|
-
Requires-Dist: sphinx-tabs>=3.4.
|
|
42
|
-
Requires-Dist: sphinx-copybutton>=0.5.
|
|
43
|
-
Requires-Dist: sphinxcontrib-spelling>=
|
|
44
|
-
Requires-Dist: sphinx-lint>=0.
|
|
40
|
+
Requires-Dist: sphinx-toolbox>=3.7.0; 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>=0.9.1; extra == "doc"
|
|
45
45
|
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
|
|
46
|
-
Requires-Dist: nbsphinx>=0.
|
|
46
|
+
Requires-Dist: nbsphinx>=0.9.4; extra == "doc"
|
|
47
47
|
Provides-Extra: test
|
|
48
|
-
Requires-Dist: deepdiff>=
|
|
49
|
-
Requires-Dist: rich>=13.7.
|
|
48
|
+
Requires-Dist: deepdiff>=7.0.1; extra == "test"
|
|
49
|
+
Requires-Dist: rich>=13.7.1; extra == "test"
|
|
50
50
|
|
|
51
51
|
renumerate
|
|
52
52
|
==========
|
|
@@ -175,7 +175,11 @@ Authors
|
|
|
175
175
|
Changelog
|
|
176
176
|
=========
|
|
177
177
|
|
|
178
|
-
1.1.
|
|
178
|
+
1.1.13 (2024-07-15)
|
|
179
|
+
-------------------
|
|
180
|
+
- Setup (dependencies) update.
|
|
181
|
+
|
|
182
|
+
1.1.12 (2024-01-26)
|
|
179
183
|
-------------------
|
|
180
184
|
- Setup update (now based on tox >= 4.0).
|
|
181
185
|
- Cleanup.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
setuptools>=70.3.0
|
|
2
|
+
pkg-about>=1.1.7
|
|
3
|
+
|
|
4
|
+
[doc]
|
|
5
|
+
Sphinx>=7.1.2
|
|
6
|
+
sphinx-toolbox>=3.7.0
|
|
7
|
+
sphinx-tabs>=3.4.5
|
|
8
|
+
sphinx-copybutton>=0.5.2
|
|
9
|
+
sphinxcontrib-spelling>=8.0.0
|
|
10
|
+
sphinx-lint>=0.9.1
|
|
11
|
+
restructuredtext-lint>=1.4.0
|
|
12
|
+
nbsphinx>=0.9.4
|
|
13
|
+
|
|
14
|
+
[test]
|
|
15
|
+
deepdiff>=7.0.1
|
|
16
|
+
rich>=13.7.1
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
setuptools>=68.2.2
|
|
2
|
-
pkg-about>=1.1.3
|
|
3
|
-
|
|
4
|
-
[doc]
|
|
5
|
-
Sphinx>=7.1.2
|
|
6
|
-
sphinx-toolbox>=3.5.0
|
|
7
|
-
sphinx-tabs>=3.4.1
|
|
8
|
-
sphinx-copybutton>=0.5.1
|
|
9
|
-
sphinxcontrib-spelling>=7.7.0
|
|
10
|
-
sphinx-lint>=0.6.7
|
|
11
|
-
restructuredtext-lint>=1.4.0
|
|
12
|
-
nbsphinx>=0.8.10
|
|
13
|
-
|
|
14
|
-
[test]
|
|
15
|
-
deepdiff>=6.7.1
|
|
16
|
-
rich>=13.7.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|