diff --git a/autopep8-1.0.3.tar.gz b/autopep8-1.0.3.tar.gz deleted file mode 100644 index 5a606b0..0000000 --- a/autopep8-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28cd7bd8f369e2a71c44f08027d4123acd45f3d49124051af29035399aaa1e2f -size 104124 diff --git a/autopep8-1.1.1.tar.gz b/autopep8-1.1.1.tar.gz new file mode 100644 index 0000000..10ea092 --- /dev/null +++ b/autopep8-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4844c9420f0b5ec3cfc1a3cf264f139c16eb891aba55884a601edeb11c40adc +size 106855 diff --git a/python-autopep8.changes b/python-autopep8.changes index 0665f08..63365a9 100644 --- a/python-autopep8.changes +++ b/python-autopep8.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 21 18:02:55 UTC 2015 - benoit.monin@gmx.fr + +- update to 1.1.1: no upstream changelog +- add -q to test to avoid spamming the build log + ------------------------------------------------------------------- Sat Nov 08 17:23:00 UTC 2014 - Led diff --git a/python-autopep8.spec b/python-autopep8.spec index 7be94cf..5c44ab7 100644 --- a/python-autopep8.spec +++ b/python-autopep8.spec @@ -1,7 +1,7 @@ # # spec file for package python-autopep8 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-autopep8 -Version: 1.0.3 +Version: 1.1.1 Release: 0 Url: https://github.com/hhatto/autopep8 Summary: Automatic generated to pep8 checked code @@ -57,7 +57,7 @@ ln -s %{_bindir}/autopep8-%{py_ver} %{buildroot}%{_bindir}/autopep8 %check # need to set locale to avoid UnicodeEncodeError export LANG="en_US.UTF-8" -python setup.py test +python setup.py test -q %pre # Since /usr/bin/autopep8 became ghosted to be used with update-alternatives, we have to get rid