File project.diff of Package python-SQLAlchemy-Utils
--- python-SQLAlchemy-Utils.changes.orig
+++ python-SQLAlchemy-Utils.changes
@@ -1,4 +1,14 @@
-------------------------------------------------------------------
+Mon Sep 28 11:07:51 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
+
+- Update to version 0.36.8:
+ - Don't connect to 'postgres' data base for database existence
+ check (#372, pull request courtesy of bernt-matthias)
+- Update to version 0.36.7:
+ - Fix dynamic relationships for observables (#455)
+- Disable two more tests, that require a postgres database
+
+-------------------------------------------------------------------
Tue Jun 9 12:14:36 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Add missing deps
--- python-SQLAlchemy-Utils.spec.orig
+++ python-SQLAlchemy-Utils.spec
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-SQLAlchemy-Utils
-Version: 0.36.6
+Version: 0.36.8
Release: 0
Summary: Various utility functions for SQLAlchemy
License: BSD-3-Clause
@@ -97,7 +97,7 @@ rm tests/relationships/test_select_corre
rm tests/types/test_composite.py
rm tests/types/test_ltree.py
rm tests/types/test_tsvector.py
-%pytest -k 'not (TestDatabasePostgres or TestDatabaseMssql or OnPostgres or OnMysql or TestPostgres or TestMysql or TestSortQueryRelationshipCounts or TestSortQueryWithPolymorphicInheritance or TestMaterializedViews or TestLazyEvaluatedSelectExpressionsForAggregates or TestAggregatesWithManyToManyRelationships or TestAggregateManyToManyAndManyToMany or TestAggregateOneToManyAndOneToMany or TestJSONSQL or TestJSONBSQL or TestSortQueryWithCustomPolymorphic or TestAggregateOneToManyAndManyToMany or test_timezone)'
+%pytest -k 'not (TestDatabasePostgres or TestDatabaseMssql or OnPostgres or OnMysql or TestPostgres or TestMysql or TestSortQueryRelationshipCounts or TestSortQueryWithPolymorphicInheritance or TestMaterializedViews or TestLazyEvaluatedSelectExpressionsForAggregates or TestAggregatesWithManyToManyRelationships or TestAggregateManyToManyAndManyToMany or TestAggregateOneToManyAndOneToMany or TestJSONSQL or TestJSONBSQL or TestSortQueryWithCustomPolymorphic or TestAggregateOneToManyAndManyToMany or test_timezone or test_add_observed_object or test_add_observed_object_from_backref)'
%files %{python_files}
%license LICENSE