From d07bd33cb7b3b04de7ac505f90e092f3fc8144e21d7a95688dd1b26d87585566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 23 Nov 2020 09:22:55 +0000 Subject: [PATCH] Accepting request 849763 from home:jayvdb:py-new update OBS-URL: https://build.opensuse.org/request/show/849763 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=61 --- SQLAlchemy-Utils-0.36.6.tar.gz | 3 --- SQLAlchemy-Utils-0.36.8.tar.gz | 3 +++ python-SQLAlchemy-Utils.changes | 10 ++++++++++ python-SQLAlchemy-Utils.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 SQLAlchemy-Utils-0.36.6.tar.gz create mode 100644 SQLAlchemy-Utils-0.36.8.tar.gz diff --git a/SQLAlchemy-Utils-0.36.6.tar.gz b/SQLAlchemy-Utils-0.36.6.tar.gz deleted file mode 100644 index 9986c9e..0000000 --- a/SQLAlchemy-Utils-0.36.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a7fab14bed80df065412bbf71a0a9b0bfeb4b7c111c2d9bffe57283082f3a6b -size 131690 diff --git a/SQLAlchemy-Utils-0.36.8.tar.gz b/SQLAlchemy-Utils-0.36.8.tar.gz new file mode 100644 index 0000000..26890ab --- /dev/null +++ b/SQLAlchemy-Utils-0.36.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb66e9956e41340011b70b80f898fde6064ec1817af77199ee21ace71d7d6ab0 +size 138025 diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index 1734280..f497c94 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jul 11 18:37:48 UTC 2020 - Arun Persaud + +- update to version 0.36.8: + * Don't connect to 'postgres' data base for database existence check + (#372, pull request courtesy of bernt-matthias) + +- changes from version 0.36.7: + * Fix dynamic relationships for observables (#455) + ------------------------------------------------------------------- Tue Jun 9 12:14:36 UTC 2020 - Tomáš Chvátal diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index bfd25aa..1f5cd59 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/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_correlated_expression.py 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 -rs -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)' %files %{python_files} %license LICENSE