Upgrade to 10.4.0

This commit is contained in:
lyn1001 2024-02-26 11:32:22 +08:00
parent 8c4fbc07cf
commit 49ab8fc115
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
LinkChecker-10.4.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%define debug_package %{nil}
Name: linkchecker
Version: 10.2.1
Version: 10.4.0
Release: 1
Summary: Check HTML documents for broken links
License: GPLv2
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: python3dist(dnspython) python3dist(future) python3dist(pyxdg)
BuildRequires: python3dist(requests) >= 2.4
@ -36,13 +36,13 @@ support
... and a lot more ...
%prep
%autosetup -p1 -n %{name}-%{version}
%autosetup -p1 -n LinkChecker-%{version}
%build
%pyproject_build
%install
%pyproject_install linkchecker==10.2.1
%pyproject_install
%find_lang linkchecker
%check
@ -62,6 +62,9 @@ pytest --ignore=tests/checker/test_telnet.py
%{_datadir}/linkchecker/
%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
- Upgrade to 10.2.1