From 190e374d740ee2f3de3090415fb5d9b59ba2d98c Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:50:07 +0800 Subject: [PATCH] update code --- python-pysocks.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-pysocks.spec b/python-pysocks.spec index 4848c9c..3a80bf5 100644 --- a/python-pysocks.spec +++ b/python-pysocks.spec @@ -1,6 +1,6 @@ Name: python-pysocks Version: 1.7.0 -Release: 1 +Release: 2 Summary: A Python SOCKS client module License: BSD URL: https://github.com/Anorov/PySocks @@ -17,7 +17,7 @@ ease as possible. Summary: A Python SOCKS client module BuildRequires: python2-devel python2-setuptools # for tests -BuildRequires: python2-pytest python2-psutil +BuildRequires: python2-pytest %{?python_provide:%python_provide python2-pysocks} # https://bugzilla.redhat.com/show_bug.cgi?id=1334407 @@ -35,7 +35,7 @@ This package is for Python2 only. Summary: A Python SOCKS client module BuildRequires: python3-devel python3-setuptools # for tests -BuildRequires: python3-pytest python3-psutil +BuildRequires: python3-pytest %{?python_provide:%python_provide python3-pysocks} # if it exist, we would conflict with it. @@ -89,5 +89,8 @@ rm -rfv test/bin %doc README.md %changelog +* Sat Oct 26 2019 openEuler Buildteam - 1.7.0-2 +- optimize spec file. + * Sat Sep 14 2019 openEuler Buildteam - 1.7.0-1 - Package init