pentoo-overlay/dev-vcs/trufflehog/files/update_setup_py.patch
Yury Martynov 355a694318
dev-vcs/trufflehog: bump to 2.1.11_p20200220
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Yury Martynov <email@linxon.ru>
2020-06-19 21:02:29 +03:00

16 lines
939 B
Diff

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 == 3.0.6',
- 'truffleHogRegexes == 0.0.7'
+ '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