diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-29 07:19:15 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-29 07:26:43 +0800 |
commit | 0bde1d95eb122f805516baa6911058b7b48fad9d (patch) | |
tree | 081c352d48f41ed69853914efd3ba01b8ff48920 /databases/py-mycli/files/patch-setup.py | |
parent | security/pecl-pkcs11: Fix build with PHP 8.1 (diff) |
databases/py-mycli: Update to 1.24.3
Changes: https://github.com/dbcli/mycli/blob/master/changelog.md
Diffstat (limited to 'databases/py-mycli/files/patch-setup.py')
-rw-r--r-- | databases/py-mycli/files/patch-setup.py | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/databases/py-mycli/files/patch-setup.py b/databases/py-mycli/files/patch-setup.py index f5355401ddb9..69cbfbde055b 100644 --- a/databases/py-mycli/files/patch-setup.py +++ b/databases/py-mycli/files/patch-setup.py @@ -1,16 +1,11 @@ ---- setup.py.orig 2021-01-07 01:54:09 UTC +--- setup.py.orig 2022-01-21 01:27:26 UTC +++ setup.py -@@ -21,11 +21,11 @@ install_requirements = [ - 'Pygments >= 1.6', - 'prompt_toolkit>=3.0.6,<4.0.0', - 'PyMySQL >= 0.9.2', -- 'sqlparse>=0.3.0,<0.4.0', -+ 'sqlparse>=0.3.0', +@@ -26,7 +26,7 @@ install_requirements = [ + 'sqlparse>=0.3.0,<0.5.0', 'configobj >= 5.0.5', - 'cryptography >= 1.0.0', - 'cli_helpers[styles] >= 2.0.1', -- 'pyperclip >= 1.8.1' -+ 'pyperclip >= 1.7.0' + 'cli_helpers[styles] >= 2.2.1', +- 'pyperclip >= 1.8.1', ++ 'pyperclip >= 1.7.0', + 'pyaes >= 1.6.1' ] - |