From 8ae732aebe1fd92f2a6bbd02c6580039a9f60a1c Mon Sep 17 00:00:00 2001 From: eaglegai Date: Tue, 15 Jun 2021 11:49:24 +0800 Subject: [PATCH] remove python2 test --- python-dns.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-dns.spec b/python-dns.spec index 9358cf6..69f86dc 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -14,7 +14,7 @@ messages, names, and records. Name: python-dns Summary: %{sum} Version: 1.16.0 -Release: 1 +Release: 2 License: MIT URL: http://www.dnspython.org/ Source0: http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz @@ -62,7 +62,6 @@ find examples -type f | xargs chmod a-x %py3_install %check -%{__python2} setup.py test %{__python3} setup.py test %files -n python2-dns @@ -79,6 +78,9 @@ find examples -type f | xargs chmod a-x %doc examples %changelog +* Tue Jun 15 2021 gaihuiying - 1.16.0-2 +- remove python2 test + * Mon Jan 18 2021 jinzhimin - 1.16.0-1 - update to 1.16.0 -- Gitee