From 3f00cafeb9f24a64773fecc032ffccf4aac4ba4e Mon Sep 17 00:00:00 2001 From: Christian Dersch Date: Jun 19 2017 20:56:34 +0000 Subject: new version (1.5.3) --- diff --git a/python-astroid.spec b/python-astroid.spec index cf71034..29b509b 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -26,8 +26,8 @@ trees by inspecting living objects. # singledispatch comes from functools on py3 Name: python-astroid -Version: 1.5.2 -Release: 4%{?dist} +Version: 1.5.3 +Release: 1%{?dist} Summary: %{sum} Group: Development/Languages License: GPLv2+ @@ -126,6 +126,9 @@ PYTHONPATH=./ %{__python3} -m unittest discover -p "unittest*.py" %endif # with_python3 %changelog +* Mon Jun 19 2017 Christian Dersch - 1.5.3-1 +- new version + * Mon May 29 2017 Christian Dersch - 1.5.2-4 - Python 2 test fails also on F26 (I guess we need new enum34 there too)