diff --git a/python-wrapt.spec b/python-wrapt.spec index 850ddb11004f4fc8063f7911a903ac07722d1ac0..5d53e642095b0de18cc6eb5f5d2db69ba82d9472 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,12 +1,12 @@ Name: python-wrapt Version: 1.12.1 -Release: 1 +Release: 2 Summary: A Python module for decorators, wrappers and monkey patching License: BSD URL: https://github.com/GrahamDumpleton/wrapt Source0: https://github.com/GrahamDumpleton/wrapt/archive/%{version}.tar.gz#/wrapt-%{version}.tar.gz -BuildRequires: python3-devel python3-sphinx +BuildRequires: python3-devel python3-sphinx gcc %description The aim of the wrapt module is to provide a transparent object proxy for Python, @@ -54,6 +54,9 @@ cd - %doc docs/build/html %changelog +* Mon May 31 2021 huanghaitao - 1.12.1-2 +- Completing build dependencies + * Wed Oct 14 2020 Zhipeng Xie - 1.12.1-1 - upgrade to 1.12.1