Adding upstream version 1.24.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
fc52eb2608
commit
e23463a20d
3 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
1.24.3 (2022/01/20)
|
||||||
|
===================
|
||||||
|
|
||||||
|
Bug Fixes:
|
||||||
|
----------
|
||||||
|
* Upgrade cli_helpers to workaround Pygments regression.
|
||||||
|
|
||||||
|
|
||||||
1.24.2 (2022/01/11)
|
1.24.2 (2022/01/11)
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '1.24.2'
|
__version__ = '1.24.3'
|
||||||
|
|
5
setup.py
5
setup.py
|
@ -19,12 +19,13 @@ description = 'CLI for MySQL Database. With auto-completion and syntax highlight
|
||||||
install_requirements = [
|
install_requirements = [
|
||||||
'click >= 7.0',
|
'click >= 7.0',
|
||||||
'cryptography >= 1.0.0',
|
'cryptography >= 1.0.0',
|
||||||
'Pygments>=1.6,<=2.11.1',
|
# 'Pygments>=1.6,<=2.11.1',
|
||||||
|
'Pygments>=1.6',
|
||||||
'prompt_toolkit>=3.0.6,<4.0.0',
|
'prompt_toolkit>=3.0.6,<4.0.0',
|
||||||
'PyMySQL >= 0.9.2',
|
'PyMySQL >= 0.9.2',
|
||||||
'sqlparse>=0.3.0,<0.5.0',
|
'sqlparse>=0.3.0,<0.5.0',
|
||||||
'configobj >= 5.0.5',
|
'configobj >= 5.0.5',
|
||||||
'cli_helpers[styles] >= 2.0.1',
|
'cli_helpers[styles] >= 2.2.1',
|
||||||
'pyperclip >= 1.8.1',
|
'pyperclip >= 1.8.1',
|
||||||
'pyaes >= 1.6.1'
|
'pyaes >= 1.6.1'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue