From c87d2cbdb75f5f3c04de4da9fd3b2ade40ce535d Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Thu, 15 Aug 2024 23:05:45 +0200 Subject: [PATCH] Fixes (#3) --- CONTRIBUTING.rst | 18 +++++++++--------- Makefile | 4 ++-- README.rst | 2 +- SECURITY.rst | 10 +++++----- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 7b201f9..76e347b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,21 +1,21 @@ Contributor guidelines ====================== -.. _documentation: https://fake-py-pathy-storage.readthedocs.io/#writing-documentation -.. _testing: https://fake-py-pathy-storage.readthedocs.io/#testing +.. _documentation: https://fake-py-django-storage.readthedocs.io/#writing-documentation +.. _testing: https://fake-py-django-storage.readthedocs.io/#testing .. _pre-commit: https://pre-commit.com/#installation .. _black: https://black.readthedocs.io/ .. _isort: https://pycqa.github.io/isort/ .. _doc8: https://doc8.readthedocs.io/ .. _ruff: https://beta.ruff.rs/docs/ .. _pip-tools: https://pip-tools.readthedocs.io/ -.. _issues: https://github.com/barseghyanartur/fake-py-pathy-storage/issues -.. _discussions: https://github.com/barseghyanartur/fake-py-pathy-storage/discussions -.. _pull request: https://github.com/barseghyanartur/fake-py-pathy-storage/pulls -.. _support: https://fake-py-pathy-storage.readthedocs.io/#support -.. _installation: https://fake-py-pathy-storage.readthedocs.io/#installation -.. _features: https://fake-py-pathy-storage.readthedocs.io/#features -.. _prerequisites: https://fake-py-pathy-storage.readthedocs.io/#prerequisites +.. _issues: https://github.com/barseghyanartur/fake-py-django-storage/issues +.. _discussions: https://github.com/barseghyanartur/fake-py-django-storage/discussions +.. _pull request: https://github.com/barseghyanartur/fake-py-django-storage/pulls +.. _support: https://fake-py-django-storage.readthedocs.io/#support +.. _installation: https://fake-py-django-storage.readthedocs.io/#installation +.. _features: https://fake-py-django-storage.readthedocs.io/#features +.. _prerequisites: https://fake-py-django-storage.readthedocs.io/#prerequisites Developer prerequisites ----------------------- diff --git a/Makefile b/Makefile index 74a9269..4187008 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ compile-requirements-upgrade: update-version: sed -i 's/version = "[0-9.]\+"/version = "$(VERSION)"/' pyproject.toml - sed -i 's/__version__ = "[0-9.]\+"/__version__ = "$(VERSION)"/' fakepy/pathy_storage/__init__.py + sed -i 's/__version__ = "[0-9.]\+"/__version__ = "$(VERSION)"/' fakepy/django_storage/__init__.py build: source $(VENV) && python -m build . @@ -126,7 +126,7 @@ test-release: source $(VENV) && twine upload --repository testpypi dist/* mypy: - source $(VENV) && mypy fakepy/pathy_storage/*.py + source $(VENV) && mypy fakepy/django_storage/*.py %: @: diff --git a/README.rst b/README.rst index f9f42ba..4e07022 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ fake-py-django-storage .. _fake-py-django-storage: https://github.com/barseghyanartur/fake-py-django-storage .. _Read the Docs: http://fake-py-django-storage.readthedocs.io -.. _Contributor guidelines: https://fakepy.readthedocs.io/en/latest/contributor_guidelines.html +.. _Contributor guidelines: https://fake-py-django-storage.readthedocs.io/en/latest/contributor_guidelines.html `Django`_ storage for `fake.py`_. diff --git a/SECURITY.rst b/SECURITY.rst index 0e5cf01..7917543 100644 --- a/SECURITY.rst +++ b/SECURITY.rst @@ -9,7 +9,7 @@ Please report security issues by emailing Artur Barseghyan Supported Versions ------------------ -The two most recent ``fake-py-pathy-storage`` release series receive security +The two most recent ``fake-py-django-storage`` release series receive security support. It's recommended to use the latest version. @@ -28,8 +28,8 @@ It's recommended to use the latest version. .. note:: For example, during the development cycle leading to the release - of ``fake-py-pathy-storage`` 0.17.x, support will be provided - for ``fake-py-pathy-storage`` 0.16.x. + of ``fake-py-django-storage`` 0.17.x, support will be provided + for ``fake-py-django-storage`` 0.16.x. - Upon the release of ``fake-py-pathy-storage`` 0.18.x, security support - for ``fake-py-pathy-storage`` 0.16.x will end. + Upon the release of ``fake-py-django-storage`` 0.18.x, security support + for ``fake-py-django-storage`` 0.16.x will end.