renumerate 1.1.13__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 (27) hide show
  1. {renumerate-1.1.13 → renumerate-1.1.14}/.readthedocs.yml +1 -1
  2. {renumerate-1.1.13 → renumerate-1.1.14}/CHANGES.rst +5 -0
  3. {renumerate-1.1.13 → renumerate-1.1.14}/PKG-INFO +9 -3
  4. {renumerate-1.1.13 → renumerate-1.1.14}/pyproject.toml +18 -17
  5. {renumerate-1.1.13 → renumerate-1.1.14}/src/renumerate.egg-info/PKG-INFO +9 -3
  6. {renumerate-1.1.13 → renumerate-1.1.14}/src/renumerate.egg-info/requires.txt +2 -2
  7. {renumerate-1.1.13 → renumerate-1.1.14}/LICENSE +0 -0
  8. {renumerate-1.1.13 → renumerate-1.1.14}/MANIFEST.in +0 -0
  9. {renumerate-1.1.13 → renumerate-1.1.14}/README.rst +0 -0
  10. {renumerate-1.1.13 → renumerate-1.1.14}/docs/CHANGES.rst +0 -0
  11. {renumerate-1.1.13 → renumerate-1.1.14}/docs/README.rst +0 -0
  12. {renumerate-1.1.13 → renumerate-1.1.14}/docs/_static/.keep +0 -0
  13. {renumerate-1.1.13 → renumerate-1.1.14}/docs/_templates/.keep +0 -0
  14. {renumerate-1.1.13 → renumerate-1.1.14}/docs/conf.py +0 -0
  15. {renumerate-1.1.13 → renumerate-1.1.14}/docs/index.rst +0 -0
  16. {renumerate-1.1.13 → renumerate-1.1.14}/setup.cfg +0 -0
  17. {renumerate-1.1.13 → renumerate-1.1.14}/src/renumerate/__about__.py +0 -0
  18. {renumerate-1.1.13 → renumerate-1.1.14}/src/renumerate/__init__.py +0 -0
  19. {renumerate-1.1.13 → renumerate-1.1.14}/src/renumerate/_renumerate.py +0 -0
  20. {renumerate-1.1.13 → renumerate-1.1.14}/src/renumerate.egg-info/SOURCES.txt +0 -0
  21. {renumerate-1.1.13 → renumerate-1.1.14}/src/renumerate.egg-info/dependency_links.txt +0 -0
  22. {renumerate-1.1.13 → renumerate-1.1.14}/src/renumerate.egg-info/top_level.txt +0 -0
  23. {renumerate-1.1.13 → renumerate-1.1.14}/src/renumerate.egg-info/zip-safe +0 -0
  24. {renumerate-1.1.13 → renumerate-1.1.14}/tests/__init__.py +0 -0
  25. {renumerate-1.1.13 → renumerate-1.1.14}/tests/__main__.py +0 -0
  26. {renumerate-1.1.13 → renumerate-1.1.14}/tests/data/.keep +0 -0
  27. {renumerate-1.1.13 → renumerate-1.1.14}/tests/test_main.py +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,11 @@
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
+
4
9
  1.1.13 (2024-07-15)
5
10
  -------------------
6
11
  - Setup (dependencies) update.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: renumerate
3
- Version: 1.1.13
3
+ Version: 1.1.14
4
4
  Summary: Reverse enumerate.
5
5
  Author: Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -26,6 +26,7 @@ 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
@@ -33,8 +34,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
33
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>=70.3.0
37
- Requires-Dist: pkg-about>=1.1.7
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
41
  Requires-Dist: sphinx-toolbox>=3.7.0; extra == "doc"
@@ -175,6 +176,11 @@ 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
+
178
184
  1.1.13 (2024-07-15)
179
185
  -------------------
180
186
  - Setup (dependencies) update.
@@ -3,11 +3,11 @@
3
3
 
4
4
  [build-system]
5
5
  build-backend = 'setuptools.build_meta'
6
- requires = ['setuptools>=70.3.0', 'wheel>=0.43.0', 'packaging>=24.1.0', 'tox>=4.16.0']
6
+ requires = ['setuptools>=72.2.0', 'wheel>=0.44.0', 'packaging>=24.1.0', 'tox>=4.18.0']
7
7
 
8
8
  [project]
9
9
  name = 'renumerate'
10
- version = '1.1.13'
10
+ version = '1.1.14'
11
11
  description = 'Reverse enumerate.'
12
12
  urls.Homepage = 'https://pypi.org/project/renumerate/'
13
13
  urls.Documentation = 'https://renumerate.readthedocs.io/'
@@ -37,6 +37,7 @@ classifiers = [
37
37
  'Programming Language :: Python :: 3.10',
38
38
  'Programming Language :: Python :: 3.11',
39
39
  'Programming Language :: Python :: 3.12',
40
+ 'Programming Language :: Python :: 3.13',
40
41
  'Programming Language :: Python :: 3 :: Only',
41
42
  'Programming Language :: Python :: Implementation :: CPython',
42
43
  'Programming Language :: Python :: Implementation :: PyPy',
@@ -45,8 +46,8 @@ classifiers = [
45
46
  requires-python = '>=3.8.10,<4.0.0'
46
47
  dependencies = [
47
48
  # mandatory
48
- 'setuptools>=70.3.0',
49
- 'pkg-about>=1.1.7',
49
+ 'setuptools>=72.2.0',
50
+ 'pkg-about>=1.1.8',
50
51
  # others
51
52
  ]
52
53
  dynamic = ['readme']
@@ -157,29 +158,29 @@ count = true
157
158
  [tool.tox]
158
159
  legacy_tox_ini = """
159
160
  [tox]
160
- envlist = py{38,39,310,311,312}, pypy{39,310}, docs
161
+ envlist = py{38,39,310,311,312,313}, pypy{39,310}, docs
161
162
  labels =
162
- py = py{38,39,310,311,312}, pypy{39,310}
163
+ py = py{38,39,310,311,312,313}, pypy{39,310}
163
164
  prepare = prepare
164
165
  coverage = coverage
165
166
  lint = lint
166
167
  docs = docs
167
- build = py{38,39,310,311,312}, pypy{39,310}, docs, build
168
- deploy = py{38,39,310,311,312}, pypy{39,310}, docs, build, publish
169
- minversion = 4.16.0
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
170
171
  skip_missing_interpreters = true
171
172
  requires =
172
173
  {[base]deps}
173
174
  virtualenv>=20.26.3
174
- tox-backtick>=0.4.5
175
+ tox-backtick>=0.4.6
175
176
  tox-tags>=0.2.0
176
177
 
177
178
  [base]
178
179
  basepython = python3.12
179
180
  deps =
180
- pip>=24.1.2
181
- setuptools>=70.3.0
182
- wheel>=0.43.0
181
+ pip>=24.2.0
182
+ setuptools>=72.2.0
183
+ wheel>=0.44.0
183
184
  packagesubdir = renumerate
184
185
 
185
186
  [testenv]
@@ -211,9 +212,9 @@ commands =
211
212
  {envpython} -m coverage html
212
213
  deps =
213
214
  {[testenv]deps}
214
- coverage>=7.6.0
215
+ coverage>=7.6.1
215
216
  covdefaults>=2.3.0
216
- diff-cover>=9.1.0
217
+ diff-cover>=9.1.1
217
218
 
218
219
  [testenv:docs]
219
220
  basepython = {[base]basepython}
@@ -227,7 +228,7 @@ extras = doc
227
228
  deps =
228
229
 
229
230
  [testenv:build]
230
- depends = py{38,39,310,311,312}, pypy{39,310}, docs
231
+ depends = py{38,39,310,311,312,313}, pypy{39,310}, docs
231
232
  basepython = {[base]basepython}
232
233
  setenv =
233
234
  {[testenv]setenv}
@@ -261,7 +262,7 @@ commands =
261
262
  extras =
262
263
  deps =
263
264
  {[testenv]deps}
264
- flake8>=7.1.0
265
+ flake8>=7.1.1
265
266
  flake8-pyproject>=1.2.3
266
267
  flake8-docstrings>=1.7.0
267
268
  pep8-naming>=0.14.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: renumerate
3
- Version: 1.1.13
3
+ Version: 1.1.14
4
4
  Summary: Reverse enumerate.
5
5
  Author: Adam Karpierz
6
6
  Author-email: adam@karpierz.net
@@ -26,6 +26,7 @@ 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
@@ -33,8 +34,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
33
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>=70.3.0
37
- Requires-Dist: pkg-about>=1.1.7
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
41
  Requires-Dist: sphinx-toolbox>=3.7.0; extra == "doc"
@@ -175,6 +176,11 @@ 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
+
178
184
  1.1.13 (2024-07-15)
179
185
  -------------------
180
186
  - Setup (dependencies) update.
@@ -1,5 +1,5 @@
1
- setuptools>=70.3.0
2
- pkg-about>=1.1.7
1
+ setuptools>=72.2.0
2
+ pkg-about>=1.1.8
3
3
 
4
4
  [doc]
5
5
  Sphinx>=7.1.2
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes