renumerate 1.2.4__tar.gz → 1.2.5__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.

Files changed (27) hide show
  1. {renumerate-1.2.4 → renumerate-1.2.5}/CHANGES.rst +5 -0
  2. {renumerate-1.2.4 → renumerate-1.2.5}/LICENSE +1 -1
  3. {renumerate-1.2.4 → renumerate-1.2.5}/PKG-INFO +13 -7
  4. {renumerate-1.2.4 → renumerate-1.2.5}/README.rst +1 -1
  5. {renumerate-1.2.4 → renumerate-1.2.5}/docs/conf.py +1 -0
  6. {renumerate-1.2.4 → renumerate-1.2.5}/pyproject.toml +12 -11
  7. {renumerate-1.2.4 → renumerate-1.2.5}/src/renumerate.egg-info/PKG-INFO +13 -7
  8. {renumerate-1.2.4 → renumerate-1.2.5}/src/renumerate.egg-info/requires.txt +5 -4
  9. {renumerate-1.2.4 → renumerate-1.2.5}/.readthedocs.yml +0 -0
  10. {renumerate-1.2.4 → renumerate-1.2.5}/MANIFEST.in +0 -0
  11. {renumerate-1.2.4 → renumerate-1.2.5}/docs/CHANGES.rst +0 -0
  12. {renumerate-1.2.4 → renumerate-1.2.5}/docs/README.rst +0 -0
  13. {renumerate-1.2.4 → renumerate-1.2.5}/docs/_static/.keep +0 -0
  14. {renumerate-1.2.4 → renumerate-1.2.5}/docs/_templates/.keep +0 -0
  15. {renumerate-1.2.4 → renumerate-1.2.5}/docs/index.rst +0 -0
  16. {renumerate-1.2.4 → renumerate-1.2.5}/setup.cfg +0 -0
  17. {renumerate-1.2.4 → renumerate-1.2.5}/src/renumerate/__about__.py +0 -0
  18. {renumerate-1.2.4 → renumerate-1.2.5}/src/renumerate/__init__.py +0 -0
  19. {renumerate-1.2.4 → renumerate-1.2.5}/src/renumerate/_renumerate.py +0 -0
  20. {renumerate-1.2.4 → renumerate-1.2.5}/src/renumerate.egg-info/SOURCES.txt +0 -0
  21. {renumerate-1.2.4 → renumerate-1.2.5}/src/renumerate.egg-info/dependency_links.txt +0 -0
  22. {renumerate-1.2.4 → renumerate-1.2.5}/src/renumerate.egg-info/top_level.txt +0 -0
  23. {renumerate-1.2.4 → renumerate-1.2.5}/src/renumerate.egg-info/zip-safe +0 -0
  24. {renumerate-1.2.4 → renumerate-1.2.5}/tests/__init__.py +0 -0
  25. {renumerate-1.2.4 → renumerate-1.2.5}/tests/__main__.py +0 -0
  26. {renumerate-1.2.4 → renumerate-1.2.5}/tests/data/.keep +0 -0
  27. {renumerate-1.2.4 → renumerate-1.2.5}/tests/test_main.py +0 -0
@@ -1,6 +1,11 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 1.2.5 (2025-01-20)
5
+ ------------------
6
+ - Copyright year update.
7
+ - Setup (dependencies) update.
8
+
4
9
  1.2.4 (2024-12-13)
5
10
  ------------------
6
11
  - Source distribution (\*.tar.gz now) is compliant with PEP-0625.
@@ -1,6 +1,6 @@
1
1
  zlib License
2
2
 
3
- Copyright (C) 2016-2024 Adam Karpierz
3
+ Copyright (C) 2016-2025 Adam Karpierz
4
4
 
5
5
  This software is provided 'as-is', without any express or implied
6
6
  warranty. In no event will the authors be held liable for any damages
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: renumerate
3
- Version: 1.2.4
3
+ Version: 1.2.5
4
4
  Summary: Reverse enumerate.
5
5
  Author: Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -33,19 +33,20 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
33
33
  Requires-Python: <4.0.0,>=3.9.0
34
34
  Description-Content-Type: text/x-rst; charset=UTF-8
35
35
  License-File: LICENSE
36
- Requires-Dist: setuptools>=75.6.0
37
- Requires-Dist: pkg-about>=1.2.6
36
+ Requires-Dist: setuptools>=75.8.0
37
+ Requires-Dist: pkg-about>=1.2.7
38
38
  Provides-Extra: doc
39
39
  Requires-Dist: Sphinx>=7.4.7; extra == "doc"
40
+ Requires-Dist: sphinx-autodoc-typehints>=2.3.0; extra == "doc"
40
41
  Requires-Dist: sphinx-toolbox>=3.8.1; extra == "doc"
41
42
  Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
42
43
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
43
44
  Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
44
45
  Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
45
46
  Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
46
- Requires-Dist: nbsphinx>=0.9.5; extra == "doc"
47
+ Requires-Dist: nbsphinx>=0.9.6; extra == "doc"
47
48
  Provides-Extra: test
48
- Requires-Dist: deepdiff>=8.0.1; extra == "test"
49
+ Requires-Dist: deepdiff>=8.1.1; extra == "test"
49
50
  Requires-Dist: rich>=13.9.4; extra == "test"
50
51
 
51
52
  renumerate
@@ -166,7 +167,7 @@ Authors
166
167
 
167
168
  .. |package| replace:: renumerate
168
169
  .. |package_bold| replace:: **renumerate**
169
- .. |copyright| replace:: Copyright (c) 2016-2024 Adam Karpierz
170
+ .. |copyright| replace:: Copyright (c) 2016-2025 Adam Karpierz
170
171
  .. |respository| replace:: https://github.com/karpierz/renumerate.git
171
172
  .. _Development page: https://github.com/karpierz/renumerate
172
173
  .. _PyPI record: https://pypi.org/project/renumerate/
@@ -176,6 +177,11 @@ Authors
176
177
  Changelog
177
178
  =========
178
179
 
180
+ 1.2.5 (2025-01-20)
181
+ ------------------
182
+ - Copyright year update.
183
+ - Setup (dependencies) update.
184
+
179
185
  1.2.4 (2024-12-13)
180
186
  ------------------
181
187
  - Source distribution (\*.tar.gz now) is compliant with PEP-0625.
@@ -116,7 +116,7 @@ Authors
116
116
 
117
117
  .. |package| replace:: renumerate
118
118
  .. |package_bold| replace:: **renumerate**
119
- .. |copyright| replace:: Copyright (c) 2016-2024 Adam Karpierz
119
+ .. |copyright| replace:: Copyright (c) 2016-2025 Adam Karpierz
120
120
  .. |respository| replace:: https://github.com/karpierz/renumerate.git
121
121
  .. _Development page: https://github.com/karpierz/renumerate
122
122
  .. _PyPI record: https://pypi.org/project/renumerate/
@@ -48,6 +48,7 @@ extensions = [
48
48
  #'sphinx.ext.coverage',
49
49
  'sphinx.ext.ifconfig',
50
50
  'sphinx.ext.napoleon',
51
+ 'sphinx_autodoc_typehints',
51
52
  #'sphinx_toolbox',
52
53
  'sphinx_tabs.tabs',
53
54
  'sphinx_copybutton',
@@ -3,11 +3,11 @@
3
3
 
4
4
  [build-system]
5
5
  build-backend = 'setuptools.build_meta'
6
- requires = ['setuptools>=75.6.0', 'packaging>=24.2.0', 'tox>=4.23.2']
6
+ requires = ['setuptools>=75.8.0', 'packaging>=24.2.0', 'tox>=4.23.2']
7
7
 
8
8
  [project]
9
9
  name = 'renumerate'
10
- version = '1.2.4'
10
+ version = '1.2.5'
11
11
  description = 'Reverse enumerate.'
12
12
  urls.Homepage = 'https://pypi.org/project/renumerate/'
13
13
  urls.Documentation = 'https://renumerate.readthedocs.io/'
@@ -45,23 +45,24 @@ classifiers = [
45
45
  requires-python = '>=3.9.0,<4.0.0'
46
46
  dependencies = [
47
47
  # mandatory
48
- 'setuptools>=75.6.0',
49
- 'pkg-about>=1.2.6',
48
+ 'setuptools>=75.8.0',
49
+ 'pkg-about>=1.2.7',
50
50
  # others
51
51
  ]
52
52
  dynamic = ['readme']
53
53
  optional-dependencies.'doc' = [
54
54
  'Sphinx>=7.4.7',
55
+ 'sphinx-autodoc-typehints>=2.3.0',
55
56
  'sphinx-toolbox>=3.8.1',
56
57
  'sphinx-tabs>=3.4.5', # don't touch! sphinx-toolbox requires <3.4.7
57
58
  'sphinx-copybutton>=0.5.2',
58
59
  'sphinxcontrib-spelling>=8.0.0',
59
60
  'sphinx-lint>=1.0.0',
60
61
  'restructuredtext-lint>=1.4.0',
61
- 'nbsphinx>=0.9.5',
62
+ 'nbsphinx>=0.9.6',
62
63
  ]
63
64
  optional-dependencies.'test' = [
64
- 'deepdiff>=8.0.1',
65
+ 'deepdiff>=8.1.1',
65
66
  'rich>=13.9.4',
66
67
  ]
67
68
 
@@ -159,9 +160,8 @@ min_version = '4.23.2'
159
160
  skip_missing_interpreters = true
160
161
  requires = [
161
162
  {replace='ref',of=['tool','tox','_','base','deps'],extend=true},
162
- 'virtualenv>=20.28.0',
163
- 'tox-backtick>=0.5.5',
164
- 'tox-tags>=0.2.0',
163
+ 'virtualenv>=20.29.1',
164
+ 'tox-backtick>=0.5.6',
165
165
  ]
166
166
  [tool.tox.labels]
167
167
  py = ['py39','py310','py311','py312','py313', 'pypy39','pypy310']
@@ -176,11 +176,12 @@ deploy = [{replace='ref',of=['tool','tox','labels','build'],extend=true}, 'publi
176
176
  base_python = ['python3.12']
177
177
  deps = [
178
178
  'pip>=24.3.1',
179
- 'setuptools>=75.6.0',
179
+ 'setuptools>=75.8.0',
180
180
  ]
181
181
  package_subdir = 'renumerate'
182
182
 
183
183
  [tool.tox.env_run_base]
184
+ description = "Run tests under {base_python}"
184
185
  set_env.PYTHONDONTWRITEBYTECODE = '1'
185
186
  set_env.PKG_PVER = "`python -W ignore -c \"import platform ; print(''.join(platform.python_version_tuple()[:2]), end='')\" 2> nul`"
186
187
  set_env.PKG_NAME = "`python -W ignore -c \"import setuptools ; setuptools._distutils.core._setup_stop_after='config' ; print(setuptools.setup().metadata.get_name(), end='')\" 2> nul`"
@@ -217,7 +218,7 @@ commands = [
217
218
  ]
218
219
  deps = [
219
220
  {replace='ref',of=['tool','tox','env_run_base','deps'],extend=true},
220
- 'coverage>=7.6.9',
221
+ 'coverage>=7.6.10',
221
222
  'covdefaults>=2.3.0',
222
223
  'diff-cover>=9.2.0',
223
224
  ]
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: renumerate
3
- Version: 1.2.4
3
+ Version: 1.2.5
4
4
  Summary: Reverse enumerate.
5
5
  Author: Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -33,19 +33,20 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
33
33
  Requires-Python: <4.0.0,>=3.9.0
34
34
  Description-Content-Type: text/x-rst; charset=UTF-8
35
35
  License-File: LICENSE
36
- Requires-Dist: setuptools>=75.6.0
37
- Requires-Dist: pkg-about>=1.2.6
36
+ Requires-Dist: setuptools>=75.8.0
37
+ Requires-Dist: pkg-about>=1.2.7
38
38
  Provides-Extra: doc
39
39
  Requires-Dist: Sphinx>=7.4.7; extra == "doc"
40
+ Requires-Dist: sphinx-autodoc-typehints>=2.3.0; extra == "doc"
40
41
  Requires-Dist: sphinx-toolbox>=3.8.1; extra == "doc"
41
42
  Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
42
43
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
43
44
  Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
44
45
  Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
45
46
  Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
46
- Requires-Dist: nbsphinx>=0.9.5; extra == "doc"
47
+ Requires-Dist: nbsphinx>=0.9.6; extra == "doc"
47
48
  Provides-Extra: test
48
- Requires-Dist: deepdiff>=8.0.1; extra == "test"
49
+ Requires-Dist: deepdiff>=8.1.1; extra == "test"
49
50
  Requires-Dist: rich>=13.9.4; extra == "test"
50
51
 
51
52
  renumerate
@@ -166,7 +167,7 @@ Authors
166
167
 
167
168
  .. |package| replace:: renumerate
168
169
  .. |package_bold| replace:: **renumerate**
169
- .. |copyright| replace:: Copyright (c) 2016-2024 Adam Karpierz
170
+ .. |copyright| replace:: Copyright (c) 2016-2025 Adam Karpierz
170
171
  .. |respository| replace:: https://github.com/karpierz/renumerate.git
171
172
  .. _Development page: https://github.com/karpierz/renumerate
172
173
  .. _PyPI record: https://pypi.org/project/renumerate/
@@ -176,6 +177,11 @@ Authors
176
177
  Changelog
177
178
  =========
178
179
 
180
+ 1.2.5 (2025-01-20)
181
+ ------------------
182
+ - Copyright year update.
183
+ - Setup (dependencies) update.
184
+
179
185
  1.2.4 (2024-12-13)
180
186
  ------------------
181
187
  - Source distribution (\*.tar.gz now) is compliant with PEP-0625.
@@ -1,16 +1,17 @@
1
- setuptools>=75.6.0
2
- pkg-about>=1.2.6
1
+ setuptools>=75.8.0
2
+ pkg-about>=1.2.7
3
3
 
4
4
  [doc]
5
5
  Sphinx>=7.4.7
6
+ sphinx-autodoc-typehints>=2.3.0
6
7
  sphinx-toolbox>=3.8.1
7
8
  sphinx-tabs>=3.4.5
8
9
  sphinx-copybutton>=0.5.2
9
10
  sphinxcontrib-spelling>=8.0.0
10
11
  sphinx-lint>=1.0.0
11
12
  restructuredtext-lint>=1.4.0
12
- nbsphinx>=0.9.5
13
+ nbsphinx>=0.9.6
13
14
 
14
15
  [test]
15
- deepdiff>=8.0.1
16
+ deepdiff>=8.1.1
16
17
  rich>=13.9.4
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