Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 611938 - app-misc/khal-0.9.3 version bump
Summary: app-misc/khal-0.9.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amy Liffey
URL: https://github.com/pimutils/khal/rele...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2017-03-07 08:03 UTC by Kristian
Modified: 2017-03-08 19:34 UTC (History)
0 users

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


Attachments
app-misc/khal-0.9.3.ebuild (khal-0.9.3.ebuild,1.14 KB, text/plain)
2017-03-07 08:03 UTC, Kristian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kristian 2017-03-07 08:03:06 UTC
Created attachment 466190 [details]
app-misc/khal-0.9.3.ebuild

there is a new version. python 3.6 is supported now.

6c7
< PYTHON_COMPAT=( python3_4 )
---
> PYTHON_COMPAT=( python3_{4,6} )
Comment 1 Amy Liffey gentoo-dev 2017-03-08 13:25:38 UTC
However all the dependencies does not have support for python 3.6 yet.
Comment 2 Kristian 2017-03-08 13:38:04 UTC
(In reply to Amy Liffey from comment #1)
> However all the dependencies does not have support for python 3.6 yet.

I see. Now I understand the repoman output. Just out of curiosity, how does one proceed in this case? Seems like an chicken and egg problem. Should one check all dependencies and create bug reports?
Comment 3 Amy Liffey gentoo-dev 2017-03-08 14:44:28 UTC
(In reply to Kristian from comment #2)
> (In reply to Amy Liffey from comment #1)
> > However all the dependencies does not have support for python 3.6 yet.
> 
> I see. Now I understand the repoman output. Just out of curiosity, how does
> one proceed in this case? Seems like an chicken and egg problem. Should one
> check all dependencies and create bug reports?

Well exactly that yes. Creating bugs for desired dependencies for adding 3.6 support.

Remaining:
dev-python/icalendar
dev-python/pyxdg
dev-python/configobj
dev-python/tzlocal

I will ask people from python team to bump it. Will let you know :)


commit 828452663fbde89690fc976a18a35aa320c706e0
Author: Amy Liffey <amynka@gentoo.org>
Date:   Wed Mar 8 15:00:54 2017 +0100

    dev-python/atomicwrites: add python 3.6

I bumped one of them.
Comment 4 Amy Liffey gentoo-dev 2017-03-08 19:34:53 UTC
commit 287dddc24a6548b0a6cc51d700d14ca439668242
Author: Amy Liffey <amynka@gentoo.org>
Date:   Wed Mar 8 20:32:23 2017 +0100

    app-misc/khal: version bump 0.9.3 bug #611938
    
    Submitted-by: Kristian <kbx@posteo.de>

It is done. :) Thank you very much! :)