diff --git a/python-xmlsec.spec b/python-xmlsec.spec index 69fd638..c4a96fb 100644 --- a/python-xmlsec.spec +++ b/python-xmlsec.spec @@ -1,8 +1,8 @@ %global srcname xmlsec Name: python-%{srcname} -Version: 1.3.8 -Release: 2%{?dist} +Version: 1.3.9 +Release: 1%{?dist} Summary: Python bindings for the XML Security Library License: MIT @@ -10,6 +10,7 @@ URL: https://pypi.python.org/pypi/%{srcname} Source0: https://files.pythonhosted.org/packages/source/x/%{srcname}/%{srcname}-%{version}.tar.gz BuildRequires: gcc +BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros BuildRequires: libxml2-devel >= 2.9.1 BuildRequires: xmlsec1-devel >= 1.2.18 @@ -37,7 +38,7 @@ Requires: %{py3_dist lxml} %generate_buildrequires -%pyproject_buildrequires -t +%pyproject_buildrequires %build %pyproject_wheel @@ -56,6 +57,9 @@ Requires: %{py3_dist lxml} %changelog +* Tue Nov 24 2020 Martin Kutlak - 1.3.9-1 +- Update to 1.3.9 + * Wed Jul 29 2020 Fedora Release Engineering - 1.3.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild