Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659434 - dev-python/backports-abc-0.5 stable request
Summary: dev-python/backports-abc-0.5 stable request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: py3_6_switch
  Show dependency tree
 
Reported: 2018-06-27 20:23 UTC by Pacho Ramos
Modified: 2018-07-11 13:31 UTC (History)
0 users

See Also:
Package list:
dev-python/backports-abc-0.5
Runtime testing required: ---
stable-bot: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2018-06-27 20:23:58 UTC
0.5 adds support for python 3.6... it looks strange to me that this ebuild has 3.5 and 3.6 in PYTHON_COMPAT as it is supposedly backporting the module from 3.5 to older versions but... if the PYTHON_COMPAT value is ok, this needs to be stabilized
Thanks
Comment 1 Louis Sautier (sbraz) gentoo-dev 2018-06-27 21:24:36 UTC
(In reply to Pacho Ramos from comment #0)
> 0.5 adds support for python 3.6... it looks strange to me that this ebuild
> has 3.5 and 3.6 in PYTHON_COMPAT as it is supposedly backporting the module
> from 3.5 to older versions but... if the PYTHON_COMPAT value is ok, this
> needs to be stabilized
> Thanks

It could be that some people decided to use "from backports_abc import Coroutine, Generator" in all their code so they do not have to add a try/except block.
Comment 2 Pacho Ramos gentoo-dev 2018-06-28 08:22:02 UTC
Ah, then, in that case, we will need to fast stabilize this to support py3.6 ;)
Comment 3 Larry the Git Cow gentoo-dev 2018-06-29 22:10:09 UTC
The bug has been referenced in the following commit(s):

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

commit db0c8ee0a78a9616e93464c71c26b8adf3ac3913
Author:     Rolf Eike Beer <eike@sf-mail.de>
AuthorDate: 2018-06-29 19:35:00 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2018-06-29 22:09:40 +0000

    dev-python/backports-abc: stable 0.5 for sparc
    
    Bug: https://bugs.gentoo.org/659434
    Package-Manager: Portage-2.3.40, Repoman-2.3.9
    RepoMan-Options: --include-arches="sparc"

 dev-python/backports-abc/backports-abc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Larry the Git Cow gentoo-dev 2018-06-30 14:45:16 UTC
The bug has been referenced in the following commit(s):

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

commit c42e655705ea024f26a9d9648ee75409aafe49b2
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2018-06-30 13:02:18 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2018-06-30 14:44:59 +0000

    dev-python/backports-abc: stable 0.5 for ia64, bug #659434
    
    Bug: https://bugs.gentoo.org/659434
    Package-Manager: Portage-2.3.41, Repoman-2.3.9
    RepoMan-Options: --include-arches="ia64"

 dev-python/backports-abc/backports-abc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 Mart Raudsepp gentoo-dev 2018-06-30 18:04:13 UTC
arm64 stable
Comment 6 Larry the Git Cow gentoo-dev 2018-06-30 19:03:28 UTC
The bug has been referenced in the following commit(s):

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

commit f2f65fd87ea35b300b1e685da2fe8b39b9680167
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2018-06-30 18:06:47 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2018-06-30 19:03:00 +0000

    dev-python/backports-abc: stable 0.5 for ppc64, bug #659434
    
    Bug: https://bugs.gentoo.org/659434
    Package-Manager: Portage-2.3.41, Repoman-2.3.9
    RepoMan-Options: --include-arches="ppc64"

 dev-python/backports-abc/backports-abc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 7 Larry the Git Cow gentoo-dev 2018-07-01 09:23:53 UTC
The bug has been referenced in the following commit(s):

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

commit b484bb07641e48539500125901b0a318b40c5500
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2018-07-01 09:18:15 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2018-07-01 09:18:15 +0000

    dev-python/backports-abc: stable 0.5 for ppc, bug #659434
    
    Bug: https://bugs.gentoo.org/659434
    Package-Manager: Portage-2.3.41, Repoman-2.3.9
    RepoMan-Options: --include-arches="ppc"

 dev-python/backports-abc/backports-abc-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 8 Pacho Ramos gentoo-dev 2018-07-01 15:18:55 UTC
amd64 stable
Comment 9 Thomas Deutschmann (RETIRED) gentoo-dev 2018-07-02 00:51:03 UTC
x86 stable
Comment 10 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2018-07-11 13:31:53 UTC
alpha/arm/hppa stable