commit: f3b2f8431f286defdf08e080a5a45be1d7c37312 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Thu Aug 2 12:17:10 2018 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Thu Aug 2 12:17:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b2f843
profiles: mask django 1.8 and revdeps for removal Bug: https://bugs.gentoo.org/662632 profiles/package.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 2a56dd1c82a..24000c5ba7c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,16 @@ #--- END OF EXAMPLES --- +# Virgil Dupras <[email protected]> (02 Aug 2018) +# Django 1.8 is unsupported and insecure. These packages haven't been updated +# to work with up-to-date django. Removal in 30 days. Bug #662632 +<dev-python/django-1.11 +dev-python/django-compressor +dev-python/django-openstack-auth +dev-python/django-tastypie +dev-python/jingo +dev-python/Coffin + # Michał Górny <[email protected]> (01 Aug 2018) # Multiprocessing versions of gemato. They are known to hang on some # users, so let's keep them masked until somebody figures out what's
