Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 754666 - dev-db/mycli depends on sqlparse < 0.4
Summary: dev-db/mycli depends on sqlparse < 0.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Brian Evans (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-15 07:52 UTC by Michał Górny
Modified: 2020-12-07 19:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-11-15 07:52:13 UTC
Please fix it to support the latest sqlparse.

  NonsolvableDepsInStable: version 1.21.1-r1: nonsolvable depset(rdepend) keyword(~amd64) stable profile (default/linux/amd64/17.1) (25 total): solutions: [ <dev-python/sqlparse-0.4.0[python_targets_python3_6(-)], <dev-python/sqlparse-0.4.0[python_targets_python3_7(-)] ]
Comment 1 Brian Evans (RETIRED) gentoo-dev 2020-11-16 21:20:34 UTC
I am working on this.  Tests hard fail and I want them working before committing
Comment 2 Jouni Kosonen 2020-11-17 09:00:43 UTC
(In reply to Brian Evans from comment #1)
> I am working on this.  Tests hard fail and I want them working before
> committing

I can pare it down to 
> 1 failed, 216 passed, 39 skipped, 1 xfailed, 1 xpassed, 1 warning
with only mycli.packages.special.open_external_editor still failing.

It tries but doesn't manage to override os.environ['EDITOR'] (/usr/bin/emacs in my case) which is why it fails.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-11-17 09:02:18 UTC
Maybe try overriding 'local -x EDITOR=:' or alike in the test phase.
Comment 4 Larry the Git Cow gentoo-dev 2020-12-07 19:44:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679a025e2b104d3c6466d45480f70574fa2c92d3

commit 679a025e2b104d3c6466d45480f70574fa2c92d3
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2020-12-07 19:34:12 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2020-12-07 19:44:30 +0000

    dev-db/mycli: Version bump to master snapshot for dependency changes
    
    Closes: https://bugs.gentoo.org/754666
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 dev-db/mycli/Manifest                           |   1 +
 dev-db/mycli/files/mycli-1.22.2_p20201026.patch | 470 ++++++++++++++++++++++++
 dev-db/mycli/mycli-1.22.2_p20201026.ebuild      |  53 +++
 3 files changed, 524 insertions(+)