forked from pool/python-SQLAlchemy
Accepting request 874678 from home:mcepl:branches:python36
- Add tests_overcome_bpo42967.patch to over effects of bpo#42967, which forbade mixing amps and semicolons in query strings as separators (gh#sqlalchemy/sqlalchemy#5969). OBS-URL: https://build.opensuse.org/request/show/874678 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=186
This commit is contained in:
@@ -26,6 +26,10 @@ License: MIT
|
||||
URL: https://www.sqlalchemy.org
|
||||
Source: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
|
||||
Source1: SQLAlchemy.keyring
|
||||
# PATCH-FIX-UPSTREAM tests_overcome_bpo42967.patch gh#sqlalchemy/sqlalchemy#5969 mcepl@suse.com
|
||||
# over effects of bpo#42967, which forbade mixing amps and
|
||||
# semicolons in query strings as separators.
|
||||
Patch0: tests_overcome_bpo42967.patch
|
||||
# devel is needed for optional C extensions cprocessors.so, cresultproxy.so and cutils.so
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -65,7 +69,7 @@ This package contains HTML documentation, including tutorials and API
|
||||
reference for python-SQLAlchemy.
|
||||
|
||||
%prep
|
||||
%setup -q -n SQLAlchemy-%{version}
|
||||
%autosetup -p1 -n SQLAlchemy-%{version}
|
||||
|
||||
rm -rf doc/build # Remove unnecessary scripts for building documentation
|
||||
sed -i 's/\r$//' examples/dynamic_dict/dynamic_dict.py
|
||||
|
||||
Reference in New Issue
Block a user