diff --git a/0.6.tar.gz b/0.6.tar.gz deleted file mode 100644 index 044e094..0000000 Binary files a/0.6.tar.gz and /dev/null differ diff --git a/0.8.3.tar.gz b/0.8.3.tar.gz new file mode 100644 index 0000000..e048aa5 Binary files /dev/null and b/0.8.3.tar.gz differ diff --git a/0001-add-setup.py.patch b/0001-add-setup.py.patch new file mode 100644 index 0000000..6e50afb --- /dev/null +++ b/0001-add-setup.py.patch @@ -0,0 +1,41 @@ +--- a/setup.py 1970-01-01 08:00:00.000000000 +0800 ++++ b/setup.py 2022-10-25 13:51:33.908767146 +0800 +@@ -0,0 +1,38 @@ ++import notfound ++import setuptools ++ ++ ++with open('README.rst', 'r') as fh: ++ long_description = fh.read() ++ ++setuptools.setup( ++ name='sphinx-notfound-page', ++ version=notfound.__version__, ++ author='Manuel Kaufmann', ++ author_email='humitos@gmail.com', ++ description='Sphinx extension to build a 404 page with absolute URLs', ++ url='https://github.com/readthedocs/sphinx-notfound-page', ++ license='MIT', ++ packages=setuptools.find_packages(), ++ long_description=long_description, ++ long_description_content_type='text/x-rst', ++ include_package_data=True, ++ zip_safe=False, ++ classifiers=[ ++ 'Development Status :: 5 - Production/Stable', ++ 'Framework :: Sphinx', ++ 'Framework :: Sphinx :: Extension', ++ 'License :: OSI Approved :: MIT License', ++ 'Operating System :: OS Independent', ++ 'Programming Language :: Python :: 2.7', ++ 'Programming Language :: Python :: 3', ++ 'Topic :: Documentation :: Sphinx', ++ 'Topic :: Software Development :: Documentation', ++ ], ++ keywords='notfound 404 page sphinx', ++ project_urls={ ++ 'Documentation': 'https://sphinx-notfound-page.readthedocs.io/', ++ 'Source': 'https://github.com/readthedocs/sphinx-notfound-page', ++ 'Tracker': 'https://github.com/readthedocs/sphinx-notfound-page/issues', ++ }, ++) diff --git a/0001-fix-testcase-url-content-mismatch-error.patch b/0001-fix-testcase-url-content-mismatch-error.patch deleted file mode 100644 index b4b9cf3..0000000 --- a/0001-fix-testcase-url-content-mismatch-error.patch +++ /dev/null @@ -1,181 +0,0 @@ -From 0229e758318314ed8e82301bc80f967702a5418a Mon Sep 17 00:00:00 2001 -From: wang--ge -Date: Mon, 10 Jan 2022 19:55:27 +0800 -Subject: [PATCH] fix testcase url content mismatch error - ---- - tests/test_urls.py | 60 +++++++++++++++++++++++----------------------- - 1 file changed, 30 insertions(+), 30 deletions(-) - -diff --git a/tests/test_urls.py b/tests/test_urls.py -index 1d9736d..0e21e9d 100644 ---- a/tests/test_urls.py -+++ b/tests/test_urls.py -@@ -33,7 +33,7 @@ def test_parallel_build(): - # TODO: migrate to `app.build(..., parallel=2)` after merging - # https://github.com/sphinx-doc/sphinx/pull/8257 - subprocess.check_call('sphinx-build -j 2 -W -b html tests/examples/parallel-build build', shell=True) -- -+ - @pytest.mark.sphinx(srcdir=srcdir) - def test_404_page_created(app, status, warning): - app.build() -@@ -59,8 +59,8 @@ def test_default_settings(app, status, warning): - '
  • Documentation overview