renumerate 1.3.3__tar.gz → 1.3.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.3.3 → renumerate-1.3.5}/CHANGES.rst +8 -0
  2. {renumerate-1.3.3 → renumerate-1.3.5}/PKG-INFO +11 -3
  3. {renumerate-1.3.3 → renumerate-1.3.5}/pyproject.toml +15 -13
  4. {renumerate-1.3.3 → renumerate-1.3.5}/src/renumerate.egg-info/PKG-INFO +11 -3
  5. {renumerate-1.3.3 → renumerate-1.3.5}/src/renumerate.egg-info/requires.txt +2 -2
  6. {renumerate-1.3.3 → renumerate-1.3.5}/.readthedocs.yml +0 -0
  7. {renumerate-1.3.3 → renumerate-1.3.5}/LICENSE +0 -0
  8. {renumerate-1.3.3 → renumerate-1.3.5}/MANIFEST.in +0 -0
  9. {renumerate-1.3.3 → renumerate-1.3.5}/README.rst +0 -0
  10. {renumerate-1.3.3 → renumerate-1.3.5}/docs/CHANGES.rst +0 -0
  11. {renumerate-1.3.3 → renumerate-1.3.5}/docs/README.rst +0 -0
  12. {renumerate-1.3.3 → renumerate-1.3.5}/docs/_static/.keep +0 -0
  13. {renumerate-1.3.3 → renumerate-1.3.5}/docs/_templates/.keep +0 -0
  14. {renumerate-1.3.3 → renumerate-1.3.5}/docs/conf.py +0 -0
  15. {renumerate-1.3.3 → renumerate-1.3.5}/docs/index.rst +0 -0
  16. {renumerate-1.3.3 → renumerate-1.3.5}/setup.cfg +0 -0
  17. {renumerate-1.3.3 → renumerate-1.3.5}/src/renumerate/__about__.py +0 -0
  18. {renumerate-1.3.3 → renumerate-1.3.5}/src/renumerate/__init__.py +0 -0
  19. {renumerate-1.3.3 → renumerate-1.3.5}/src/renumerate/_renumerate.py +0 -0
  20. {renumerate-1.3.3 → renumerate-1.3.5}/src/renumerate.egg-info/SOURCES.txt +0 -0
  21. {renumerate-1.3.3 → renumerate-1.3.5}/src/renumerate.egg-info/dependency_links.txt +0 -0
  22. {renumerate-1.3.3 → renumerate-1.3.5}/src/renumerate.egg-info/top_level.txt +0 -0
  23. {renumerate-1.3.3 → renumerate-1.3.5}/src/renumerate.egg-info/zip-safe +0 -0
  24. {renumerate-1.3.3 → renumerate-1.3.5}/tests/__init__.py +0 -0
  25. {renumerate-1.3.3 → renumerate-1.3.5}/tests/__main__.py +0 -0
  26. {renumerate-1.3.3 → renumerate-1.3.5}/tests/data/.keep +0 -0
  27. {renumerate-1.3.3 → renumerate-1.3.5}/tests/test_main.py +0 -0
@@ -1,6 +1,14 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 1.3.5 (2025-07-07)
5
+ ------------------
6
+ - Setup (dependencies) update.
7
+
8
+ 1.3.4 (2025-06-11)
9
+ ------------------
10
+ - Setup (dependencies) update.
11
+
4
12
  1.3.3 (2025-05-15)
5
13
  ------------------
6
14
  - The distribution is now created using 'build' instead of 'setuptools'.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: renumerate
3
- Version: 1.3.3
3
+ Version: 1.3.5
4
4
  Summary: Reverse enumerate.
5
5
  Author: Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -32,8 +32,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
32
32
  Requires-Python: <4.0.0,>=3.10.0
33
33
  Description-Content-Type: text/x-rst; charset=UTF-8
34
34
  License-File: LICENSE
35
- Requires-Dist: setuptools>=80.7.1
36
- Requires-Dist: pkg-about>=1.3.5
35
+ Requires-Dist: setuptools>=80.9.0
36
+ Requires-Dist: pkg-about>=1.3.7
37
37
  Provides-Extra: doc
38
38
  Requires-Dist: Sphinx>=8.1.3; extra == "doc"
39
39
  Requires-Dist: sphinx-autodoc-typehints>=3.0.1; extra == "doc"
@@ -177,6 +177,14 @@ Authors
177
177
  Changelog
178
178
  =========
179
179
 
180
+ 1.3.5 (2025-07-07)
181
+ ------------------
182
+ - Setup (dependencies) update.
183
+
184
+ 1.3.4 (2025-06-11)
185
+ ------------------
186
+ - Setup (dependencies) update.
187
+
180
188
  1.3.3 (2025-05-15)
181
189
  ------------------
182
190
  - The distribution is now created using 'build' instead of 'setuptools'.
@@ -3,11 +3,11 @@
3
3
 
4
4
  [build-system]
5
5
  build-backend = 'setuptools.build_meta'
6
- requires = ['setuptools>=80.7.1', 'packaging>=25.0.0', 'tox>=4.26.0']
6
+ requires = ['setuptools>=80.9.0', 'packaging>=25.0.0', 'tox>=4.27.0']
7
7
 
8
8
  [project]
9
9
  name = 'renumerate'
10
- version = '1.3.3'
10
+ version = '1.3.5'
11
11
  description = 'Reverse enumerate.'
12
12
  authors = [
13
13
  { name = 'Adam Karpierz' },
@@ -45,8 +45,8 @@ classifiers = [
45
45
  requires-python = '>=3.10.0,<4.0.0'
46
46
  dependencies = [
47
47
  # mandatory
48
- 'setuptools>=80.7.1',
49
- 'pkg-about>=1.3.5',
48
+ 'setuptools>=80.9.0',
49
+ 'pkg-about>=1.3.7',
50
50
  # others
51
51
  ]
52
52
  dynamic = ['readme']
@@ -135,7 +135,7 @@ filename = ['*.py','*.pyx']
135
135
  #exclude = ['.tox','*.egg','.git','__pycache__','build','_build','docs/_build','dist']
136
136
  max-line-length = 99
137
137
  ignore = ['E126','E203','E221','E251','E302','E701','E702','E731',
138
- 'E122','E127','E128','E222','E272','E241','E266','E226','E704',
138
+ 'E122','E127','E128','E222','E272','E241','E266','E226',
139
139
  'D100','D101','D102','D103','D104','D400','D401','D202',
140
140
  'N806','N802','N803','N801',
141
141
  'I100','W503']
@@ -155,12 +155,12 @@ count = true
155
155
 
156
156
  [tool.tox]
157
157
  env_list = [{replace='ref',of=['tool','tox','labels','py'],extend=true}, 'coverage', 'lint', 'docs']
158
- min_version = '4.26.0'
158
+ min_version = '4.27.0'
159
159
  skip_missing_interpreters = true
160
160
  requires = [
161
161
  {replace='ref',of=['tool','tox','_','base','deps'],extend=true},
162
162
  'virtualenv>=20.31.2',
163
- 'tox-backtick>=0.6.3',
163
+ 'tox-backtick>=0.6.5',
164
164
  ]
165
165
  [tool.tox.labels]
166
166
  py = ['py310','py311','py312','py313','py314', 'pypy310','pypy311']
@@ -175,13 +175,14 @@ deploy = [{replace='ref',of=['tool','tox','labels','build'],extend=true}, 'publi
175
175
  base_python = ['python3.13']
176
176
  deps = [
177
177
  'pip>=25.1.1',
178
- 'setuptools>=80.7.1',
178
+ 'setuptools>=80.9.0',
179
179
  ]
180
180
  package_subdir = 'renumerate'
181
181
 
182
182
  [tool.tox.env_run_base]
183
183
  description = "Run tests under {base_python}"
184
184
  set_env.PYTHONDONTWRITEBYTECODE = '1'
185
+ set_env.PKG_IMPL = "`python -W ignore -c \"import platform ; pimpl = platform.python_implementation() ; print('cp' if pimpl == 'CPython' else 'pp' if pimpl == 'PyPy' else '', end='')\" 2> nul`"
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`"
187
188
  set_env.PKG_DIST = "`python -W ignore -c \"import setuptools ; setuptools._distutils.core._setup_stop_after='config' ; print(setuptools.setup().metadata.get_fullname(), end='')\" 2> nul`"
@@ -217,16 +218,16 @@ commands = [
217
218
  ]
218
219
  deps = [
219
220
  {replace='ref',of=['tool','tox','env_run_base','deps'],extend=true},
220
- 'coverage>=7.8.0',
221
+ 'coverage>=7.9.2',
221
222
  'covdefaults>=2.3.0',
222
- 'diff-cover>=9.2.4',
223
+ 'diff-cover>=9.4.1',
223
224
  ]
224
225
 
225
226
  [tool.tox.env.'docs']
226
227
  base_python = {replace='ref',of=['tool','tox','_','base','base_python']}
227
228
  commands = [
228
229
  ['{env_python}','-m','sphinxlint','--ignore','.tox','--ignore','build','--ignore','dist'],
229
- #['{env_python}','-m','sphinx.apidoc','-f','{envsitepackagesdir}/{[tool.tox._.base]package_subdir}'],
230
+ #['{env_python}','-m','sphinx.apidoc','-f','{env_site_packages_dir}/{[tool.tox._.base]package_subdir}'],
230
231
  ['{env_python}','-m','sphinx.cmd.build','-W','-a','-b','html','-E','./docs','./build/docs/html'],
231
232
  ['{env_python}','-m','sphinx.cmd.build','-W','-a','-b','linkcheck','./docs','./build/docs/html'],
232
233
  ['{env_python}','-m','sphinx.cmd.build','-W','-a','-b','doctest', './docs','./build/docs/html'],
@@ -266,12 +267,13 @@ deps = [
266
267
  [tool.tox.env.'lint']
267
268
  base_python = {replace='ref',of=['tool','tox','_','base','base_python']}
268
269
  commands = [
269
- ['{env_python}','-m','flake8','{envsitepackagesdir}/{[tool.tox._.base]package_subdir}/'],
270
+ ['{env_python}','-m','flake8','{env_site_packages_dir}/{[tool.tox._.base]package_subdir}/'],
270
271
  ]
271
272
  extras = []
272
273
  deps = [
273
274
  {replace='ref',of=['tool','tox','env_run_base','deps'],extend=true},
274
- 'flake8>=7.2.0',
275
+ 'flake8>=7.3.0',
276
+ 'flake8-in-file-ignores>=0.3.0',
275
277
  'flake8-pyproject>=1.2.3',
276
278
  'flake8-docstrings>=1.7.0',
277
279
  'pep8-naming>=0.15.1',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: renumerate
3
- Version: 1.3.3
3
+ Version: 1.3.5
4
4
  Summary: Reverse enumerate.
5
5
  Author: Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -32,8 +32,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
32
32
  Requires-Python: <4.0.0,>=3.10.0
33
33
  Description-Content-Type: text/x-rst; charset=UTF-8
34
34
  License-File: LICENSE
35
- Requires-Dist: setuptools>=80.7.1
36
- Requires-Dist: pkg-about>=1.3.5
35
+ Requires-Dist: setuptools>=80.9.0
36
+ Requires-Dist: pkg-about>=1.3.7
37
37
  Provides-Extra: doc
38
38
  Requires-Dist: Sphinx>=8.1.3; extra == "doc"
39
39
  Requires-Dist: sphinx-autodoc-typehints>=3.0.1; extra == "doc"
@@ -177,6 +177,14 @@ Authors
177
177
  Changelog
178
178
  =========
179
179
 
180
+ 1.3.5 (2025-07-07)
181
+ ------------------
182
+ - Setup (dependencies) update.
183
+
184
+ 1.3.4 (2025-06-11)
185
+ ------------------
186
+ - Setup (dependencies) update.
187
+
180
188
  1.3.3 (2025-05-15)
181
189
  ------------------
182
190
  - The distribution is now created using 'build' instead of 'setuptools'.
@@ -1,5 +1,5 @@
1
- setuptools>=80.7.1
2
- pkg-about>=1.3.5
1
+ setuptools>=80.9.0
2
+ pkg-about>=1.3.7
3
3
 
4
4
  [doc]
5
5
  Sphinx>=8.1.3
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