diff --git a/python-python-sql.changes b/python-python-sql.changes index d086c87..0acb6c8 100644 --- a/python-python-sql.changes +++ b/python-python-sql.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 25 18:30:16 UTC 2020 - Axel Braun + +- Version 1.1.0 - 2020-01-25 + * Add ORDER BY clause to aggregate functions + * Add support for Python 3.8 + * Add distinct on Select + ------------------------------------------------------------------- Mon Oct 1 08:59:59 UTC 2018 - Axel Braun diff --git a/python-python-sql.spec b/python-python-sql.spec index 0c7c746..719a299 100644 --- a/python-python-sql.spec +++ b/python-python-sql.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define base_name python-sql Name: python-%{base_name} -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: Library to write SQL queries License: BSD-3-Clause diff --git a/python-sql-1.0.0.tar.gz b/python-sql-1.0.0.tar.gz deleted file mode 100644 index 94ee051..0000000 --- a/python-sql-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bbbb1eef667679316ec9fc415f0b616a098e482b41eea73ed4945e0cd48d116 -size 31268 diff --git a/python-sql-1.1.0.tar.gz b/python-sql-1.1.0.tar.gz new file mode 100644 index 0000000..3a2b7c7 --- /dev/null +++ b/python-sql-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb73b325ac5e4bd7605ea07ad575f1499e6c93ada65b03dea6a430e3c080f38 +size 31666