!18 update to 3.6
From: @zppzhangpan Reviewed-by: @robertxw Signed-off-by: @robertxw
This commit is contained in:
commit
edd476b391
BIN
idna-3.4.tar.gz
BIN
idna-3.4.tar.gz
Binary file not shown.
BIN
idna-3.6.tar.gz
Normal file
BIN
idna-3.6.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-idna
|
Name: python-idna
|
||||||
Version: 3.4
|
Version: 3.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Internationalized Domain Names in Applications (IDNA)
|
Summary: Internationalized Domain Names in Applications (IDNA)
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/kjd/idna
|
URL: https://github.com/kjd/idna
|
||||||
Source0: https://github.com/kjd/idna/archive/refs/tags/idna-3.4.tar.gz
|
Source0: https://github.com/kjd/idna/archive/refs/tags/idna-3.6.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ BuildRequires: python3-setuptools_scm
|
|||||||
BuildRequires: python3-pbr
|
BuildRequires: python3-pbr
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
BuildRequires: python3-flit-core
|
BuildRequires: python3-flit-core pytest
|
||||||
%description -n python3-idna
|
%description -n python3-idna
|
||||||
A library to support the Internationalised Domain Names in
|
A library to support the Internationalised Domain Names in
|
||||||
Applications (IDNA) protocol as specified in RFC 5891
|
Applications (IDNA) protocol as specified in RFC 5891
|
||||||
@ -78,7 +78,7 @@ mv %{buildroot}/filelist.lst .
|
|||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python3} setup.py test
|
%pytest
|
||||||
|
|
||||||
%files -n python3-idna -f filelist.lst
|
%files -n python3-idna -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
@ -88,6 +88,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 15 2024 zhangpan <zhangpan103@h-partners.com> - 3.6-1
|
||||||
|
- update to 3.6
|
||||||
|
|
||||||
* Fri Jun 30 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 3.4-1
|
* Fri Jun 30 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 3.4-1
|
||||||
- Update to 3.4
|
- Update to 3.4
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user