update to 3.6
This commit is contained in:
parent
b6ae827953
commit
ed3ab4e7b6
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
|
||||
Name: python-idna
|
||||
Version: 3.4
|
||||
Version: 3.6
|
||||
Release: 1
|
||||
Summary: Internationalized Domain Names in Applications (IDNA)
|
||||
License: BSD
|
||||
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
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@ BuildRequires: python3-setuptools_scm
|
||||
BuildRequires: python3-pbr
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-flit-core
|
||||
BuildRequires: python3-flit-core pytest
|
||||
%description -n python3-idna
|
||||
A library to support the Internationalised Domain Names in
|
||||
Applications (IDNA) protocol as specified in RFC 5891
|
||||
@ -78,7 +78,7 @@ mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
%check
|
||||
%{__python3} setup.py test
|
||||
%pytest
|
||||
|
||||
%files -n python3-idna -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
@ -88,6 +88,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Update to 3.4
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user