forked from pool/python-mycli
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a71db5bd9c1a7d0006f4f2ff01548ce75637d3f50ca3a7e77b950b5b46aff7cd
|
||||
size 290701
|
||||
3
mycli-1.27.2.tar.gz
Normal file
3
mycli-1.27.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d11da4e614640096ea8066443d75946f8f281714ca30a89065c91fdc5f950b72
|
||||
size 286459
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 08:27:09 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user