forked from pool/python-autopep8
Accepting request 298347 from home:benoit_monin:branches:devel:languages:python
- update to 1.1.1: no upstream changelog - add -q to test to avoid spamming the build log OBS-URL: https://build.opensuse.org/request/show/298347 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=18
This commit is contained in:
committed by
Git OBS Bridge
parent
28c1487bbc
commit
ff23ed5d79
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28cd7bd8f369e2a71c44f08027d4123acd45f3d49124051af29035399aaa1e2f
|
||||
size 104124
|
||||
3
autopep8-1.1.1.tar.gz
Normal file
3
autopep8-1.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4844c9420f0b5ec3cfc1a3cf264f139c16eb891aba55884a601edeb11c40adc
|
||||
size 106855
|
||||
@@ -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 <ledest@gmail.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user