From 86a10ebc2f7bde0a4f58ee6855021081480409db Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 21:06:54 +0000 Subject: [PATCH 1/2] Updated files with 'repo_helper'. --- .github/workflows/octocheese.yml | 2 +- README.rst | 20 ++++++++++---------- doc-source/index.rst | 10 +++++----- doc-source/license.rst | 2 +- pyproject.toml | 3 ++- tox.ini | 2 +- 6 files changed, 20 insertions(+), 19 deletions(-) diff --git a/.github/workflows/octocheese.yml b/.github/workflows/octocheese.yml index 67e2bbb7..3bc6e0c2 100644 --- a/.github/workflows/octocheese.yml +++ b/.github/workflows/octocheese.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: domdfcoding/octocheese@master with: - pypi_name: "domdf_python_tools" + pypi_name: "domdf-python-tools" env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} if: startsWith(github.ref, 'refs/tags/') != true diff --git a/README.rst b/README.rst index 82202823..a5037a49 100644 --- a/README.rst +++ b/README.rst @@ -69,20 +69,20 @@ domdf_python_tools :target: https://www.codefactor.io/repository/github/domdfcoding/domdf_python_tools :alt: CodeFactor Grade -.. |pypi-version| image:: https://img.shields.io/pypi/v/domdf_python_tools - :target: https://pypi.org/project/domdf_python_tools/ +.. |pypi-version| image:: https://img.shields.io/pypi/v/domdf-python-tools + :target: https://pypi.org/project/domdf-python-tools/ :alt: PyPI - Package Version -.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/domdf_python_tools?logo=python&logoColor=white - :target: https://pypi.org/project/domdf_python_tools/ +.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/domdf-python-tools?logo=python&logoColor=white + :target: https://pypi.org/project/domdf-python-tools/ :alt: PyPI - Supported Python Versions -.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/domdf_python_tools - :target: https://pypi.org/project/domdf_python_tools/ +.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/domdf-python-tools + :target: https://pypi.org/project/domdf-python-tools/ :alt: PyPI - Supported Implementations -.. |wheel| image:: https://img.shields.io/pypi/wheel/domdf_python_tools - :target: https://pypi.org/project/domdf_python_tools/ +.. |wheel| image:: https://img.shields.io/pypi/wheel/domdf-python-tools + :target: https://pypi.org/project/domdf-python-tools/ :alt: PyPI - Wheel .. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/domdf-python-tools?logo=anaconda @@ -111,8 +111,8 @@ domdf_python_tools .. |maintained| image:: https://img.shields.io/maintenance/yes/2026 :alt: Maintenance -.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/domdf_python_tools - :target: https://pypistats.org/packages/domdf_python_tools +.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/domdf-python-tools + :target: https://pypistats.org/packages/domdf-python-tools :alt: PyPI - Downloads .. end shields diff --git a/doc-source/index.rst b/doc-source/index.rst index 610a95ca..772bb33a 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -72,22 +72,22 @@ domdf_python_tools :alt: CodeFactor Grade .. |pypi-version| pypi-shield:: - :project: domdf_python_tools + :project: domdf-python-tools :version: :alt: PyPI - Package Version .. |supported-versions| pypi-shield:: - :project: domdf_python_tools + :project: domdf-python-tools :py-versions: :alt: PyPI - Supported Python Versions .. |supported-implementations| pypi-shield:: - :project: domdf_python_tools + :project: domdf-python-tools :implementations: :alt: PyPI - Supported Implementations .. |wheel| pypi-shield:: - :project: domdf_python_tools + :project: domdf-python-tools :wheel: :alt: PyPI - Wheel @@ -119,7 +119,7 @@ domdf_python_tools :alt: Maintenance .. |pypi-downloads| pypi-shield:: - :project: domdf_python_tools + :project: domdf-python-tools :downloads: month :alt: PyPI - Downloads diff --git a/doc-source/license.rst b/doc-source/license.rst index 42e3d409..bc0b0dce 100644 --- a/doc-source/license.rst +++ b/doc-source/license.rst @@ -7,4 +7,4 @@ License .. license-info:: MIT .. license:: - :py: domdf_python_tools + :py: domdf-python-tools diff --git a/pyproject.toml b/pyproject.toml index 0370ff33..f0a9cd88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "hatch-requirements-txt",] build-backend = "hatchling.build" [project] -name = "domdf_python_tools" +name = "domdf-python-tools" version = "3.10.0" description = "Helpful functions for Python 🐍 🛠️" readme = "README.rst" @@ -143,6 +143,7 @@ python-implementations = [ "CPython", "PyPy",] platforms = [ "Windows", "macOS", "Linux",] license-key = "MIT" additional-files = [ "include domdf_python_tools/google-10000-english-no-swears.txt",] +package = "domdf_python_tools" [tool.mypy] python_version = "3.9" diff --git a/tox.ini b/tox.ini index 8ab4c405..a1d6f5e6 100644 --- a/tox.ini +++ b/tox.ini @@ -109,7 +109,7 @@ commands = basepython = python3.9 changedir = {toxinidir} ignore_errors = True -skip_install = False +skip_install = True deps = flake8>=3.8.2,<5 flake8-2020>=1.6.0 From e60dde8e40c5e1732da9373c6799b897058b9e45 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 21:44:40 +0000 Subject: [PATCH 2/2] Updated files with 'repo_helper'. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a1d6f5e6..8ab4c405 100644 --- a/tox.ini +++ b/tox.ini @@ -109,7 +109,7 @@ commands = basepython = python3.9 changedir = {toxinidir} ignore_errors = True -skip_install = True +skip_install = False deps = flake8>=3.8.2,<5 flake8-2020>=1.6.0