From 118a218c14b63d500005a6c3be9c79da1228c73c706f29b2aafc578b4afc0c45 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 9 May 2024 08:29:22 +0000 Subject: [PATCH] - update to 1.27.2: * Don't use default prompt when one is not supplied to the --prompt option. * Don't install tests. * Do not ignore the socket passed with the -S option, even when no port is passed * Fix unexpected exception when using dsn without username & password (Thanks: [Will Wang]) * Let the `--prompt` option act normally with its predefined default value * paramiko is newer than 2.11.0 now, remove version pinning `cryptography`. * Drop support for Python 3.7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mycli?expand=0&rev=7 --- mycli-1.27.0.tar.gz | 3 --- mycli-1.27.2.tar.gz | 3 +++ python-mycli.changes | 17 +++++++++++++++++ python-mycli.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 mycli-1.27.0.tar.gz create mode 100644 mycli-1.27.2.tar.gz diff --git a/mycli-1.27.0.tar.gz b/mycli-1.27.0.tar.gz deleted file mode 100644 index 03fc215..0000000 --- a/mycli-1.27.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a71db5bd9c1a7d0006f4f2ff01548ce75637d3f50ca3a7e77b950b5b46aff7cd -size 290701 diff --git a/mycli-1.27.2.tar.gz b/mycli-1.27.2.tar.gz new file mode 100644 index 0000000..81c8240 --- /dev/null +++ b/mycli-1.27.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11da4e614640096ea8066443d75946f8f281714ca30a89065c91fdc5f950b72 +size 286459 diff --git a/python-mycli.changes b/python-mycli.changes index 92192c5..ac76e23 100644 --- a/python-mycli.changes +++ b/python-mycli.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu May 9 08:27:09 UTC 2024 - Dirk Müller + +- update to 1.27.2: + * Don't use default prompt when one is not supplied to the + --prompt option. + * Don't install tests. + * Do not ignore the socket passed with the -S option, even when + no port is passed + * Fix unexpected exception when using dsn without username & + password (Thanks: [Will Wang]) + * Let the `--prompt` option act normally with its predefined + default value + * paramiko is newer than 2.11.0 now, remove version pinning + `cryptography`. + * Drop support for Python 3.7 + ------------------------------------------------------------------- Thu Dec 7 23:00:37 UTC 2023 - Dirk Müller diff --git a/python-mycli.spec b/python-mycli.spec index 67863fe..4a56d93 100644 --- a/python-mycli.spec +++ b/python-mycli.spec @@ -1,7 +1,7 @@ # # spec file for package python-mycli # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-mycli -Version: 1.27.0 +Version: 1.27.2 Release: 0 Summary: CLI for MySQL Database. With auto-completion and syntax highlighting License: BSD-3-Clause @@ -60,7 +60,7 @@ Requires: python-pyperclip >= 1.8.1 Requires: python-sqlglot >= 5.1.3 Requires: python-sqlparse >= 0.3.0 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Suggests: python-paramiko BuildArch: noarch %python_subpackages