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,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c03035c9b4526dbfa0b0859654e2974a0e77592a9e9b27f40f5a8daae83beb1
|
||||
size 277434
|
||||
3
mycli-1.27.0.tar.gz
Normal file
3
mycli-1.27.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a71db5bd9c1a7d0006f4f2ff01548ce75637d3f50ca3a7e77b950b5b46aff7cd
|
||||
size 290701
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 23:00:37 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 19 11:26:41 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -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