From 3296dcbeca3293bfd1e50023ded2ed18767a1741c4ce60a79b7cdf57a9a32e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 3 May 2020 07:30:25 +0000 Subject: [PATCH] - Update to 0.4.0: * Drop py27 support and add badges #15 * Use requests(-cache) #12 * Add checking of self- and local html anchors #10 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-check-links?expand=0&rev=11 --- pytest_check_links-0.3.4.tar.gz | 3 --- pytest_check_links-0.4.0.tar.gz | 3 +++ python-pytest-check-links.changes | 8 ++++++++ python-pytest-check-links.spec | 7 ++++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 pytest_check_links-0.3.4.tar.gz create mode 100644 pytest_check_links-0.4.0.tar.gz diff --git a/pytest_check_links-0.3.4.tar.gz b/pytest_check_links-0.3.4.tar.gz deleted file mode 100644 index 8665e34..0000000 --- a/pytest_check_links-0.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b3216548431bf9796557e8ee8fd8e5e77a69a4690b3b2f9bcf6fb5af16a502b -size 8598 diff --git a/pytest_check_links-0.4.0.tar.gz b/pytest_check_links-0.4.0.tar.gz new file mode 100644 index 0000000..d8b13db --- /dev/null +++ b/pytest_check_links-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c24c79b72cbe9c507042f3fc122d549bb50163515ba9e5e23896a8e9ecebd2 +size 13415 diff --git a/python-pytest-check-links.changes b/python-pytest-check-links.changes index 11a8beb..c2c688e 100644 --- a/python-pytest-check-links.changes +++ b/python-pytest-check-links.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun May 3 07:27:33 UTC 2020 - Tomáš Chvátal + +- Update to 0.4.0: + * Drop py27 support and add badges #15 + * Use requests(-cache) #12 + * Add checking of self- and local html anchors #10 + ------------------------------------------------------------------- Mon Apr 27 10:25:16 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-check-links.spec b/python-pytest-check-links.spec index e7b3635..2bc9136 100644 --- a/python-pytest-check-links.spec +++ b/python-pytest-check-links.spec @@ -17,10 +17,11 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 # Tests natually require internet %bcond_with test Name: python-pytest-check-links -Version: 0.3.4 +Version: 0.4.0 Release: 0 Summary: Pytest plugin for checking links in files License: BSD-3-Clause @@ -34,7 +35,7 @@ BuildRequires: python-rpm-macros Requires: python-docutils Requires: python-html5lib Requires: python-pytest >= 2.8 -Requires: python-six +Requires: python-requests Requires(post): update-alternatives Requires(postun): update-alternatives Recommends: python-jupyter_nbconvert @@ -45,7 +46,7 @@ BuildRequires: %{python_module html5lib} BuildRequires: %{python_module jupyter_nbconvert} BuildRequires: %{python_module jupyter_nbformat} BuildRequires: %{python_module pytest >= 2.8} -BuildRequires: %{python_module six} +BuildRequires: %{python_module requests} %endif %python_subpackages