databases/py-mycli: Update to 1.26.1

Changes:	https://github.com/dbcli/mycli/blob/main/changelog.md
This commit is contained in:
Po-Chuan Hsieh
2022-09-10 21:02:41 +08:00
parent e8f2ec69a9
commit 3f3cc7e115
3 changed files with 19 additions and 9 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
PORTNAME= mycli
PORTVERSION= 1.25.0
PORTVERSION= 1.26.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,9 +20,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=2.2.1:devel/py-cli-helpers@${PY
${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pymysql>=0.9.2:databases/py-pymysql@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyperclip>=1.7.0:devel/py-pyperclip@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlglot>=5.1.3:databases/py-sqlglot@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.3.0<0.5.0:databases/py-sqlparse@${PY_FLAVOR}
USES= mysql python:3.6+
USES= mysql python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1649423742
SHA256 (mycli-1.25.0.tar.gz) = fef12ed8125fd13edf4a04977e5ab9e8895a8a1ed10218629595206cdcd96108
SIZE (mycli-1.25.0.tar.gz) = 278362
TIMESTAMP = 1662558018
SHA256 (mycli-1.26.1.tar.gz) = 8c03035c9b4526dbfa0b0859654e2974a0e77592a9e9b27f40f5a8daae83beb1
SIZE (mycli-1.26.1.tar.gz) = 277434
+13 -4
View File
@@ -1,7 +1,16 @@
--- setup.py.orig 2022-01-21 01:27:26 UTC
--- setup.py.orig 2022-09-01 20:45:54 UTC
+++ setup.py
@@ -26,7 +26,7 @@ install_requirements = [
'sqlparse>=0.3.0,<0.5.0',
@@ -20,7 +20,7 @@ install_requirements = [
'click >= 7.0',
# Temporary to suppress paramiko Blowfish warning which breaks CI.
# Pinning cryptography should not be needed after paramiko 2.11.0.
- 'cryptography == 36.0.2',
+ 'cryptography >= 1.0.0',
# 'Pygments>=1.6,<=2.11.1',
'Pygments>=1.6',
'prompt_toolkit>=3.0.6,<4.0.0',
@@ -29,7 +29,7 @@ install_requirements = [
'sqlglot>=5.1.3',
'configobj >= 5.0.5',
'cli_helpers[styles] >= 2.2.1',
- 'pyperclip >= 1.8.1',
@@ -9,7 +18,7 @@
'pyaes >= 1.6.1'
]
@@ -92,7 +92,7 @@ setup(
@@ -95,7 +95,7 @@ setup(
author_email='mycli-dev@googlegroups.com',
version=version,
url='http://mycli.net',