15
0
forked from pool/python-mycli
Files
python-mycli/python-mycli.changes
Dirk Mueller 118a218c14 - 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
2024-05-09 08:29:22 +00:00

46 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
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>
- 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>
- 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
-------------------------------------------------------------------
Thu Oct 13 09:44:00 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Initial build
+ Version 1.26.1