renumerate 1.2.6__tar.gz → 1.2.7__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.6 → renumerate-1.2.7}/CHANGES.rst +4 -0
  2. {renumerate-1.2.6 → renumerate-1.2.7}/PKG-INFO +8 -4
  3. {renumerate-1.2.6 → renumerate-1.2.7}/pyproject.toml +8 -8
  4. {renumerate-1.2.6 → renumerate-1.2.7}/src/renumerate.egg-info/PKG-INFO +8 -4
  5. {renumerate-1.2.6 → renumerate-1.2.7}/src/renumerate.egg-info/requires.txt +3 -3
  6. {renumerate-1.2.6 → renumerate-1.2.7}/.readthedocs.yml +0 -0
  7. {renumerate-1.2.6 → renumerate-1.2.7}/LICENSE +0 -0
  8. {renumerate-1.2.6 → renumerate-1.2.7}/MANIFEST.in +0 -0
  9. {renumerate-1.2.6 → renumerate-1.2.7}/README.rst +0 -0
  10. {renumerate-1.2.6 → renumerate-1.2.7}/docs/CHANGES.rst +0 -0
  11. {renumerate-1.2.6 → renumerate-1.2.7}/docs/README.rst +0 -0
  12. {renumerate-1.2.6 → renumerate-1.2.7}/docs/_static/.keep +0 -0
  13. {renumerate-1.2.6 → renumerate-1.2.7}/docs/_templates/.keep +0 -0
  14. {renumerate-1.2.6 → renumerate-1.2.7}/docs/conf.py +0 -0
  15. {renumerate-1.2.6 → renumerate-1.2.7}/docs/index.rst +0 -0
  16. {renumerate-1.2.6 → renumerate-1.2.7}/setup.cfg +0 -0
  17. {renumerate-1.2.6 → renumerate-1.2.7}/src/renumerate/__about__.py +0 -0
  18. {renumerate-1.2.6 → renumerate-1.2.7}/src/renumerate/__init__.py +0 -0
  19. {renumerate-1.2.6 → renumerate-1.2.7}/src/renumerate/_renumerate.py +0 -0
  20. {renumerate-1.2.6 → renumerate-1.2.7}/src/renumerate.egg-info/SOURCES.txt +0 -0
  21. {renumerate-1.2.6 → renumerate-1.2.7}/src/renumerate.egg-info/dependency_links.txt +0 -0
  22. {renumerate-1.2.6 → renumerate-1.2.7}/src/renumerate.egg-info/top_level.txt +0 -0
  23. {renumerate-1.2.6 → renumerate-1.2.7}/src/renumerate.egg-info/zip-safe +0 -0
  24. {renumerate-1.2.6 → renumerate-1.2.7}/tests/__init__.py +0 -0
  25. {renumerate-1.2.6 → renumerate-1.2.7}/tests/__main__.py +0 -0
  26. {renumerate-1.2.6 → renumerate-1.2.7}/tests/data/.keep +0 -0
  27. {renumerate-1.2.6 → renumerate-1.2.7}/tests/test_main.py +0 -0
@@ -1,6 +1,10 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 1.2.7 (2025-02-14)
5
+ ------------------
6
+ - Setup (dependencies) update.
7
+
4
8
  1.2.6 (2025-01-25)
5
9
  ------------------
6
10
  - Setup (dependencies) update.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: renumerate
3
- Version: 1.2.6
3
+ Version: 1.2.7
4
4
  Summary: Reverse enumerate.
5
5
  Author: Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -34,11 +34,11 @@ 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
36
  Requires-Dist: setuptools>=75.8.0
37
- Requires-Dist: pkg-about>=1.2.8
37
+ Requires-Dist: pkg-about>=1.2.9
38
38
  Provides-Extra: doc
39
39
  Requires-Dist: Sphinx>=7.4.7; extra == "doc"
40
40
  Requires-Dist: sphinx-autodoc-typehints>=2.3.0; extra == "doc"
41
- Requires-Dist: sphinx-toolbox>=3.8.1; extra == "doc"
41
+ Requires-Dist: sphinx-toolbox>=3.8.2; extra == "doc"
42
42
  Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
43
43
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
44
44
  Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
@@ -46,7 +46,7 @@ Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
46
46
  Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
47
47
  Requires-Dist: nbsphinx>=0.9.6; extra == "doc"
48
48
  Provides-Extra: test
49
- Requires-Dist: deepdiff>=8.1.1; extra == "test"
49
+ Requires-Dist: deepdiff>=8.2.0; extra == "test"
50
50
  Requires-Dist: rich>=13.9.4; extra == "test"
51
51
 
52
52
  renumerate
@@ -177,6 +177,10 @@ Authors
177
177
  Changelog
178
178
  =========
179
179
 
180
+ 1.2.7 (2025-02-14)
181
+ ------------------
182
+ - Setup (dependencies) update.
183
+
180
184
  1.2.6 (2025-01-25)
181
185
  ------------------
182
186
  - Setup (dependencies) update.
@@ -7,7 +7,7 @@ requires = ['setuptools>=75.8.0', 'packaging>=24.2.0', 'tox>=4.24.1']
7
7
 
8
8
  [project]
9
9
  name = 'renumerate'
10
- version = '1.2.6'
10
+ version = '1.2.7'
11
11
  description = 'Reverse enumerate.'
12
12
  urls.Homepage = 'https://pypi.org/project/renumerate/'
13
13
  urls.Documentation = 'https://renumerate.readthedocs.io/'
@@ -46,14 +46,14 @@ requires-python = '>=3.9.0,<4.0.0'
46
46
  dependencies = [
47
47
  # mandatory
48
48
  'setuptools>=75.8.0',
49
- 'pkg-about>=1.2.8',
49
+ 'pkg-about>=1.2.9',
50
50
  # others
51
51
  ]
52
52
  dynamic = ['readme']
53
53
  optional-dependencies.'doc' = [
54
54
  'Sphinx>=7.4.7',
55
55
  'sphinx-autodoc-typehints>=2.3.0',
56
- 'sphinx-toolbox>=3.8.1',
56
+ 'sphinx-toolbox>=3.8.2',
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.0',
@@ -62,7 +62,7 @@ optional-dependencies.'doc' = [
62
62
  'nbsphinx>=0.9.6',
63
63
  ]
64
64
  optional-dependencies.'test' = [
65
- 'deepdiff>=8.1.1',
65
+ 'deepdiff>=8.2.0',
66
66
  'rich>=13.9.4',
67
67
  ]
68
68
 
@@ -160,8 +160,8 @@ min_version = '4.24.1'
160
160
  skip_missing_interpreters = true
161
161
  requires = [
162
162
  {replace='ref',of=['tool','tox','_','base','deps'],extend=true},
163
- 'virtualenv>=20.29.1',
164
- 'tox-backtick>=0.5.7',
163
+ 'virtualenv>=20.29.2',
164
+ 'tox-backtick>=0.5.8',
165
165
  ]
166
166
  [tool.tox.labels]
167
167
  py = ['py39','py310','py311','py312','py313', 'pypy39','pypy310']
@@ -175,7 +175,7 @@ deploy = [{replace='ref',of=['tool','tox','labels','build'],extend=true}, 'publi
175
175
  [tool.tox._.base]
176
176
  base_python = ['python3.12']
177
177
  deps = [
178
- 'pip>=24.3.1',
178
+ 'pip>=25.0.1',
179
179
  'setuptools>=75.8.0',
180
180
  ]
181
181
  package_subdir = 'renumerate'
@@ -218,7 +218,7 @@ commands = [
218
218
  ]
219
219
  deps = [
220
220
  {replace='ref',of=['tool','tox','env_run_base','deps'],extend=true},
221
- 'coverage>=7.6.10',
221
+ 'coverage>=7.6.12',
222
222
  'covdefaults>=2.3.0',
223
223
  'diff-cover>=9.2.0',
224
224
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: renumerate
3
- Version: 1.2.6
3
+ Version: 1.2.7
4
4
  Summary: Reverse enumerate.
5
5
  Author: Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -34,11 +34,11 @@ 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
36
  Requires-Dist: setuptools>=75.8.0
37
- Requires-Dist: pkg-about>=1.2.8
37
+ Requires-Dist: pkg-about>=1.2.9
38
38
  Provides-Extra: doc
39
39
  Requires-Dist: Sphinx>=7.4.7; extra == "doc"
40
40
  Requires-Dist: sphinx-autodoc-typehints>=2.3.0; extra == "doc"
41
- Requires-Dist: sphinx-toolbox>=3.8.1; extra == "doc"
41
+ Requires-Dist: sphinx-toolbox>=3.8.2; extra == "doc"
42
42
  Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
43
43
  Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
44
44
  Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
@@ -46,7 +46,7 @@ Requires-Dist: sphinx-lint>=1.0.0; extra == "doc"
46
46
  Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
47
47
  Requires-Dist: nbsphinx>=0.9.6; extra == "doc"
48
48
  Provides-Extra: test
49
- Requires-Dist: deepdiff>=8.1.1; extra == "test"
49
+ Requires-Dist: deepdiff>=8.2.0; extra == "test"
50
50
  Requires-Dist: rich>=13.9.4; extra == "test"
51
51
 
52
52
  renumerate
@@ -177,6 +177,10 @@ Authors
177
177
  Changelog
178
178
  =========
179
179
 
180
+ 1.2.7 (2025-02-14)
181
+ ------------------
182
+ - Setup (dependencies) update.
183
+
180
184
  1.2.6 (2025-01-25)
181
185
  ------------------
182
186
  - Setup (dependencies) update.
@@ -1,10 +1,10 @@
1
1
  setuptools>=75.8.0
2
- pkg-about>=1.2.8
2
+ pkg-about>=1.2.9
3
3
 
4
4
  [doc]
5
5
  Sphinx>=7.4.7
6
6
  sphinx-autodoc-typehints>=2.3.0
7
- sphinx-toolbox>=3.8.1
7
+ sphinx-toolbox>=3.8.2
8
8
  sphinx-tabs>=3.4.5
9
9
  sphinx-copybutton>=0.5.2
10
10
  sphinxcontrib-spelling>=8.0.0
@@ -13,5 +13,5 @@ restructuredtext-lint>=1.4.0
13
13
  nbsphinx>=0.9.6
14
14
 
15
15
  [test]
16
- deepdiff>=8.1.1
16
+ deepdiff>=8.2.0
17
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
File without changes
File without changes
File without changes