renumerate 1.3.0__tar.gz → 1.3.2__tar.gz
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.0 → renumerate-1.3.2}/CHANGES.rst +8 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/PKG-INFO +14 -7
- {renumerate-1.3.0 → renumerate-1.3.2}/pyproject.toml +19 -20
- {renumerate-1.3.0 → renumerate-1.3.2}/src/renumerate.egg-info/PKG-INFO +14 -7
- {renumerate-1.3.0 → renumerate-1.3.2}/src/renumerate.egg-info/requires.txt +4 -4
- {renumerate-1.3.0 → renumerate-1.3.2}/.readthedocs.yml +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/LICENSE +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/MANIFEST.in +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/README.rst +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/docs/CHANGES.rst +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/docs/README.rst +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/docs/_static/.keep +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/docs/_templates/.keep +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/docs/conf.py +1 -1
- {renumerate-1.3.0 → renumerate-1.3.2}/docs/index.rst +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/setup.cfg +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/src/renumerate/__about__.py +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/src/renumerate/__init__.py +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/src/renumerate/_renumerate.py +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/src/renumerate.egg-info/SOURCES.txt +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/src/renumerate.egg-info/dependency_links.txt +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/src/renumerate.egg-info/top_level.txt +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/src/renumerate.egg-info/zip-safe +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/tests/__init__.py +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/tests/__main__.py +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/tests/data/.keep +0 -0
- {renumerate-1.3.0 → renumerate-1.3.2}/tests/test_main.py +0 -0
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
1.3.2 (2025-05-15)
|
|
5
|
+
------------------
|
|
6
|
+
- Setup (dependencies) update (due to regressions in tox and setuptools).
|
|
7
|
+
|
|
8
|
+
1.3.1 (2025-05-04)
|
|
9
|
+
------------------
|
|
10
|
+
- Setup (dependencies) update.
|
|
11
|
+
|
|
4
12
|
1.3.0 (2025-04-28)
|
|
5
13
|
------------------
|
|
6
14
|
- Add support for Python 3.14
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: renumerate
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.2
|
|
4
4
|
Summary: Reverse enumerate.
|
|
5
5
|
Author: Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
7
7
|
Maintainer: Adam Karpierz
|
|
8
8
|
Maintainer-email: adam@karpierz.net
|
|
9
|
-
License:
|
|
9
|
+
License-Expression: Zlib
|
|
10
10
|
Project-URL: Homepage, https://pypi.org/project/renumerate/
|
|
11
11
|
Project-URL: Documentation, https://renumerate.readthedocs.io/
|
|
12
12
|
Project-URL: Download, https://pypi.org/project/renumerate/
|
|
@@ -16,7 +16,6 @@ Keywords: renumerate,enumerate
|
|
|
16
16
|
Platform: any
|
|
17
17
|
Classifier: Development Status :: 5 - Production/Stable
|
|
18
18
|
Classifier: Intended Audience :: Developers
|
|
19
|
-
Classifier: License :: OSI Approved :: zlib/libpng License
|
|
20
19
|
Classifier: Operating System :: OS Independent
|
|
21
20
|
Classifier: Natural Language :: Polish
|
|
22
21
|
Classifier: Programming Language :: Python
|
|
@@ -33,12 +32,12 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
33
32
|
Requires-Python: <4.0.0,>=3.10.0
|
|
34
33
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
35
34
|
License-File: LICENSE
|
|
36
|
-
Requires-Dist: setuptools>=80.
|
|
37
|
-
Requires-Dist: pkg-about>=1.3.
|
|
35
|
+
Requires-Dist: setuptools>=80.7.1
|
|
36
|
+
Requires-Dist: pkg-about>=1.3.4
|
|
38
37
|
Provides-Extra: doc
|
|
39
38
|
Requires-Dist: Sphinx>=8.1.3; extra == "doc"
|
|
40
39
|
Requires-Dist: sphinx-autodoc-typehints>=3.0.1; extra == "doc"
|
|
41
|
-
Requires-Dist: sphinx-toolbox>=
|
|
40
|
+
Requires-Dist: sphinx-toolbox>=4.0.0; extra == "doc"
|
|
42
41
|
Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
|
|
43
42
|
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
44
43
|
Requires-Dist: sphinxcontrib-spelling>=8.0.1; extra == "doc"
|
|
@@ -46,7 +45,7 @@ Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
|
|
|
46
45
|
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
|
|
47
46
|
Requires-Dist: nbsphinx>=0.9.7; extra == "doc"
|
|
48
47
|
Provides-Extra: test
|
|
49
|
-
Requires-Dist: deepdiff>=8.
|
|
48
|
+
Requires-Dist: deepdiff>=8.5.0; extra == "test"
|
|
50
49
|
Requires-Dist: rich>=14.0.0; extra == "test"
|
|
51
50
|
Dynamic: license-file
|
|
52
51
|
|
|
@@ -178,6 +177,14 @@ Authors
|
|
|
178
177
|
Changelog
|
|
179
178
|
=========
|
|
180
179
|
|
|
180
|
+
1.3.2 (2025-05-15)
|
|
181
|
+
------------------
|
|
182
|
+
- Setup (dependencies) update (due to regressions in tox and setuptools).
|
|
183
|
+
|
|
184
|
+
1.3.1 (2025-05-04)
|
|
185
|
+
------------------
|
|
186
|
+
- Setup (dependencies) update.
|
|
187
|
+
|
|
181
188
|
1.3.0 (2025-04-28)
|
|
182
189
|
------------------
|
|
183
190
|
- Add support for Python 3.14
|
|
@@ -3,18 +3,12 @@
|
|
|
3
3
|
|
|
4
4
|
[build-system]
|
|
5
5
|
build-backend = 'setuptools.build_meta'
|
|
6
|
-
requires = ['setuptools>=80.
|
|
6
|
+
requires = ['setuptools>=80.7.1', 'packaging>=25.0.0', 'tox>=4.26.0']
|
|
7
7
|
|
|
8
8
|
[project]
|
|
9
9
|
name = 'renumerate'
|
|
10
|
-
version = '1.3.
|
|
10
|
+
version = '1.3.2'
|
|
11
11
|
description = 'Reverse enumerate.'
|
|
12
|
-
urls.Homepage = 'https://pypi.org/project/renumerate/'
|
|
13
|
-
urls.Documentation = 'https://renumerate.readthedocs.io/'
|
|
14
|
-
urls.Download = 'https://pypi.org/project/renumerate/'
|
|
15
|
-
urls.Source = 'https://github.com/karpierz/renumerate'
|
|
16
|
-
urls.Issues = 'https://github.com/karpierz/renumerate/issues'
|
|
17
|
-
license = { text = 'zlib/libpng License ; https://opensource.org/license/zlib' }
|
|
18
12
|
authors = [
|
|
19
13
|
{ name = 'Adam Karpierz' },
|
|
20
14
|
{ email = 'adam@karpierz.net' },
|
|
@@ -23,11 +17,17 @@ maintainers = [
|
|
|
23
17
|
{ name = 'Adam Karpierz' },
|
|
24
18
|
{ email = 'adam@karpierz.net' },
|
|
25
19
|
]
|
|
20
|
+
license = 'Zlib'
|
|
21
|
+
license-files = ['LICENSE']
|
|
22
|
+
urls.Homepage = 'https://pypi.org/project/renumerate/'
|
|
23
|
+
urls.Documentation = 'https://renumerate.readthedocs.io/'
|
|
24
|
+
urls.Download = 'https://pypi.org/project/renumerate/'
|
|
25
|
+
urls.Source = 'https://github.com/karpierz/renumerate'
|
|
26
|
+
urls.Issues = 'https://github.com/karpierz/renumerate/issues'
|
|
26
27
|
keywords = ['renumerate', 'enumerate']
|
|
27
28
|
classifiers = [
|
|
28
29
|
'Development Status :: 5 - Production/Stable',
|
|
29
30
|
'Intended Audience :: Developers',
|
|
30
|
-
'License :: OSI Approved :: zlib/libpng License',
|
|
31
31
|
'Operating System :: OS Independent',
|
|
32
32
|
'Natural Language :: Polish',
|
|
33
33
|
'Programming Language :: Python',
|
|
@@ -45,15 +45,15 @@ classifiers = [
|
|
|
45
45
|
requires-python = '>=3.10.0,<4.0.0'
|
|
46
46
|
dependencies = [
|
|
47
47
|
# mandatory
|
|
48
|
-
'setuptools>=80.
|
|
49
|
-
'pkg-about>=1.3.
|
|
48
|
+
'setuptools>=80.7.1',
|
|
49
|
+
'pkg-about>=1.3.4',
|
|
50
50
|
# others
|
|
51
51
|
]
|
|
52
52
|
dynamic = ['readme']
|
|
53
53
|
optional-dependencies.'doc' = [
|
|
54
54
|
'Sphinx>=8.1.3',
|
|
55
55
|
'sphinx-autodoc-typehints>=3.0.1',
|
|
56
|
-
'sphinx-toolbox>=
|
|
56
|
+
'sphinx-toolbox>=4.0.0',
|
|
57
57
|
'sphinx-tabs>=3.4.5', # don't touch! sphinx-toolbox requires <3.4.7
|
|
58
58
|
'sphinx-copybutton>=0.5.2',
|
|
59
59
|
'sphinxcontrib-spelling>=8.0.1',
|
|
@@ -62,7 +62,7 @@ optional-dependencies.'doc' = [
|
|
|
62
62
|
'nbsphinx>=0.9.7',
|
|
63
63
|
]
|
|
64
64
|
optional-dependencies.'test' = [
|
|
65
|
-
'deepdiff>=8.
|
|
65
|
+
'deepdiff>=8.5.0',
|
|
66
66
|
'rich>=14.0.0',
|
|
67
67
|
]
|
|
68
68
|
|
|
@@ -79,7 +79,6 @@ optional-dependencies.'test' = [
|
|
|
79
79
|
readme = { file = ['README.rst', 'CHANGES.rst'], content-type = 'text/x-rst; charset=UTF-8' }
|
|
80
80
|
|
|
81
81
|
[tool.setuptools]
|
|
82
|
-
license-files = ['LICENSE']
|
|
83
82
|
include-package-data = true
|
|
84
83
|
platforms = ['any']
|
|
85
84
|
zip-safe = true
|
|
@@ -156,12 +155,12 @@ count = true
|
|
|
156
155
|
|
|
157
156
|
[tool.tox]
|
|
158
157
|
env_list = [{replace='ref',of=['tool','tox','labels','py'],extend=true}, 'coverage', 'lint', 'docs']
|
|
159
|
-
min_version = '4.
|
|
158
|
+
min_version = '4.26.0'
|
|
160
159
|
skip_missing_interpreters = true
|
|
161
160
|
requires = [
|
|
162
161
|
{replace='ref',of=['tool','tox','_','base','deps'],extend=true},
|
|
163
|
-
'virtualenv>=20.
|
|
164
|
-
'tox-backtick>=0.6.
|
|
162
|
+
'virtualenv>=20.31.2',
|
|
163
|
+
'tox-backtick>=0.6.2',
|
|
165
164
|
]
|
|
166
165
|
[tool.tox.labels]
|
|
167
166
|
py = ['py310','py311','py312','py313','py314', 'pypy310','pypy311']
|
|
@@ -175,8 +174,8 @@ deploy = [{replace='ref',of=['tool','tox','labels','build'],extend=true}, 'publi
|
|
|
175
174
|
[tool.tox._.base]
|
|
176
175
|
base_python = ['python3.13']
|
|
177
176
|
deps = [
|
|
178
|
-
'pip>=25.1.
|
|
179
|
-
'setuptools>=80.
|
|
177
|
+
'pip>=25.1.1',
|
|
178
|
+
'setuptools>=80.7.1',
|
|
180
179
|
]
|
|
181
180
|
package_subdir = 'renumerate'
|
|
182
181
|
|
|
@@ -275,7 +274,7 @@ deps = [
|
|
|
275
274
|
'flake8>=7.2.0',
|
|
276
275
|
'flake8-pyproject>=1.2.3',
|
|
277
276
|
'flake8-docstrings>=1.7.0',
|
|
278
|
-
'pep8-naming>=0.
|
|
277
|
+
'pep8-naming>=0.15.1',
|
|
279
278
|
'flake8-builtins>=2.5.0',
|
|
280
279
|
'flake8-deprecated>=2.2.1',
|
|
281
280
|
]
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: renumerate
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.2
|
|
4
4
|
Summary: Reverse enumerate.
|
|
5
5
|
Author: Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
7
7
|
Maintainer: Adam Karpierz
|
|
8
8
|
Maintainer-email: adam@karpierz.net
|
|
9
|
-
License:
|
|
9
|
+
License-Expression: Zlib
|
|
10
10
|
Project-URL: Homepage, https://pypi.org/project/renumerate/
|
|
11
11
|
Project-URL: Documentation, https://renumerate.readthedocs.io/
|
|
12
12
|
Project-URL: Download, https://pypi.org/project/renumerate/
|
|
@@ -16,7 +16,6 @@ Keywords: renumerate,enumerate
|
|
|
16
16
|
Platform: any
|
|
17
17
|
Classifier: Development Status :: 5 - Production/Stable
|
|
18
18
|
Classifier: Intended Audience :: Developers
|
|
19
|
-
Classifier: License :: OSI Approved :: zlib/libpng License
|
|
20
19
|
Classifier: Operating System :: OS Independent
|
|
21
20
|
Classifier: Natural Language :: Polish
|
|
22
21
|
Classifier: Programming Language :: Python
|
|
@@ -33,12 +32,12 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
33
32
|
Requires-Python: <4.0.0,>=3.10.0
|
|
34
33
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
35
34
|
License-File: LICENSE
|
|
36
|
-
Requires-Dist: setuptools>=80.
|
|
37
|
-
Requires-Dist: pkg-about>=1.3.
|
|
35
|
+
Requires-Dist: setuptools>=80.7.1
|
|
36
|
+
Requires-Dist: pkg-about>=1.3.4
|
|
38
37
|
Provides-Extra: doc
|
|
39
38
|
Requires-Dist: Sphinx>=8.1.3; extra == "doc"
|
|
40
39
|
Requires-Dist: sphinx-autodoc-typehints>=3.0.1; extra == "doc"
|
|
41
|
-
Requires-Dist: sphinx-toolbox>=
|
|
40
|
+
Requires-Dist: sphinx-toolbox>=4.0.0; extra == "doc"
|
|
42
41
|
Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
|
|
43
42
|
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
44
43
|
Requires-Dist: sphinxcontrib-spelling>=8.0.1; extra == "doc"
|
|
@@ -46,7 +45,7 @@ Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
|
|
|
46
45
|
Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
|
|
47
46
|
Requires-Dist: nbsphinx>=0.9.7; extra == "doc"
|
|
48
47
|
Provides-Extra: test
|
|
49
|
-
Requires-Dist: deepdiff>=8.
|
|
48
|
+
Requires-Dist: deepdiff>=8.5.0; extra == "test"
|
|
50
49
|
Requires-Dist: rich>=14.0.0; extra == "test"
|
|
51
50
|
Dynamic: license-file
|
|
52
51
|
|
|
@@ -178,6 +177,14 @@ Authors
|
|
|
178
177
|
Changelog
|
|
179
178
|
=========
|
|
180
179
|
|
|
180
|
+
1.3.2 (2025-05-15)
|
|
181
|
+
------------------
|
|
182
|
+
- Setup (dependencies) update (due to regressions in tox and setuptools).
|
|
183
|
+
|
|
184
|
+
1.3.1 (2025-05-04)
|
|
185
|
+
------------------
|
|
186
|
+
- Setup (dependencies) update.
|
|
187
|
+
|
|
181
188
|
1.3.0 (2025-04-28)
|
|
182
189
|
------------------
|
|
183
190
|
- Add support for Python 3.14
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
setuptools>=80.
|
|
2
|
-
pkg-about>=1.3.
|
|
1
|
+
setuptools>=80.7.1
|
|
2
|
+
pkg-about>=1.3.4
|
|
3
3
|
|
|
4
4
|
[doc]
|
|
5
5
|
Sphinx>=8.1.3
|
|
6
6
|
sphinx-autodoc-typehints>=3.0.1
|
|
7
|
-
sphinx-toolbox>=
|
|
7
|
+
sphinx-toolbox>=4.0.0
|
|
8
8
|
sphinx-tabs>=3.4.5
|
|
9
9
|
sphinx-copybutton>=0.5.2
|
|
10
10
|
sphinxcontrib-spelling>=8.0.1
|
|
@@ -13,5 +13,5 @@ restructuredtext-lint>=1.4.0
|
|
|
13
13
|
nbsphinx>=0.9.7
|
|
14
14
|
|
|
15
15
|
[test]
|
|
16
|
-
deepdiff>=8.
|
|
16
|
+
deepdiff>=8.5.0
|
|
17
17
|
rich>=14.0.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
|
|
@@ -23,8 +23,8 @@ def setup(app):
|
|
|
23
23
|
# -- Project information -----------------------------------------------------
|
|
24
24
|
|
|
25
25
|
project = about.__title__
|
|
26
|
-
copyright = about.__copyright__
|
|
27
26
|
author = about.__author__
|
|
27
|
+
copyright = about.__copyright__
|
|
28
28
|
|
|
29
29
|
# The full version, including alpha/beta/rc tags
|
|
30
30
|
release = about.__version__
|
|
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
|