Skip to content
Snippets Groups Projects
Verified Commit 662160b0 authored by sunpoet's avatar sunpoet
Browse files

databases/py-mycli: Update to 1.27.1

parent 69049e0b
No related branches found
No related tags found
No related merge requests found
PORTNAME= mycli
PORTVERSION= 1.27.0
PORTREVISION= 1
PORTVERSION= 1.27.1
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......
TIMESTAMP = 1692211691
SHA256 (mycli-1.27.0.tar.gz) = a71db5bd9c1a7d0006f4f2ff01548ce75637d3f50ca3a7e77b950b5b46aff7cd
SIZE (mycli-1.27.0.tar.gz) = 290701
TIMESTAMP = 1711860493
SHA256 (mycli-1.27.1.tar.gz) = e9f527a3e6192e7b87fe7b708aa3bd5b1eb7ac3489c1c159567e5ff5c98ca899
SIZE (mycli-1.27.1.tar.gz) = 286347
--- setup.py.orig 2022-09-01 20:45:54 UTC
--- setup.py.orig 2024-03-29 05:11:01 UTC
+++ setup.py
@@ -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 >= 36.0.2',
# 'Pygments>=1.6,<=2.11.1',
'Pygments>=1.6',
'prompt_toolkit>=3.0.6,<4.0.0',
@@ -29,7 +29,7 @@ install_requirements = [
@@ -28,7 +28,7 @@ install_requirements = [
'sqlglot>=5.1.3',
'configobj >= 5.0.5',
'cli_helpers[styles] >= 2.2.1',
......@@ -18,12 +9,3 @@
'pyaes >= 1.6.1'
]
@@ -95,7 +95,7 @@ setup(
author_email='mycli-dev@googlegroups.com',
version=version,
url='http://mycli.net',
- packages=find_packages(),
+ packages=find_packages(exclude=['test*']),
package_data={'mycli': ['myclirc', 'AUTHORS', 'SPONSORS']},
description=description,
long_description=description,
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment