renumerate 1.1.12__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.12 → renumerate-1.1.13}/CHANGES.rst +4 -0
- {renumerate-1.1.12 → renumerate-1.1.13}/MANIFEST.in +1 -2
- {renumerate-1.1.12 → renumerate-1.1.13}/PKG-INFO +16 -12
- {renumerate-1.1.12 → renumerate-1.1.13}/pyproject.toml +28 -29
- {renumerate-1.1.12 → renumerate-1.1.13}/src/renumerate/__about__.py +1 -2
- {renumerate-1.1.12 → renumerate-1.1.13}/src/renumerate/__init__.py +1 -2
- {renumerate-1.1.12 → renumerate-1.1.13}/src/renumerate/_renumerate.py +1 -2
- {renumerate-1.1.12 → renumerate-1.1.13}/src/renumerate.egg-info/PKG-INFO +16 -12
- renumerate-1.1.13/src/renumerate.egg-info/requires.txt +16 -0
- {renumerate-1.1.12 → renumerate-1.1.13}/tests/__init__.py +1 -2
- {renumerate-1.1.12 → renumerate-1.1.13}/tests/__main__.py +1 -2
- {renumerate-1.1.12 → renumerate-1.1.13}/tests/test_main.py +1 -2
- renumerate-1.1.12/src/renumerate.egg-info/requires.txt +0 -16
- {renumerate-1.1.12 → renumerate-1.1.13}/.readthedocs.yml +0 -0
- {renumerate-1.1.12 → renumerate-1.1.13}/LICENSE +0 -0
- {renumerate-1.1.12 → renumerate-1.1.13}/README.rst +0 -0
- {renumerate-1.1.12 → renumerate-1.1.13}/docs/CHANGES.rst +0 -0
- {renumerate-1.1.12 → renumerate-1.1.13}/docs/README.rst +0 -0
- {renumerate-1.1.12 → renumerate-1.1.13}/docs/_static/.keep +0 -0
- {renumerate-1.1.12 → renumerate-1.1.13}/docs/_templates/.keep +0 -0
- {renumerate-1.1.12 → renumerate-1.1.13}/docs/conf.py +0 -0
- {renumerate-1.1.12 → renumerate-1.1.13}/docs/index.rst +0 -0
- {renumerate-1.1.12 → renumerate-1.1.13}/setup.cfg +0 -0
- {renumerate-1.1.12 → renumerate-1.1.13}/src/renumerate.egg-info/SOURCES.txt +0 -0
- {renumerate-1.1.12 → renumerate-1.1.13}/src/renumerate.egg-info/dependency_links.txt +0 -0
- {renumerate-1.1.12 → renumerate-1.1.13}/src/renumerate.egg-info/top_level.txt +0 -0
- {renumerate-1.1.12 → renumerate-1.1.13}/src/renumerate.egg-info/zip-safe +0 -0
- {renumerate-1.1.12 → 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,6 +175,10 @@ Authors
|
|
|
175
175
|
Changelog
|
|
176
176
|
=========
|
|
177
177
|
|
|
178
|
+
1.1.13 (2024-07-15)
|
|
179
|
+
-------------------
|
|
180
|
+
- Setup (dependencies) update.
|
|
181
|
+
|
|
178
182
|
1.1.12 (2024-01-26)
|
|
179
183
|
-------------------
|
|
180
184
|
- Setup update (now based on tox >= 4.0).
|
|
@@ -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]
|
|
@@ -167,20 +166,20 @@ labels =
|
|
|
167
166
|
docs = docs
|
|
168
167
|
build = py{38,39,310,311,312}, pypy{39,310}, docs, build
|
|
169
168
|
deploy = py{38,39,310,311,312}, pypy{39,310}, docs, build, publish
|
|
170
|
-
minversion = 4.
|
|
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]
|
|
@@ -212,9 +211,9 @@ commands =
|
|
|
212
211
|
{envpython} -m coverage html
|
|
213
212
|
deps =
|
|
214
213
|
{[testenv]deps}
|
|
215
|
-
coverage>=7.
|
|
214
|
+
coverage>=7.6.0
|
|
216
215
|
covdefaults>=2.3.0
|
|
217
|
-
diff-cover>=
|
|
216
|
+
diff-cover>=9.1.0
|
|
218
217
|
|
|
219
218
|
[testenv:docs]
|
|
220
219
|
basepython = {[base]basepython}
|
|
@@ -242,7 +241,7 @@ commands =
|
|
|
242
241
|
{envpython} -m twine check dist/*
|
|
243
242
|
deps =
|
|
244
243
|
{[testenv]deps}
|
|
245
|
-
twine>=
|
|
244
|
+
twine>=5.1.1
|
|
246
245
|
|
|
247
246
|
[testenv:publish]
|
|
248
247
|
depends = build
|
|
@@ -253,7 +252,7 @@ commands =
|
|
|
253
252
|
{envpython} -m twine upload dist/*
|
|
254
253
|
extras =
|
|
255
254
|
deps =
|
|
256
|
-
twine>=
|
|
255
|
+
twine>=5.1.1
|
|
257
256
|
|
|
258
257
|
[testenv:lint]
|
|
259
258
|
basepython = {[base]basepython}
|
|
@@ -262,10 +261,10 @@ commands =
|
|
|
262
261
|
extras =
|
|
263
262
|
deps =
|
|
264
263
|
{[testenv]deps}
|
|
265
|
-
flake8>=7.
|
|
264
|
+
flake8>=7.1.0
|
|
266
265
|
flake8-pyproject>=1.2.3
|
|
267
266
|
flake8-docstrings>=1.7.0
|
|
268
|
-
pep8-naming>=0.
|
|
269
|
-
flake8-builtins>=2.
|
|
267
|
+
pep8-naming>=0.14.1
|
|
268
|
+
flake8-builtins>=2.5.0
|
|
270
269
|
flake8-deprecated>=2.2.1
|
|
271
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,6 +175,10 @@ Authors
|
|
|
175
175
|
Changelog
|
|
176
176
|
=========
|
|
177
177
|
|
|
178
|
+
1.1.13 (2024-07-15)
|
|
179
|
+
-------------------
|
|
180
|
+
- Setup (dependencies) update.
|
|
181
|
+
|
|
178
182
|
1.1.12 (2024-01-26)
|
|
179
183
|
-------------------
|
|
180
184
|
- Setup update (now based on tox >= 4.0).
|
|
@@ -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.5
|
|
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
|