diff --git a/python-pyvirtualize.spec b/python-pyvirtualize.spec index 1f59c33..0ddcdc0 100644 --- a/python-pyvirtualize.spec +++ b/python-pyvirtualize.spec @@ -23,9 +23,9 @@ VMs operations: power, file, process, snapshot, admin, utilities\ And of course, you can use it to access all the API through python. Name: python-%{modname} -# pypi tells current version is 0.9 +# pypi tells current version Version: 0.10 -Release: 1.%{date}git%(c=%commit0; echo ${c:0:7} )%{?dist} +Release: 2.%{date}git%(c=%commit0; echo ${c:0:7} )%{?dist} Summary: Another python frontend to access and manage pyvmomi License: ASL 2.0 @@ -74,6 +74,8 @@ This package installs %{summary}. %prep %autosetup -n %{srcname}-%{commit0} +# skip backported dependencies +sed -i /typing/d requirements.txt %build %py3_build @@ -114,6 +116,9 @@ ln -fs %{_jsdir}/jquery/3/jquery.js docs/build/html/_static %changelog +* Sun Apr 05 2020 Raphael Groner - 0.10-2.20191018gitdc2d971 +- skip backported dependency of module typing + * Thu Apr 02 2020 Raphael Groner - 0.10-1.20191018gitdc2d971 - use latest snapshot, rhbz#1770851 - improve support for python3 and dependencies, see upstream commits