diff --git a/python-pysocks.spec b/python-pysocks.spec index 52645edf4d1635af164c522405264de18640a9d9..d96cea10adbdab0374abaf3be9d00ecab3e76d38 100644 --- a/python-pysocks.spec +++ b/python-pysocks.spec @@ -1,6 +1,6 @@ Name: python-pysocks Version: 1.7.1 -Release: 2 +Release: 3 Summary: A Python SOCKS client module License: BSD URL: https://github.com/Anorov/PySocks @@ -15,7 +15,7 @@ ease as possible. %package -n python3-pysocks Summary: A Python SOCKS client module -BuildRequires: python3-devel python3-setuptools +BuildRequires: python3-devel python3-setuptools python3-psutil # for tests BuildRequires: python3-pytest %{?python_provide:%python_provide python3-pysocks} @@ -45,7 +45,7 @@ rm -rfv test/bin %check # package test_server is needed but not packaged -%if 0 +%if 1 %{__python3} setup.py test %endif @@ -61,6 +61,12 @@ rm -rfv test/bin %doc README.md %changelog +* Wed Feb 08 2023 zhuofeng - 1.7.1-3 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:make the test check + * Thu Oct 27 2022 zhangruifang - 1.7.1-2 - Rebuild for next release