License compliance rectification

This commit is contained in:
xigaoxinyan 2022-06-21 19:54:02 +08:00
parent 8f3a47fcf2
commit 1f8242e5e3
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
portend-3.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-portend
Version: 2.6
Release: 2
Version: 3.1.0
Release: 1
Summary: TCP port monitoring and discovery
License: MIT
URL: https://pypi.org/project/portend
Source0: https://files.pythonhosted.org/packages/04/98/997f8668b11292f13d3e69fc626232c497228306c764523c5a3a3b59c775/portend-2.6.tar.gz
Source0: https://files.pythonhosted.org/packages/6e/0a/42bcc9c97744958ce72d33f526e972379b9e90adede8a151f338818c41d4/portend-3.1.0.tar.gz
BuildArch: noarch
Recommends: %{name}-help = %{version}-%{release}
@ -105,7 +105,7 @@ a bound listener (i.e. a TCP connection is established to that host/port),
assert_free will raise a ``PortNotFree`` exception.
%prep
%autosetup -n portend-2.6
%autosetup -n portend-3.1.0
%build
%py3_build
@ -145,6 +145,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Jun 21 2022 houyingchao <houyingchao@h-partners.com> - 3.1.0-1
- Upgrade to version 3.1.0
* Mon Nov 16 2020 zhanghua <zhanghua@huawei.com> - 2.6-2
- fix random build failed