public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: dev-python/pgspecial/, dev-db/pgcli/
@ 2016-09-19 11:23 Tiziano Müller
  0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2016-09-19 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c5e7491a6932d977892e47836e1acb6044f97ec2
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 11:22:12 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 11:22:12 2016 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=c5e7491a

bump pgcli and pgspecial

 dev-db/pgcli/Manifest                                                 | 2 +-
 dev-db/pgcli/{pgcli-1.1.0.ebuild => pgcli-1.2.0.ebuild}               | 4 +---
 dev-python/pgspecial/Manifest                                         | 2 +-
 .../pgspecial/{pgspecial-1.5.0.ebuild => pgspecial-1.6.0.ebuild}      | 0
 4 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-db/pgcli/Manifest b/dev-db/pgcli/Manifest
index f778fd2..183ef84 100644
--- a/dev-db/pgcli/Manifest
+++ b/dev-db/pgcli/Manifest
@@ -1 +1 @@
-DIST pgcli-1.1.0.tar.gz 406492 SHA256 2349596b378605586f24811c90eefa51bb8445b3c3348474cc30750ef15835db SHA512 2c18f2860a044a2e0b72907facfa5cfec1642ffd1a4917f005ccfad0eed8e8e20c7276502e41a04ccbf28e362585b2c1adcbbeba37195a519490bde750e5ac64 WHIRLPOOL 5795e7e9a0ccd88751c97c26b7d1904ad2ec4174c88a3120b031f23904417bf91a8300966f7516093b2c22a05fcd4845a4ec978bc82cad7523b01903c13f9ba4
+DIST pgcli-1.2.0.tar.gz 413015 SHA256 00c6402b3fa227b5b969245f3d0c9f94b0dd168dc826b82a3723e51cb3cd58db SHA512 a41edabd00e5f89c0a574a71eb6161c04c2473a46628e54be3318cd362d6e55274c7468adc8d6858cff91e9f3f4671367ef8194f452b48d41522e8d4c8b1cb61 WHIRLPOOL e0119b3f1ac6b0b90e94963e6769f3ef4a05f1841d94eef9be2e9f6503a75dd786e7fd3c70842ff8a301f36031c1bd4830b8cf7bcb80fe36208ff52c99f0f0c8

diff --git a/dev-db/pgcli/pgcli-1.1.0.ebuild b/dev-db/pgcli/pgcli-1.2.0.ebuild
similarity index 92%
rename from dev-db/pgcli/pgcli-1.1.0.ebuild
rename to dev-db/pgcli/pgcli-1.2.0.ebuild
index 6fc1e96..8ac8599 100644
--- a/dev-db/pgcli/pgcli-1.1.0.ebuild
+++ b/dev-db/pgcli/pgcli-1.2.0.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-RDEPEND=">=dev-python/pgspecial-1.5.0[${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/pgspecial-1.6.0[${PYTHON_USEDEP}]
 	>=dev-python/click-4.1[${PYTHON_USEDEP}]
 	>=dev-python/pygments-2[${PYTHON_USEDEP}]
 	=dev-python/prompt_toolkit-1.0*[${PYTHON_USEDEP}]
@@ -37,8 +37,6 @@ DEPEND="${RDEPEND}
 		>=dev-python/pexpect-3.3[${PYTHON_USEDEP}]
 	)"
 
-PATCHES=( "${FILESDIR}/${P}-sqlparse-0.2.0.patch" )
-
 python_prepare_all() {
 	# remove tests which require a live database
 	rm tests/test_pgexecute.py || die

diff --git a/dev-python/pgspecial/Manifest b/dev-python/pgspecial/Manifest
index d712a2b..4008b5c 100644
--- a/dev-python/pgspecial/Manifest
+++ b/dev-python/pgspecial/Manifest
@@ -1 +1 @@
-DIST pgspecial-1.5.0.tar.gz 37384 SHA256 2e053be6ca876c0a7b45f42f5f5b7061a109bce2d6b1c023bcadf62680ceaf5b SHA512 10b411dcb42fe677cb64249f1c73d6aaa40769d19ab0cb9437dc543c8987458f4761406f4a0ca0cdf440dda1dcea8896ab4b8dec496ac9ba72ef306fd42470b6 WHIRLPOOL 3ec8d5f5883eeae7f14c73388607404c55482a5ae4c09cb0d7e40e7490c7d682770ada02475827182f1dbfe17c336256a23d542c39f8f1d910a0819dd66d7a02
+DIST pgspecial-1.6.0.tar.gz 37487 SHA256 ac45d4ee52c3766e870a45ef46206f670e12f32bb11511850c4a5c8b1ff15c5b SHA512 22a7d0403a7bfa9e0c7e41a2f9e7305ca8ee10ce80925b6e692fffad403b26ff0aba436585f91f532df98171f6a1cc468a214e1294b3eae7f24617cb8e6caec8 WHIRLPOOL 8dfabf8656a1735760236427e0f836d5c7ede6309fbf409685e610b901ba8cfbed30e5e71664e273446e1488b0cf71ff5b40a3055a78cab139274c122fc6ad35

diff --git a/dev-python/pgspecial/pgspecial-1.5.0.ebuild b/dev-python/pgspecial/pgspecial-1.6.0.ebuild
similarity index 100%
rename from dev-python/pgspecial/pgspecial-1.5.0.ebuild
rename to dev-python/pgspecial/pgspecial-1.6.0.ebuild


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-19 11:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19 11:23 [gentoo-commits] dev/dev-zero:master commit in: dev-python/pgspecial/, dev-db/pgcli/ Tiziano Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox