diff --git a/python-python-sql.changes b/python-python-sql.changes index c68cb44..e59fe6c 100644 --- a/python-python-sql.changes +++ b/python-python-sql.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat May 3 08:43:48 UTC 2025 - Axel Braun + +- Version 1.6.0 - 2025-05-02 + * Fix position of order_by parameters in Select query + * Add support for weak reference on SQL objects + * Add support for Python 3.13 + ------------------------------------------------------------------- Thu Oct 31 16:46:13 UTC 2024 - Dirk Müller diff --git a/python-python-sql.spec b/python-python-sql.spec index 73758f6..07902ab 100644 --- a/python-python-sql.spec +++ b/python-python-sql.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-sql # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-python-sql -Version: 1.5.2 +Version: 1.6.0 Release: 0 Summary: Library to write SQL queries License: BSD-3-Clause diff --git a/python_sql-1.5.2.tar.gz b/python_sql-1.5.2.tar.gz deleted file mode 100644 index 91dba70..0000000 --- a/python_sql-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:735f52372187cb956b1aee8ca070039f73ba8913bb8b7def942efc14d506cd36 -size 39171 diff --git a/python_sql-1.6.0.tar.gz b/python_sql-1.6.0.tar.gz new file mode 100644 index 0000000..0990a89 --- /dev/null +++ b/python_sql-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b34a124e8ad74c53acd97248684b5bfbb4538388f6676662981a327183ec36c +size 39406