pgcli: update to 2.1.1.
This commit is contained in:
parent
a8cdddd428
commit
5858f2aa1e
2 changed files with 2 additions and 18 deletions
|
@ -1,16 +0,0 @@
|
|||
Seemingly the only breaking change in these updates is dropping support
|
||||
for old Python releases, so we should be fine.
|
||||
|
||||
--- setup.py
|
||||
+++ setup.py
|
||||
@@ -16,8 +16,8 @@ install_requirements = [
|
||||
'click >= 4.1',
|
||||
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
|
||||
'prompt_toolkit>=2.0.6,<2.1.0',
|
||||
- 'psycopg2 >= 2.7.4,<2.8',
|
||||
- 'sqlparse >=0.2.2,<0.3.0',
|
||||
+ 'psycopg2 >= 2.7.4,<2.9',
|
||||
+ 'sqlparse >=0.2.2,<0.4.0',
|
||||
'configobj >= 5.0.6',
|
||||
'humanize >= 0.5.1',
|
||||
'cli_helpers[styles] >= 1.2.0',
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pgcli'
|
||||
pkgname=pgcli
|
||||
version=2.1.0
|
||||
version=2.1.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
|
@ -14,7 +14,7 @@ maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://www.pgcli.com"
|
||||
distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz"
|
||||
checksum=3791a3c7734802fd14fefe9d18082a95687a02631f3287bd154cd27b4f12c05c
|
||||
checksum=84e0817a29c3cacaaaf85351422bdb90f230f2550e4af558c25536fd235ab6ca
|
||||
|
||||
do_check() {
|
||||
# pgcli tests require a PostgreSQL server; skip them.
|
||||
|
|
Loading…
Reference in a new issue