summaryrefslogtreecommitdiff
path: root/dev-python/python-mistralclient
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-31 18:57:01 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-31 18:57:01 +0000
commit69051588e2f955485fe5d45d45e616bc60a2de57 (patch)
treeef8699cca7ce3773b1de747b167ceeacdc60cb92 /dev-python/python-mistralclient
parentd7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (diff)
gentoo resync : 31.01.2021
Diffstat (limited to 'dev-python/python-mistralclient')
-rw-r--r--dev-python/python-mistralclient/Manifest2
-rw-r--r--dev-python/python-mistralclient/python-mistralclient-4.1.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-mistralclient/Manifest b/dev-python/python-mistralclient/Manifest
index ff52f6245feb..0819ddcdaf90 100644
--- a/dev-python/python-mistralclient/Manifest
+++ b/dev-python/python-mistralclient/Manifest
@@ -1,3 +1,3 @@
DIST python-mistralclient-4.1.1.tar.gz 97257 BLAKE2B 8f58cc59f782d05111b1eb009ba06dc8dd356841ffdc75a4af2fde0492eafce4d728fe8e947e7ef80f4049c3889587ab2926294acd90191dbfc26f6a643cb2c6 SHA512 4f1f5d558ef4711b0ff7da565b0eefc9e3e32d4014d0b9c808370e0e0a00d759aa4f35a7f116f95db00d43277d614aea9fb57200e15c2c0258a48c8e828910e3
-EBUILD python-mistralclient-4.1.1.ebuild 1114 BLAKE2B e626575be12f2aaeffc2cc81be88de17b616fbe806e016f26b5d3677e575fb1879b6236afbbdc5f6de271bfc940be5ea3eea4fe30d58b6a45a96481e4f7804a1 SHA512 1f37b81f2990ea4b69affad3850692b8b931f0c4416e312de36000e66bab6a6ec68debf2321c33e13a103f98b16ad015a242e9f6be1999d516f92c2138f4caf8
+EBUILD python-mistralclient-4.1.1.ebuild 1112 BLAKE2B 4327f71262f13e185c64b3c7a06cbaf16699bec8e7737f3c8163a623eac973b74714114dee4c65e0b3aa10f0a2b99843a6bc8bdecda3899fcb7c87fe73a6e220 SHA512 bde2c30a0395a44447f3fc229deb1532b91e959fa4e2d25ff67dfb923c015f9282b5d8f0f7411df4f1c8048eb0caa851a175d8fee4aaacaae134f58d53cede50
MISC metadata.xml 557 BLAKE2B 34c1bc46180f19179b9705b55b4905beeeba34c1c6c0f33078574a3787447f3c9d7295dc36ebd54a29c1f12770348df9bed21be57608d89cffb73033ee532b1e SHA512 83e8927767e9e0efcb66028be2fb779eff0506550d527651777573b8e4aabd40d67e30a6a8cdbd3dd17f8f4af26f0c22672bd6acbf7b583f22f6a71464e98bf7
diff --git a/dev-python/python-mistralclient/python-mistralclient-4.1.1.ebuild b/dev-python/python-mistralclient/python-mistralclient-4.1.1.ebuild
index 4b55da282369..a7d388d6bcc2 100644
--- a/dev-python/python-mistralclient/python-mistralclient-4.1.1.ebuild
+++ b/dev-python/python-mistralclient/python-mistralclient-4.1.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1