forked from pool/python-PyMySQL
Accepting request 306395 from home:benoit_monin:branches:devel:languages:python
- update to version 0.6.6 - remove unwanted shebang of python files in test_MySQLdb OBS-URL: https://build.opensuse.org/request/show/306395 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
5cf7cc0cc4
commit
b71021c0f9
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PyMySQL
|
||||
#
|
||||
# Copyright (c) 2013 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-PyMySQL
|
||||
Version: 0.6
|
||||
Version: 0.6.6
|
||||
Release: 0
|
||||
Summary: Pure Python MySQL Driver
|
||||
License: MIT
|
||||
@@ -45,6 +45,8 @@ its unit tests as well as running it against the MySQLdb and myconnpy unit tests
|
||||
|
||||
%prep
|
||||
%setup -q -n PyMySQL-%{version}
|
||||
# remove unwanted shebang
|
||||
sed -i '1 { /^#!/ d }' pymysql/tests/thirdparty/test_MySQLdb/*.py
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
|
||||
Reference in New Issue
Block a user