15
0

Accepting request 233566 from devel:languages:python

Update to 1.0.2 (forwarded request 233564 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/233566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autopep8?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2014-05-13 18:47:44 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f24af8a1a72c73a2ac5779ab8c1f508849e2398468b3c7c7b67a8dcaeb1e9360
size 52266

3
autopep8-1.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:856d0d88240f1ecba78a209d5d5af277ef26dc7398a3d9ae4c5c37c443e80472
size 103862

View File

@@ -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

View File

@@ -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