forked from pool/python-mycli
- update to 1.27.0:
* Detect TiDB instance, show in the prompt, and use additional
keywords.
* Fix the completion order to show more commonly-used keywords
at the top.
* Better handle empty statements in un/prettify
* Remove vi-mode bindings for prettify/unprettify.
* Honor `\G` when executing from commandline with `-e`.
* Correctly report the version of TiDB.
- Implement python packaging best practices:
* Don't catchall python sitelib
- Don't install toplevel test module
- Make sure the correct version metadata is installed
* Enable testsuite
- Add missing update-alternatives requirements
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mycli?expand=0&rev=5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-mycli
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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.26.1
|
||||
Version: 1.27.0
|
||||
Release: 0
|
||||
Summary: CLI for MySQL Database. With auto-completion and syntax highlighting
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user