renumerate 1.1.12__zip → 1.1.14__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.

Files changed (28) hide show
  1. {renumerate-1.1.12 → renumerate-1.1.14}/.readthedocs.yml +1 -1
  2. {renumerate-1.1.12 → renumerate-1.1.14}/CHANGES.rst +9 -0
  3. {renumerate-1.1.12 → renumerate-1.1.14}/MANIFEST.in +1 -2
  4. {renumerate-1.1.12 → renumerate-1.1.14}/PKG-INFO +22 -12
  5. {renumerate-1.1.12 → renumerate-1.1.14}/pyproject.toml +34 -34
  6. {renumerate-1.1.12 → renumerate-1.1.14}/src/renumerate/__about__.py +1 -2
  7. {renumerate-1.1.12 → renumerate-1.1.14}/src/renumerate/__init__.py +1 -2
  8. {renumerate-1.1.12 → renumerate-1.1.14}/src/renumerate/_renumerate.py +1 -2
  9. {renumerate-1.1.12 → renumerate-1.1.14}/src/renumerate.egg-info/PKG-INFO +22 -12
  10. renumerate-1.1.14/src/renumerate.egg-info/requires.txt +16 -0
  11. {renumerate-1.1.12 → renumerate-1.1.14}/tests/__init__.py +1 -2
  12. {renumerate-1.1.12 → renumerate-1.1.14}/tests/__main__.py +1 -2
  13. {renumerate-1.1.12 → renumerate-1.1.14}/tests/test_main.py +1 -2
  14. renumerate-1.1.12/src/renumerate.egg-info/requires.txt +0 -16
  15. {renumerate-1.1.12 → renumerate-1.1.14}/LICENSE +0 -0
  16. {renumerate-1.1.12 → renumerate-1.1.14}/README.rst +0 -0
  17. {renumerate-1.1.12 → renumerate-1.1.14}/docs/CHANGES.rst +0 -0
  18. {renumerate-1.1.12 → renumerate-1.1.14}/docs/README.rst +0 -0
  19. {renumerate-1.1.12 → renumerate-1.1.14}/docs/_static/.keep +0 -0
  20. {renumerate-1.1.12 → renumerate-1.1.14}/docs/_templates/.keep +0 -0
  21. {renumerate-1.1.12 → renumerate-1.1.14}/docs/conf.py +0 -0
  22. {renumerate-1.1.12 → renumerate-1.1.14}/docs/index.rst +0 -0
  23. {renumerate-1.1.12 → renumerate-1.1.14}/setup.cfg +0 -0
  24. {renumerate-1.1.12 → renumerate-1.1.14}/src/renumerate.egg-info/SOURCES.txt +0 -0
  25. {renumerate-1.1.12 → renumerate-1.1.14}/src/renumerate.egg-info/dependency_links.txt +0 -0
  26. {renumerate-1.1.12 → renumerate-1.1.14}/src/renumerate.egg-info/top_level.txt +0 -0
  27. {renumerate-1.1.12 → renumerate-1.1.14}/src/renumerate.egg-info/zip-safe +0 -0
  28. {renumerate-1.1.12 → renumerate-1.1.14}/tests/data/.keep +0 -0
@@ -2,7 +2,7 @@ version: 2
2
2
  build:
3
3
  os: "ubuntu-22.04"
4
4
  tools:
5
- python: "3.11"
5
+ python: "3.12"
6
6
  python:
7
7
  install:
8
8
  - method: pip
@@ -1,6 +1,15 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 1.1.14 (2024-08-13)
5
+ -------------------
6
+ - Add support for Python 3.13
7
+ - Setup (dependencies) update.
8
+
9
+ 1.1.13 (2024-07-15)
10
+ -------------------
11
+ - Setup (dependencies) update.
12
+
4
13
  1.1.12 (2024-01-26)
5
14
  -------------------
6
15
  - Setup update (now based on tox >= 4.0).
@@ -1,6 +1,5 @@
1
1
  # Copyright (c) 2016 Adam Karpierz
2
- # Licensed under the zlib/libpng License
3
- # https://opensource.org/license/zlib
2
+ # SPDX-License-Identifier: Zlib
4
3
 
5
4
  include README.rst
6
5
  include CHANGES.rst
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: renumerate
3
- Version: 1.1.12
3
+ Version: 1.1.14
4
4
  Summary: Reverse enumerate.
5
5
  Author: Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -26,27 +26,28 @@ Classifier: Programming Language :: Python :: 3.9
26
26
  Classifier: Programming Language :: Python :: 3.10
27
27
  Classifier: Programming Language :: Python :: 3.11
28
28
  Classifier: Programming Language :: Python :: 3.12
29
+ Classifier: Programming Language :: Python :: 3.13
29
30
  Classifier: Programming Language :: Python :: 3 :: Only
30
31
  Classifier: Programming Language :: Python :: Implementation :: CPython
31
32
  Classifier: Programming Language :: Python :: Implementation :: PyPy
32
33
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
33
- Requires-Python: <4.0.0,>=3.8.1
34
+ Requires-Python: <4.0.0,>=3.8.10
34
35
  Description-Content-Type: text/x-rst; charset=UTF-8
35
36
  License-File: LICENSE
36
- Requires-Dist: setuptools>=68.2.2
37
- Requires-Dist: pkg-about>=1.1.5
37
+ Requires-Dist: setuptools>=72.2.0
38
+ Requires-Dist: pkg-about>=1.1.8
38
39
  Provides-Extra: doc
39
40
  Requires-Dist: Sphinx>=7.1.2; extra == "doc"
40
- Requires-Dist: sphinx-toolbox>=3.5.0; extra == "doc"
41
- Requires-Dist: sphinx-tabs>=3.4.1; extra == "doc"
42
- Requires-Dist: sphinx-copybutton>=0.5.1; extra == "doc"
43
- Requires-Dist: sphinxcontrib-spelling>=7.7.0; extra == "doc"
44
- Requires-Dist: sphinx-lint>=0.6.7; extra == "doc"
41
+ Requires-Dist: sphinx-toolbox>=3.7.0; extra == "doc"
42
+ Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
43
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
44
+ Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
45
+ Requires-Dist: sphinx-lint>=0.9.1; extra == "doc"
45
46
  Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
46
- Requires-Dist: nbsphinx>=0.8.10; extra == "doc"
47
+ Requires-Dist: nbsphinx>=0.9.4; extra == "doc"
47
48
  Provides-Extra: test
48
- Requires-Dist: deepdiff>=6.7.1; extra == "test"
49
- Requires-Dist: rich>=13.7.0; extra == "test"
49
+ Requires-Dist: deepdiff>=7.0.1; extra == "test"
50
+ Requires-Dist: rich>=13.7.1; extra == "test"
50
51
 
51
52
  renumerate
52
53
  ==========
@@ -175,6 +176,15 @@ Authors
175
176
  Changelog
176
177
  =========
177
178
 
179
+ 1.1.14 (2024-08-13)
180
+ -------------------
181
+ - Add support for Python 3.13
182
+ - Setup (dependencies) update.
183
+
184
+ 1.1.13 (2024-07-15)
185
+ -------------------
186
+ - Setup (dependencies) update.
187
+
178
188
  1.1.12 (2024-01-26)
179
189
  -------------------
180
190
  - Setup update (now based on tox >= 4.0).
@@ -1,14 +1,13 @@
1
1
  # Copyright (c) 2016 Adam Karpierz
2
- # Licensed under the zlib/libpng License
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>=68.2.2', 'wheel>=0.42.0', 'packaging>=23.2.0', 'tox>=4.11.3']
6
+ requires = ['setuptools>=72.2.0', 'wheel>=0.44.0', 'packaging>=24.1.0', 'tox>=4.18.0']
8
7
 
9
8
  [project]
10
9
  name = 'renumerate'
11
- version = '1.1.12'
10
+ version = '1.1.14'
12
11
  description = 'Reverse enumerate.'
13
12
  urls.Homepage = 'https://pypi.org/project/renumerate/'
14
13
  urls.Documentation = 'https://renumerate.readthedocs.io/'
@@ -38,33 +37,34 @@ classifiers = [
38
37
  'Programming Language :: Python :: 3.10',
39
38
  'Programming Language :: Python :: 3.11',
40
39
  'Programming Language :: Python :: 3.12',
40
+ 'Programming Language :: Python :: 3.13',
41
41
  'Programming Language :: Python :: 3 :: Only',
42
42
  'Programming Language :: Python :: Implementation :: CPython',
43
43
  'Programming Language :: Python :: Implementation :: PyPy',
44
44
  'Topic :: Software Development :: Libraries :: Python Modules',
45
45
  ]
46
- requires-python = '>=3.8.1,<4.0.0'
46
+ requires-python = '>=3.8.10,<4.0.0'
47
47
  dependencies = [
48
48
  # mandatory
49
- 'setuptools>=68.2.2',
50
- 'pkg-about>=1.1.5',
49
+ 'setuptools>=72.2.0',
50
+ 'pkg-about>=1.1.8',
51
51
  # others
52
52
  ]
53
53
  dynamic = ['readme']
54
54
  [project.optional-dependencies]
55
55
  doc = [
56
56
  'Sphinx>=7.1.2',
57
- 'sphinx-toolbox>=3.5.0',
58
- 'sphinx-tabs>=3.4.1',
59
- 'sphinx-copybutton>=0.5.1',
60
- 'sphinxcontrib-spelling>=7.7.0',
61
- 'sphinx-lint>=0.6.7',
57
+ 'sphinx-toolbox>=3.7.0',
58
+ 'sphinx-tabs>=3.4.5',
59
+ 'sphinx-copybutton>=0.5.2',
60
+ 'sphinxcontrib-spelling>=8.0.0',
61
+ 'sphinx-lint>=0.9.1',
62
62
  'restructuredtext-lint>=1.4.0',
63
- 'nbsphinx>=0.8.10',
63
+ 'nbsphinx>=0.9.4',
64
64
  ]
65
65
  test = [
66
- 'deepdiff>=6.7.1',
67
- 'rich>=13.7.0',
66
+ 'deepdiff>=7.0.1',
67
+ 'rich>=13.7.1',
68
68
  ]
69
69
 
70
70
  [project.scripts]
@@ -158,29 +158,29 @@ count = true
158
158
  [tool.tox]
159
159
  legacy_tox_ini = """
160
160
  [tox]
161
- envlist = py{38,39,310,311,312}, pypy{39,310}, docs
161
+ envlist = py{38,39,310,311,312,313}, pypy{39,310}, docs
162
162
  labels =
163
- py = py{38,39,310,311,312}, pypy{39,310}
163
+ py = py{38,39,310,311,312,313}, pypy{39,310}
164
164
  prepare = prepare
165
165
  coverage = coverage
166
166
  lint = lint
167
167
  docs = docs
168
- build = py{38,39,310,311,312}, pypy{39,310}, docs, build
169
- deploy = py{38,39,310,311,312}, pypy{39,310}, docs, build, publish
170
- minversion = 4.11.3
168
+ build = py{38,39,310,311,312,313}, pypy{39,310}, docs, build
169
+ deploy = py{38,39,310,311,312,313}, pypy{39,310}, docs, build, publish
170
+ minversion = 4.18.0
171
171
  skip_missing_interpreters = true
172
172
  requires =
173
173
  {[base]deps}
174
- virtualenv>=20.25.0
175
- tox-backtick>=0.4.4
174
+ virtualenv>=20.26.3
175
+ tox-backtick>=0.4.6
176
176
  tox-tags>=0.2.0
177
177
 
178
178
  [base]
179
- basepython = python3.11
179
+ basepython = python3.12
180
180
  deps =
181
- pip>=23.3.2
182
- setuptools>=68.2.2
183
- wheel>=0.42.0
181
+ pip>=24.2.0
182
+ setuptools>=72.2.0
183
+ wheel>=0.44.0
184
184
  packagesubdir = renumerate
185
185
 
186
186
  [testenv]
@@ -212,9 +212,9 @@ commands =
212
212
  {envpython} -m coverage html
213
213
  deps =
214
214
  {[testenv]deps}
215
- coverage>=7.4.0
215
+ coverage>=7.6.1
216
216
  covdefaults>=2.3.0
217
- diff-cover>=7.7.0
217
+ diff-cover>=9.1.1
218
218
 
219
219
  [testenv:docs]
220
220
  basepython = {[base]basepython}
@@ -228,7 +228,7 @@ extras = doc
228
228
  deps =
229
229
 
230
230
  [testenv:build]
231
- depends = py{38,39,310,311,312}, pypy{39,310}, docs
231
+ depends = py{38,39,310,311,312,313}, pypy{39,310}, docs
232
232
  basepython = {[base]basepython}
233
233
  setenv =
234
234
  {[testenv]setenv}
@@ -242,7 +242,7 @@ commands =
242
242
  {envpython} -m twine check dist/*
243
243
  deps =
244
244
  {[testenv]deps}
245
- twine>=4.0.2
245
+ twine>=5.1.1
246
246
 
247
247
  [testenv:publish]
248
248
  depends = build
@@ -253,7 +253,7 @@ commands =
253
253
  {envpython} -m twine upload dist/*
254
254
  extras =
255
255
  deps =
256
- twine>=4.0.2
256
+ twine>=5.1.1
257
257
 
258
258
  [testenv:lint]
259
259
  basepython = {[base]basepython}
@@ -262,10 +262,10 @@ commands =
262
262
  extras =
263
263
  deps =
264
264
  {[testenv]deps}
265
- flake8>=7.0.0
265
+ flake8>=7.1.1
266
266
  flake8-pyproject>=1.2.3
267
267
  flake8-docstrings>=1.7.0
268
- pep8-naming>=0.13.3
269
- flake8-builtins>=2.2.0
268
+ pep8-naming>=0.14.1
269
+ flake8-builtins>=2.5.0
270
270
  flake8-deprecated>=2.2.1
271
271
  """
@@ -1,6 +1,5 @@
1
1
  # Copyright (c) 2016 Adam Karpierz
2
- # Licensed under the zlib/libpng License
3
- # https://opensource.org/license/zlib
2
+ # SPDX-License-Identifier: Zlib
4
3
 
5
4
  __import__("pkg_about").about()
6
5
  __copyright__ = f"Copyright (c) 2016-2024 {__author__}" # noqa
@@ -1,6 +1,5 @@
1
1
  # Copyright (c) 2016 Adam Karpierz
2
- # Licensed under the zlib/libpng License
3
- # https://opensource.org/license/zlib
2
+ # SPDX-License-Identifier: Zlib
4
3
 
5
4
  from .__about__ import * ; del __about__ # noqa
6
5
 
@@ -1,6 +1,5 @@
1
1
  # Copyright (c) 2016 Adam Karpierz
2
- # Licensed under the zlib/libpng License
3
- # https://opensource.org/license/zlib
2
+ # SPDX-License-Identifier: Zlib
4
3
 
5
4
  __all__ = ('renumerate',)
6
5
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: renumerate
3
- Version: 1.1.12
3
+ Version: 1.1.14
4
4
  Summary: Reverse enumerate.
5
5
  Author: Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -26,27 +26,28 @@ Classifier: Programming Language :: Python :: 3.9
26
26
  Classifier: Programming Language :: Python :: 3.10
27
27
  Classifier: Programming Language :: Python :: 3.11
28
28
  Classifier: Programming Language :: Python :: 3.12
29
+ Classifier: Programming Language :: Python :: 3.13
29
30
  Classifier: Programming Language :: Python :: 3 :: Only
30
31
  Classifier: Programming Language :: Python :: Implementation :: CPython
31
32
  Classifier: Programming Language :: Python :: Implementation :: PyPy
32
33
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
33
- Requires-Python: <4.0.0,>=3.8.1
34
+ Requires-Python: <4.0.0,>=3.8.10
34
35
  Description-Content-Type: text/x-rst; charset=UTF-8
35
36
  License-File: LICENSE
36
- Requires-Dist: setuptools>=68.2.2
37
- Requires-Dist: pkg-about>=1.1.5
37
+ Requires-Dist: setuptools>=72.2.0
38
+ Requires-Dist: pkg-about>=1.1.8
38
39
  Provides-Extra: doc
39
40
  Requires-Dist: Sphinx>=7.1.2; extra == "doc"
40
- Requires-Dist: sphinx-toolbox>=3.5.0; extra == "doc"
41
- Requires-Dist: sphinx-tabs>=3.4.1; extra == "doc"
42
- Requires-Dist: sphinx-copybutton>=0.5.1; extra == "doc"
43
- Requires-Dist: sphinxcontrib-spelling>=7.7.0; extra == "doc"
44
- Requires-Dist: sphinx-lint>=0.6.7; extra == "doc"
41
+ Requires-Dist: sphinx-toolbox>=3.7.0; extra == "doc"
42
+ Requires-Dist: sphinx-tabs>=3.4.5; extra == "doc"
43
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
44
+ Requires-Dist: sphinxcontrib-spelling>=8.0.0; extra == "doc"
45
+ Requires-Dist: sphinx-lint>=0.9.1; extra == "doc"
45
46
  Requires-Dist: restructuredtext-lint>=1.4.0; extra == "doc"
46
- Requires-Dist: nbsphinx>=0.8.10; extra == "doc"
47
+ Requires-Dist: nbsphinx>=0.9.4; extra == "doc"
47
48
  Provides-Extra: test
48
- Requires-Dist: deepdiff>=6.7.1; extra == "test"
49
- Requires-Dist: rich>=13.7.0; extra == "test"
49
+ Requires-Dist: deepdiff>=7.0.1; extra == "test"
50
+ Requires-Dist: rich>=13.7.1; extra == "test"
50
51
 
51
52
  renumerate
52
53
  ==========
@@ -175,6 +176,15 @@ Authors
175
176
  Changelog
176
177
  =========
177
178
 
179
+ 1.1.14 (2024-08-13)
180
+ -------------------
181
+ - Add support for Python 3.13
182
+ - Setup (dependencies) update.
183
+
184
+ 1.1.13 (2024-07-15)
185
+ -------------------
186
+ - Setup (dependencies) update.
187
+
178
188
  1.1.12 (2024-01-26)
179
189
  -------------------
180
190
  - Setup update (now based on tox >= 4.0).
@@ -0,0 +1,16 @@
1
+ setuptools>=72.2.0
2
+ pkg-about>=1.1.8
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,6 +1,5 @@
1
1
  # Copyright (c) 2016 Adam Karpierz
2
- # Licensed under the zlib/libpng License
3
- # https://opensource.org/license/zlib
2
+ # SPDX-License-Identifier: Zlib
4
3
 
5
4
  __all__ = ('top_dir', 'test_dir')
6
5
 
@@ -1,6 +1,5 @@
1
1
  # Copyright (c) 2016 Adam Karpierz
2
- # Licensed under the zlib/libpng License
3
- # https://opensource.org/license/zlib
2
+ # SPDX-License-Identifier: Zlib
4
3
 
5
4
  import unittest
6
5
  import sys
@@ -1,6 +1,5 @@
1
1
  # Copyright (c) 2016 Adam Karpierz
2
- # Licensed under the zlib/libpng License
3
- # https://opensource.org/license/zlib
2
+ # SPDX-License-Identifier: Zlib
4
3
 
5
4
  import unittest
6
5
  import types
@@ -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