From c4e8284f9dd10c6c010571e274b52322d11f4106e64e1bc4373fd5cd62a5c85a Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 12 May 2014 11:09:11 +0000 Subject: [PATCH] Accepting request 233564 from home:TheBlackCat:branches:devel:languages:python Update to 1.0.2 OBS-URL: https://build.opensuse.org/request/show/233564 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=12 --- autopep8-0.9.5.tar.gz | 3 --- autopep8-1.0.2.tar.gz | 3 +++ python-autopep8.changes | 11 +++++++++++ python-autopep8.spec | 6 ++++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 autopep8-0.9.5.tar.gz create mode 100644 autopep8-1.0.2.tar.gz diff --git a/autopep8-0.9.5.tar.gz b/autopep8-0.9.5.tar.gz deleted file mode 100644 index 707cc14..0000000 --- a/autopep8-0.9.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f24af8a1a72c73a2ac5779ab8c1f508849e2398468b3c7c7b67a8dcaeb1e9360 -size 52266 diff --git a/autopep8-1.0.2.tar.gz b/autopep8-1.0.2.tar.gz new file mode 100644 index 0000000..ec3668e --- /dev/null +++ b/autopep8-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856d0d88240f1ecba78a209d5d5af277ef26dc7398a3d9ae4c5c37c443e80472 +size 103862 diff --git a/python-autopep8.changes b/python-autopep8.changes index 2f8ea99..97c50dc 100644 --- a/python-autopep8.changes +++ b/python-autopep8.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri May 9 09:43:05 UTC 2014 - toddrme2178@gmail.com + +- Update to 1.0.2: + + Upstream provides no changelog +- Update to 1.0.1 +- Update to 1.0.0 +- Update to 0.9.7 +- Update to 0.9.6 +- Fix UnicodeDecodeError in unittests + ------------------------------------------------------------------- Fri Nov 15 13:34:19 UTC 2013 - speilicke@suse.com diff --git a/python-autopep8.spec b/python-autopep8.spec index e5024f8..599c213 100644 --- a/python-autopep8.spec +++ b/python-autopep8.spec @@ -1,7 +1,7 @@ # # spec file for package python-autopep8 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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: 0.9.5 +Version: 1.0.2 Release: 0 Url: https://github.com/hhatto/autopep8 Summary: Automatic generated to pep8 checked code @@ -55,6 +55,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} 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 %pre