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