From c5f9b1a58b5d28d2dca9aed1558e6cddc916920c 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:13:36 +0000 Subject: [PATCH 1/2] Updated files with 'repo_helper'. --- .github/workflows/octocheese.yml | 2 +- .github/workflows/python_ci_linux.yml | 2 +- README.rst | 20 ++++++++++---------- doc-source/index.rst | 10 +++++----- doc-source/license.rst | 2 +- pyproject.toml | 3 ++- 6 files changed, 20 insertions(+), 19 deletions(-) diff --git a/.github/workflows/octocheese.yml b/.github/workflows/octocheese.yml index 47f109c..15de093 100644 --- a/.github/workflows/octocheese.yml +++ b/.github/workflows/octocheese.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: domdfcoding/octocheese@master with: - pypi_name: "flake8_strftime" + pypi_name: "flake8-strftime" env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} if: startsWith(github.ref, 'refs/tags/') != true diff --git a/.github/workflows/python_ci_linux.yml b/.github/workflows/python_ci_linux.yml index e541923..31e2795 100644 --- a/.github/workflows/python_ci_linux.yml +++ b/.github/workflows/python_ci_linux.yml @@ -233,7 +233,7 @@ jobs: $CONDA/bin/conda install anaconda-client $CONDA/bin/conda info -a - for f in conda/dist/noarch/flake8_strftime-*.tar.bz2; do + for f in conda/dist/noarch/flake8-strftime-*.tar.bz2; do [ -e "$f" ] || continue echo "$f" conda install "$f" || exit 1 diff --git a/README.rst b/README.rst index e0bd05b..0511a49 100644 --- a/README.rst +++ b/README.rst @@ -70,20 +70,20 @@ flake8_strftime :target: https://www.codefactor.io/repository/github/python-formate/flake8_strftime :alt: CodeFactor Grade -.. |pypi-version| image:: https://img.shields.io/pypi/v/flake8_strftime - :target: https://pypi.org/project/flake8_strftime/ +.. |pypi-version| image:: https://img.shields.io/pypi/v/flake8-strftime + :target: https://pypi.org/project/flake8-strftime/ :alt: PyPI - Package Version -.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8_strftime?logo=python&logoColor=white - :target: https://pypi.org/project/flake8_strftime/ +.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8-strftime?logo=python&logoColor=white + :target: https://pypi.org/project/flake8-strftime/ :alt: PyPI - Supported Python Versions -.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/flake8_strftime - :target: https://pypi.org/project/flake8_strftime/ +.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/flake8-strftime + :target: https://pypi.org/project/flake8-strftime/ :alt: PyPI - Supported Implementations -.. |wheel| image:: https://img.shields.io/pypi/wheel/flake8_strftime - :target: https://pypi.org/project/flake8_strftime/ +.. |wheel| image:: https://img.shields.io/pypi/wheel/flake8-strftime + :target: https://pypi.org/project/flake8-strftime/ :alt: PyPI - Wheel .. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/flake8_strftime?logo=anaconda @@ -112,8 +112,8 @@ flake8_strftime .. |maintained| image:: https://img.shields.io/maintenance/yes/2026 :alt: Maintenance -.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/flake8_strftime - :target: https://pypistats.org/packages/flake8_strftime +.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/flake8-strftime + :target: https://pypistats.org/packages/flake8-strftime :alt: PyPI - Downloads .. end shields diff --git a/doc-source/index.rst b/doc-source/index.rst index 3cd1976..8f832e4 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -71,22 +71,22 @@ flake8_strftime :alt: CodeFactor Grade .. |pypi-version| pypi-shield:: - :project: flake8_strftime + :project: flake8-strftime :version: :alt: PyPI - Package Version .. |supported-versions| pypi-shield:: - :project: flake8_strftime + :project: flake8-strftime :py-versions: :alt: PyPI - Supported Python Versions .. |supported-implementations| pypi-shield:: - :project: flake8_strftime + :project: flake8-strftime :implementations: :alt: PyPI - Supported Implementations .. |wheel| pypi-shield:: - :project: flake8_strftime + :project: flake8-strftime :wheel: :alt: PyPI - Wheel @@ -118,7 +118,7 @@ flake8_strftime :alt: Maintenance .. |pypi-downloads| pypi-shield:: - :project: flake8_strftime + :project: flake8-strftime :downloads: month :alt: PyPI - Downloads diff --git a/doc-source/license.rst b/doc-source/license.rst index 53d2f2a..4f59adf 100644 --- a/doc-source/license.rst +++ b/doc-source/license.rst @@ -7,4 +7,4 @@ License .. license-info:: MIT .. license:: - :py: flake8_strftime + :py: flake8-strftime diff --git a/pyproject.toml b/pyproject.toml index f5386b6..edda7bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "whey",] build-backend = "whey" [project] -name = "flake8_strftime" +name = "flake8-strftime" version = "0.3.4" description = "A flake8 plugin which checks for use of platform specific strftime codes." readme = "README.rst" @@ -38,6 +38,7 @@ python-versions = [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13",] python-implementations = [ "CPython", "PyPy",] platforms = [ "Windows", "macOS", "Linux",] license-key = "MIT" +package = "flake8_strftime" [tool.mkrecipe] conda-channels = [ "conda-forge", "domdfcoding",] From 8580955d14d2182683099f9c4f2cec17b6e137b6 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:50:49 +0000 Subject: [PATCH 2/2] Updated files with 'repo_helper'. --- .github/workflows/python_ci_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_ci_linux.yml b/.github/workflows/python_ci_linux.yml index 31e2795..e541923 100644 --- a/.github/workflows/python_ci_linux.yml +++ b/.github/workflows/python_ci_linux.yml @@ -233,7 +233,7 @@ jobs: $CONDA/bin/conda install anaconda-client $CONDA/bin/conda info -a - for f in conda/dist/noarch/flake8-strftime-*.tar.bz2; do + for f in conda/dist/noarch/flake8_strftime-*.tar.bz2; do [ -e "$f" ] || continue echo "$f" conda install "$f" || exit 1