You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SPECS/python-idna/python-idna.spec
+21-7Lines changed: 21 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Summary: Internationalized Domain Names in Applications (IDNA).
2
2
Name: python-idna
3
-
Version: 3.3
3
+
Version: 3.7
4
4
Release: 1%{?dist}
5
5
License: BSD-like
6
6
Vendor: Microsoft Corporation
@@ -16,11 +16,15 @@ Support for the Internationalised Domain Names in Applications (IDNA) protocol a
16
16
17
17
%package -n python3-idna
18
18
Summary: Internationalized Domain Names in Applications (IDNA).
19
+
BuildRequires: python-flit-core
19
20
BuildRequires: python3-devel
21
+
BuildRequires: python3-pip
20
22
BuildRequires: python3-setuptools
21
23
BuildRequires: python3-xml
22
24
Requires: python3
23
-
25
+
%if %{with_check}
26
+
BuildRequires: python3-pytest
27
+
%endif
24
28
%description -n python3-idna
25
29
Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This is the latest version of the protocol and is sometimes referred to as “IDNA 2008”.
26
30
@@ -30,22 +34,32 @@ This acts as a suitable replacement for the “encodings.idna” module that com
0 commit comments