Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
662160b0
Verified
Commit
662160b0
authored
11 months ago
by
sunpoet
Browse files
Options
Downloads
Patches
Plain Diff
databases/py-mycli: Update to 1.27.1
Changes:
https://github.com/dbcli/mycli/blob/main/changelog.md
parent
69049e0b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
databases/py-mycli/Makefile
+1
-2
1 addition, 2 deletions
databases/py-mycli/Makefile
databases/py-mycli/distinfo
+3
-3
3 additions, 3 deletions
databases/py-mycli/distinfo
databases/py-mycli/files/patch-setup.py
+2
-20
2 additions, 20 deletions
databases/py-mycli/files/patch-setup.py
with
6 additions
and
25 deletions
databases/py-mycli/Makefile
+
1
−
2
View file @
662160b0
PORTNAME
=
mycli
PORTVERSION
=
1.27.0
PORTREVISION
=
1
PORTVERSION
=
1.27.1
CATEGORIES
=
databases python
MASTER_SITES
=
PYPI
PKGNAMEPREFIX
=
${
PYTHON_PKGNAMEPREFIX
}
...
...
This diff is collapsed.
Click to expand it.
databases/py-mycli/distinfo
+
3
−
3
View file @
662160b0
TIMESTAMP = 1
692211691
SHA256 (mycli-1.27.
0
.tar.gz) =
a71db5bd9c1a7d0006f4f2ff01548ce75637d3f50ca3a7e77b950b5b46aff7cd
SIZE (mycli-1.27.
0
.tar.gz) = 2
90701
TIMESTAMP = 1
711860493
SHA256 (mycli-1.27.
1
.tar.gz) =
e9f527a3e6192e7b87fe7b708aa3bd5b1eb7ac3489c1c159567e5ff5c98ca899
SIZE (mycli-1.27.
1
.tar.gz) = 2
86347
This diff is collapsed.
Click to expand it.
databases/py-mycli/files/patch-setup.py
+
2
−
20
View file @
662160b0
---
setup
.
py
.
orig
202
2
-
0
9
-
01
20
:
45
:
54
UTC
---
setup
.
py
.
orig
202
4
-
0
3
-
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
,
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment