diff --git a/dev-vcs/trufflehog/Manifest b/dev-vcs/trufflehog/Manifest index af78f1bc6..2c6bc4da8 100644 --- a/dev-vcs/trufflehog/Manifest +++ b/dev-vcs/trufflehog/Manifest @@ -1 +1 @@ -DIST trufflehog-2.0.97_p20190506.tar.gz 16605 BLAKE2B 2d69a6e04a13beef71ae12a967bd35fad7b482fa051cdf85cf5a490976a1feac03f5f175b0f3973a89697b717030af16a1268ef0e9c5d95e3ac2dfc64439ac0c SHA512 6b8c60527852d113dfb66179f599b09e2dffbedc024e9c1fe0bee8437d017e155878d74e096f0eabd4d88801030d55d208dee15c8a51cc1db8f11d419e594916 +DIST trufflehog-2.1.11_p20200220.tar.gz 16680 BLAKE2B 4cffd91098e0a9c92cd30f6da4e2458338681e4c540ed16724ab1c34fd0d6107aaba3ac46feab509951c7fd1ff2e9d994972610f339cf129f61f5581a232642e SHA512 4808d162bfa4364df2bf64e89085f0024fe53e17340c9148e960009fbf6aaf5f5d751508db497ae68b7c27d98ce03def3d610087c5f6557462e432e85c15278a diff --git a/dev-vcs/trufflehog/files/update_setup_py.patch b/dev-vcs/trufflehog/files/update_setup_py.patch index c343a22d6..3b7f72680 100644 --- a/dev-vcs/trufflehog/files/update_setup_py.patch +++ b/dev-vcs/trufflehog/files/update_setup_py.patch @@ -1,14 +1,16 @@ -diff -ur a/setup.py b/setup.py ---- a/setup.py 2019-05-06 09:01:27.000000000 +0300 -+++ b/setup.py 2019-08-31 09:53:19.843458202 +0300 +Only in /tmp/portage/dev-vcs/trufflehog-2.1.11_p20200220-r1/work/truffleHog-4f2acb7bb3145f18ec74c7aab9ced8f38dbcac0c: .gitignore +diff -ur /tmp/portage/dev-vcs/trufflehog-2.1.11_p20200220-r1/work/truffleHog-4f2acb7bb3145f18ec74c7aab9ced8f38dbcac0c/setup.py b/setup.py +--- /tmp/portage/dev-vcs/trufflehog-2.1.11_p20200220-r1/work/truffleHog-4f2acb7bb3145f18ec74c7aab9ced8f38dbcac0c/setup.py 2020-02-20 19:51:13.000000000 +0300 ++++ b/setup.py 2020-06-19 20:55:24.491120330 +0300 @@ -10,8 +10,8 @@ license='GNU', packages = ['truffleHog'], install_requires=[ -- 'GitPython == 2.1.1', +- 'GitPython == 3.0.6', - 'truffleHogRegexes == 0.0.7' -+ 'GitPython >= 2.1.1', ++ 'GitPython >= 3.0.6', + 'truffleHogRegexes >= 0.0.7' ], entry_points = { 'console_scripts': ['trufflehog = truffleHog.truffleHog:main'], +Only in /tmp/portage/dev-vcs/trufflehog-2.1.11_p20200220-r1/work/truffleHog-4f2acb7bb3145f18ec74c7aab9ced8f38dbcac0c: .travis.yml diff --git a/dev-vcs/trufflehog/trufflehog-2.0.97_p20190506-r1.ebuild b/dev-vcs/trufflehog/trufflehog-2.1.11_p20200220.ebuild similarity index 75% rename from dev-vcs/trufflehog/trufflehog-2.0.97_p20190506-r1.ebuild rename to dev-vcs/trufflehog/trufflehog-2.1.11_p20200220.ebuild index 7a44d40c5..34fc083b6 100644 --- a/dev-vcs/trufflehog/trufflehog-2.0.97_p20190506-r1.ebuild +++ b/dev-vcs/trufflehog/trufflehog-2.1.11_p20200220.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( python3_{6..8} ) inherit distutils-r1 DESCRIPTION="Searches through git repositories for high entropy strings and secrets" HOMEPAGE="https://github.com/dxa4481/truffleHog" -HASH_COMMIT="48ffdd3beee3b600939136fccad59f50a2610909" # 20190506 +HASH_COMMIT="4f2acb7bb3145f18ec74c7aab9ced8f38dbcac0c" # 20200220 SRC_URI="https://github.com/dxa4481/truffleHog/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" @@ -20,7 +20,7 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} dev-python/truffleHogRegexes[${PYTHON_USEDEP}] - >=dev-python/git-python-2.1.1[${PYTHON_USEDEP}]" + dev-python/GitPython[${PYTHON_USEDEP}]" PATCHES=( "${FILESDIR}"/update_setup_py.patch )