Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 800698 - dev-python/{contextlib,linecache,pathlib,traceback,unittest}2: removal (backports)
Summary: dev-python/{contextlib,linecache,pathlib,traceback,unittest}2: removal (backp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2021-08-05
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2021-07-05 22:25 UTC by Michał Górny
Modified: 2021-08-10 02:37 UTC (History)
3 users (show)

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 2021-07-05 22:25:10 UTC
We should finally be able to remove these backports.
Comment 1 Larry the Git Cow gentoo-dev 2021-07-05 22:54:12 UTC
The bug has been referenced in the following commit(s):

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

commit df3362656ee02de793555426a1c373a248350482
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2021-07-05 22:27:01 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2021-07-05 22:54:08 +0000

    package.mask: Last rite dev-python/unittest2 and other backports
    
    Bug: https://bugs.gentoo.org/800698
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/package.deprecated | 6 ------
 profiles/package.mask       | 9 +++++++++
 2 files changed, 9 insertions(+), 6 deletions(-)
Comment 2 tt_1 2021-07-07 08:23:21 UTC
hey there, I think net-fs/samba pulls in the now masked dev-python/unittest2 through dev-python/testtools like this: 

dev-python/subunit-1.4.0 pulls in dev-python/testtools-2.4.0-r1, which pulls in dev-python/unittest2-1.1.0-r1

any advice on how to clear this?
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-07-07 08:43:05 UTC
(In reply to tt_1 from comment #2)
> hey there, I think net-fs/samba pulls in the now masked dev-python/unittest2
> through dev-python/testtools like this: 
> 
> dev-python/subunit-1.4.0 pulls in dev-python/testtools-2.4.0-r1, which pulls
> in dev-python/unittest2-1.1.0-r1
> 
> any advice on how to clear this?

Upgrade testtools.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-07-07 08:44:58 UTC
(In reply to tt_1 from comment #2)
> hey there, I think net-fs/samba pulls in the now masked dev-python/unittest2
> through dev-python/testtools like this: 
> 
> dev-python/subunit-1.4.0 pulls in dev-python/testtools-2.4.0-r1, which pulls
> in dev-python/unittest2-1.1.0-r1
> 
> any advice on how to clear this?

A world upgrade should work fine? Show us what it’s saying. Possibly incomplete package.accept_keywords.
Comment 5 tt_1 2021-07-07 08:49:01 UTC
(In reply to Michał Górny from comment #3)
> (In reply to tt_1 from comment #2)
> > hey there, I think net-fs/samba pulls in the now masked dev-python/unittest2
> > through dev-python/testtools like this: 
> > 
> > dev-python/subunit-1.4.0 pulls in dev-python/testtools-2.4.0-r1, which pulls
> > in dev-python/unittest2-1.1.0-r1
> > 
> > any advice on how to clear this?
> 
> Upgrade testtools.

no idea how I missed it, but the =dev-python/testtools-2.4.0-r1 was really holding all of the now masked python modules. Upgrading solved it, no further actions needed. Thanks :)