Merging upstream version 0.12.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f45bc3d463
commit
8d2f70e3c7
77 changed files with 23610 additions and 2331 deletions
|
@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "eos_downloader"
|
||||
version = "v0.10.3"
|
||||
version = "v0.12.0"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "Thomas Grimonet", email = "thomas.grimonet@gmail.com" }]
|
||||
maintainers = [
|
||||
|
@ -62,8 +62,8 @@ requires-python = ">=3.8"
|
|||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"mypy==1.13.0",
|
||||
"isort==5.13.2",
|
||||
"mypy>=1.14,<1.16",
|
||||
"isort==6.0.0",
|
||||
"mypy-extensions>=0.4.3",
|
||||
"pre-commit>=2.20.0",
|
||||
"pylint",
|
||||
|
@ -84,6 +84,24 @@ dev = [
|
|||
"bumpver>=2023.1126",
|
||||
]
|
||||
|
||||
doc = [
|
||||
"fontawesome_markdown>=0.2.6",
|
||||
"griffe >=1.2.0",
|
||||
"mike==2.1.3",
|
||||
"mkdocs>=1.6.1",
|
||||
"mkdocs-autorefs>=1.2.0",
|
||||
"mkdocs-bootswatch>=1.1",
|
||||
"mkdocs-git-revision-date-localized-plugin>=1.2.8",
|
||||
"mkdocs-git-revision-date-plugin>=0.3.2",
|
||||
"mkdocs-glightbox>=0.4.0",
|
||||
"mkdocs-material-extensions>=1.3.1",
|
||||
"mkdocs-material>=9.5.34",
|
||||
"mkdocstrings[python]>=0.26.0",
|
||||
"mkdocstrings-python>=1.11.0",
|
||||
"black>=24.10.0",
|
||||
"mkdocs-github-admonitions-plugin"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://www.github.com/titom73/eos-downloader"
|
||||
"Bug Tracker" = "https://www.github.com/titom73/eos-downloader/issues"
|
||||
|
@ -105,8 +123,8 @@ namespaces = false
|
|||
# Version
|
||||
################################
|
||||
[tool.bumpver]
|
||||
current_version = "0.10.3"
|
||||
version_pattern = "MAJOR.MINOR.PATCH"
|
||||
current_version = "0.12.0"
|
||||
version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]"
|
||||
commit_message = "bump: Version {old_version} -> {new_version}"
|
||||
commit = true
|
||||
# No tag
|
||||
|
@ -205,8 +223,8 @@ depends = py310
|
|||
"""
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-ra -q -s -vv --capture=tee-sys --cov --cov-append"
|
||||
log_level = "INFO"
|
||||
addopts = "-ra -q -s -vv --capture=tee-sys --cov eos_downloader --cov-append"
|
||||
log_level = "DEBUG"
|
||||
log_cli = "True"
|
||||
|
||||
[tool.coverage.run]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue