diff --git a/python-configobj.spec b/python-configobj.spec index bedd3c9df4c68ebca6e3dbd009cbee37931cdbe5..b399663d7a80537b8ddb1f9cc1c3a14a1d655a9b 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -2,13 +2,13 @@ Name: python-configobj Version: 5.0.6 -Release: 16 +Release: 17 Summary: ConfigObj is a simple but powerful config file reader and writer License: BSD URL: http://configobj.readthedocs.org/ Source0: https://github.com/DiffSK/configobj/archive/v%{version}.tar.gz -BuildRequires:python3-devel python3-pytest python3-setuptools python3-six git +BuildRequires:python3-devel python3-pytest python3-setuptools python3-six BuildArch: noarch %description @@ -38,7 +38,7 @@ Requires: python3-six config file reader and writer %prep -%autosetup -n configobj-%{version} -p1 -Sgit +%autosetup -n configobj-%{version} -p1 %build %py3_build @@ -56,6 +56,9 @@ export PYTHONWARNINGS=always %{python3_sitelib}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 5.0.6-17 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Fri Oct 30 2020 yanglongkang - 5.0.6-16 - remove python2 dependency