From 1d3850e132a5d671ba01a61911d25c4658abc5eb Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 17 Aug 2021 16:21:46 +0800 Subject: [PATCH] add buildrequires (cherry picked from commit 6fe0b8ba71784d26d46624cc0494de9de930ecad) --- python-xmltodict.spec | 11 ++++++++--- python-xmltodict-0.12.0.tar.gz => v0.12.0.tar.gz | Bin 2 files changed, 8 insertions(+), 3 deletions(-) rename python-xmltodict-0.12.0.tar.gz => v0.12.0.tar.gz (100%) diff --git a/python-xmltodict.spec b/python-xmltodict.spec index 91cd9f1..581d35f 100644 --- a/python-xmltodict.spec +++ b/python-xmltodict.spec @@ -2,20 +2,22 @@ Name: python-xmltodict Version: 0.12.0 -Release: 1 +Release: 2 Summary: Python module that makes working with XML feel like you are working with JSON License: MIT URL: https://github.com/martinblech/xmltodict -Source0: https://github.com/martinblech/xmltodict/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/martinblech/xmltodict/archive/refs/tags/v0.12.0.tar.gz BuildArch: noarch %description - +Python module that makes working with XML feel like you are working with JSON %package -n python3-xmltodict Summary: Python module that makes working with XML feel like you are working with JSON BuildRequires: python3-pytest +BuildRequires: python3-devel +BuildRequires: python3-setuptools %description -n python3-xmltodict Python module that makes working with XML feel like you are working with JSON @@ -39,5 +41,8 @@ Python module that makes working with XML feel like you are working with JSON %changelog +* Tue Aug 17 2021 wulei - 0.12.0-2 +- add buildrequires + * Tue Apr 28 2020 Wei Xiong - init package diff --git a/python-xmltodict-0.12.0.tar.gz b/v0.12.0.tar.gz similarity index 100% rename from python-xmltodict-0.12.0.tar.gz rename to v0.12.0.tar.gz -- Gitee