summaryrefslogtreecommitdiff
path: root/dev-python/python-redmine
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
commite748ba9741f6540f4675c23e3e37b73e822c13a4 (patch)
tree23dece8beabb3a3d7c6c0273b0eb40b21c62a889 /dev-python/python-redmine
parent908778078736bd36f7a60a2d576d415cb8e000fa (diff)
gentoo resync : 31.05.2021
Diffstat (limited to 'dev-python/python-redmine')
-rw-r--r--dev-python/python-redmine/Manifest4
-rw-r--r--dev-python/python-redmine/metadata.xml1
-rw-r--r--dev-python/python-redmine/python-redmine-2.3.0.ebuild4
3 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/python-redmine/Manifest b/dev-python/python-redmine/Manifest
index f00fda676e38..281b69e538fa 100644
--- a/dev-python/python-redmine/Manifest
+++ b/dev-python/python-redmine/Manifest
@@ -1,3 +1,3 @@
DIST python-redmine-2.3.0.tar.gz 67915 BLAKE2B ad31d63ec5bebd33ff436f04c40fd49e35a79751c353ba1e343bbb03048c2d1662ec8ffea5819561b675e366f8cbad48a0e0a0a59dcaa563a90301ad4f1eb1cf SHA512 a317743a561cde65c17356a317d3aed082149d648aaa7487858c8533ceb286d08b6610d742321f6593fef8b61b1a4526963ddffc4ab180a83795d66773154b70
-EBUILD python-redmine-2.3.0.ebuild 473 BLAKE2B fc95561962b4289512ee98c17a01ab554db5c58e1d3ad9e8155e33662a7901d15e880c2abff35a0fbb6e8a0b15fc24af6c1119b7593a7f2c68eb896877df3fab SHA512 6e2babc8d8c3cc04c7b4d020a71650fc63691e349da691f374808bf8632c861bf4a5bea3897b688d14076e1873cec88b9ea0f5717fa136156d7f836d6acc9758
-MISC metadata.xml 400 BLAKE2B 7869d1348e69b8d5b68ec4b111d2be6951ba78aaf10f086f74272ee9fa537713b3df06a5f5e765e1ad31e438fb069bd0c62542581cfccebce962aa2e665bc36e SHA512 54433c81daf2cb7b21cd7ed2796742251fe65db4d0fb827dc8c1c160a480a0df026d985a99edb324cf8cbfc2f8720cebd7d5b16b94e443845c4a19d0e49752bf
+EBUILD python-redmine-2.3.0.ebuild 473 BLAKE2B 3707b8417c9b89e27a00f3d5b6e5288c50bc5cbe701a5cd932c2b0f9f9ce510b2a1f7e633d7bee06882898601380186364e482084bb76cc61a4e5f1a2675e685 SHA512 2feaa83b46f11117efc80278b9bb23e6775e8fab3d434f3218a8d049f1e7c5fb711cf79920b54d869523bcd40f5660565dd9e1488a5ba089fd6a6f816b144cbc
+MISC metadata.xml 425 BLAKE2B 802c206c7be42ae2454a804b0fc3f6f8f392e911607ebe1893b284e8c3b6827e229988e2b5dceecb55dfdc22c57dabccd21478cd732d10dc7b4baaec864169d4 SHA512 1fa1eb48be222f0b56c6243929a269ce7e66c05d187b4ce7a13a7ab759a684dc4f6c491f6b99e0a16ceebf6e501b960b9c0c441a9e1e17a4ad70a2621a06ffe0
diff --git a/dev-python/python-redmine/metadata.xml b/dev-python/python-redmine/metadata.xml
index 3a856b534c01..193539dd4b37 100644
--- a/dev-python/python-redmine/metadata.xml
+++ b/dev-python/python-redmine/metadata.xml
@@ -5,6 +5,7 @@
<email>mjo@gentoo.org</email>
<name>Michael Orlitzky</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">python-redmine</remote-id>
<remote-id type="github">maxtepkeev/python-redmine</remote-id>
diff --git a/dev-python/python-redmine/python-redmine-2.3.0.ebuild b/dev-python/python-redmine/python-redmine-2.3.0.ebuild
index f97519de9165..8e9b4736084f 100644
--- a/dev-python/python-redmine/python-redmine-2.3.0.ebuild
+++ b/dev-python/python-redmine/python-redmine-2.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1