From db012a33cf293363eee6183b4f334818c424efdd Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Tue, 22 Feb 2022 19:35:04 +0000 Subject: [PATCH 1/4] Update documentation.md with PKG-INFO _LinkChecker_configdata.py not created since: fb03843b ("Remove _LinkChecker_configdata.py", 2021-12-30) --- doc/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/documentation.md b/doc/documentation.md index 6209bb3e..684bb071 100644 --- a/doc/documentation.md +++ b/doc/documentation.md @@ -19,7 +19,7 @@ sphinx_sitemap Configuration ------------- -Before building either man pages or HTML, generate ``_LinkChecker_configdata.py`` +Before building either man pages or HTML, generate ``PKG-INFO`` containing copyright, author and version with: ``linkchecker $ ./setup.py build`` From de719993e428c5c7dfea4ca45913cba85990d950 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Tue, 22 Feb 2022 19:35:04 +0000 Subject: [PATCH 2/4] Use the website for installation link in README Make the link work on PyPI. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7274b109..50307e92 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ The version in the pip repository may be old, to find out how to get the latest code, plus platform-specific information and other advice see `doc/install.txt`_ in the source code archive. -.. _doc/install.txt: doc/install.txt +.. _doc/install.txt: https://linkchecker.github.io/linkchecker/install.html Usage From b92418a9506bffe186d030015c0f73bfede50b4b Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Tue, 22 Feb 2022 19:35:04 +0000 Subject: [PATCH 3/4] Use R for Requests in install.txt --- doc/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.txt b/doc/install.txt index 43d872b9..ee9ee835 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -75,7 +75,7 @@ First, install the required software. On most distributions, the distutils module is included in an extra ``python-dev`` package. -2. Python requests package from https://pypi.org/project/requests/ +2. Python Requests package from https://pypi.org/project/requests/ 3. Python Beautiful Soup package from https://pypi.org/project/beautifulsoup4/ From 7673cd6c69c135aa4061a3bcc4a80fbcf4085a9e Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Tue, 22 Feb 2022 19:35:04 +0000 Subject: [PATCH 4/4] Update files to be edited during release process --- doc/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/development.md b/doc/development.md index af0b9327..fb74a78d 100644 --- a/doc/development.md +++ b/doc/development.md @@ -59,8 +59,8 @@ Release process 1. check whether updated translations need committing (`make locale; make -C doc locale; make -C doc man`) -2. edit `changelog.txt`, and if applicable the - copyright date in `linkcheck/configuration/__init__.py` +2. edit `changelog.txt` and `upgrading.txt`, and if applicable the + copyright dates in `linkcheck/configuration/__init__.py` 3. confirm tests have passed