diff --git a/dev-python/django-filter/Manifest b/dev-python/django-filter/Manifest index d7b477a14..44af03509 100644 --- a/dev-python/django-filter/Manifest +++ b/dev-python/django-filter/Manifest @@ -1,2 +1,2 @@ DIST django-filter-0.15.3.tar.gz 189002 BLAKE2B 5fa54a44da2fdcc209ed2626e2a80a3eda7db067074b75b2775572f25197ee6360e55ba943579698b2491affa868e6264fe7d1fd37e44ab9c38b4890f92905ee SHA512 be16652aca563e98e0a8c8f4adaad396f48593c4fe8574c72f3627baf5f1f8cb2577872e958a003da76e65397890c2d43f69543f4da763385238f7be024e7a94 -DIST django-filter-2.0.0.tar.gz 142039 BLAKE2B e0461af5f5280ab71c66b5e0a4fc5d28cbc35f62b6a01a4e45addc2ca796a310b6122075d048606c21857b721be379b05c4cc8f886b987ce719df55c7743f5a9 SHA512 d12edda69f3771de640ed51e6e0dd2cd09c24d30a5dbb4bcf81934b76d804f9a165434f9bdf37ecda3c9a5023b30f5521c525f5afd882609d9bf35e9e26ebba3 +DIST django-filter-2.1.0.tar.gz 142256 BLAKE2B 0763c3032cdd857be30050caa27af6bd938030c37cc52f30c98ab751c81dc8b2ce0c974ed19ae8c859347fbec2139b27a08657e99c83bc8e79b8883196050897 SHA512 e917ec0fb1cdb8f19e6a7e50989d2df3697baa0bb50eaa62f5916cc0fe000e1e3594672a312114ab761d49b9f83bf7f5c1f4a35f4014c113ac9387a9bf086e10 diff --git a/dev-python/django-filter/django-filter-2.0.0.ebuild b/dev-python/django-filter/django-filter-2.1.0.ebuild similarity index 94% rename from dev-python/django-filter/django-filter-2.0.0.ebuild rename to dev-python/django-filter/django-filter-2.1.0.ebuild index 2bd25723e..35c24b840 100644 --- a/dev-python/django-filter/django-filter-2.0.0.ebuild +++ b/dev-python/django-filter/django-filter-2.1.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )