From 089147cda92b1b9b483b25c3d4eff986b41f8df68126ad415679befddf266e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 30 Oct 2019 13:47:48 +0000 Subject: [PATCH] - Update to 1.3.10: * Fixed regression in selectinload loader strategy * Passing a plain string expression to Session.query() is deprecated * A warning is emitted for a condition in which the Session may implicitly swap an object out of the identity map for another one with the same primary key OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=153 --- SQLAlchemy-1.3.10.tar.gz | 3 +++ SQLAlchemy-1.3.8.tar.gz | 3 --- python-SQLAlchemy.changes | 10 ++++++++++ python-SQLAlchemy.spec | 7 +++---- 4 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 SQLAlchemy-1.3.10.tar.gz delete mode 100644 SQLAlchemy-1.3.8.tar.gz diff --git a/SQLAlchemy-1.3.10.tar.gz b/SQLAlchemy-1.3.10.tar.gz new file mode 100644 index 0000000..24ad033 --- /dev/null +++ b/SQLAlchemy-1.3.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0768b5db594517e1f5e1572c73d14cf295140756431270d89496dc13d5e46c +size 5967223 diff --git a/SQLAlchemy-1.3.8.tar.gz b/SQLAlchemy-1.3.8.tar.gz deleted file mode 100644 index 82534ef..0000000 --- a/SQLAlchemy-1.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f8ff566a4d3a92246d367f2e9cd6ed3edeef670dcd6dda6dfdc9efed88bcd80 -size 5933959 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 21f482a..6044047 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Oct 30 13:03:18 UTC 2019 - Tomáš Chvátal + +- Update to 1.3.10: + * Fixed regression in selectinload loader strategy + * Passing a plain string expression to Session.query() is deprecated + * A warning is emitted for a condition in which the Session may + implicitly swap an object out of the identity map for another one + with the same primary key + ------------------------------------------------------------------- Sat Aug 31 04:34:30 UTC 2019 - Arun Persaud diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 2735ed8..8c45d74 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -19,16 +19,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-SQLAlchemy -Version: 1.3.8 +Version: 1.3.10 Release: 0 Summary: Database Abstraction Library License: MIT -Group: Development/Languages/Python URL: https://www.sqlalchemy.org Source: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz # devel is needed for optional C extensions cprocessors.so, cresultproxy.so and cutils.so BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: %{pythons} BuildRequires: fdupes BuildRequires: python-rpm-macros Provides: python-sqlalchemy = %{version} @@ -55,7 +55,6 @@ domain. %package -n %{name}-doc Summary: Documentation for python-SQLAlchemy -Group: Documentation/Other Provides: %{python_module SQLAlchemy-doc = %{version}} BuildArch: noarch @@ -77,7 +76,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -%pytest +%pytest -n auto %files %{python_files} %license LICENSE