!8 Upgrade to 10.4.0
From: @lyn1001 Reviewed-by: @starlet-dx Signed-off-by: @starlet-dx
This commit is contained in:
commit
cc96a15767
Binary file not shown.
BIN
LinkChecker-10.4.0.tar.gz
Normal file
BIN
LinkChecker-10.4.0.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: linkchecker
|
Name: linkchecker
|
||||||
Version: 10.2.1
|
Version: 10.4.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Check HTML documents for broken links
|
Summary: Check HTML documents for broken links
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://linkcheck.github.io/linkchecker/
|
URL: https://linkcheck.github.io/linkchecker/
|
||||||
Source0: https://github.com/linkchecker/linkchecker/releases/download/v{version}/LinkChecker-%{version}.tar.gz
|
Source0: https://github.com/linkchecker/linkchecker/releases/download/v%{version}/LinkChecker-%{version}.tar.gz
|
||||||
BuildRequires: gcc gettext python3-devel python3-setuptools
|
BuildRequires: gcc gettext python3-devel python3-setuptools
|
||||||
BuildRequires: python3dist(dnspython) python3dist(future) python3dist(pyxdg)
|
BuildRequires: python3dist(dnspython) python3dist(future) python3dist(pyxdg)
|
||||||
BuildRequires: python3dist(requests) >= 2.4
|
BuildRequires: python3dist(requests) >= 2.4
|
||||||
@ -36,13 +36,13 @@ support
|
|||||||
... and a lot more ...
|
... and a lot more ...
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-%{version}
|
%autosetup -p1 -n LinkChecker-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_build
|
%pyproject_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install linkchecker==10.2.1
|
%pyproject_install
|
||||||
%find_lang linkchecker
|
%find_lang linkchecker
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -62,6 +62,9 @@ pytest --ignore=tests/checker/test_telnet.py
|
|||||||
%{_datadir}/linkchecker/
|
%{_datadir}/linkchecker/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 26 2024 liyanan <liyanan61@h-partners.com> - 10.4.0-1
|
||||||
|
- Upgrade to 10.4.0
|
||||||
|
|
||||||
* Thu Apr 27 2023 xu_ping <707078654@qq.com> - 10.2.1-1
|
* Thu Apr 27 2023 xu_ping <707078654@qq.com> - 10.2.1-1
|
||||||
- Upgrade to 10.2.1
|
- Upgrade to 10.2.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user