Skip to content

Commit

Permalink
Fixes (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur authored Aug 15, 2024
1 parent 2338344 commit c87d2cb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -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
-----------------------
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand All @@ -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

%:
@:
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_.

Expand Down
10 changes: 5 additions & 5 deletions SECURITY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

0 comments on commit c87d2cb

Please sign in to comment.