summaryrefslogtreecommitdiff
path: root/dev-python/requests_download
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/requests_download
parent908778078736bd36f7a60a2d576d415cb8e000fa (diff)
gentoo resync : 31.05.2021
Diffstat (limited to 'dev-python/requests_download')
-rw-r--r--dev-python/requests_download/Manifest2
-rw-r--r--dev-python/requests_download/requests_download-0.1.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/requests_download/Manifest b/dev-python/requests_download/Manifest
index a4286bc432fe..da50f17de285 100644
--- a/dev-python/requests_download/Manifest
+++ b/dev-python/requests_download/Manifest
@@ -1,3 +1,3 @@
DIST requests_download-0.1.2.tar.gz 2584 BLAKE2B c6f2eb7a182e0f42ccb7b603dec47a077b1b946bfa93968972dce5267c7c51fa8c4158e15cd35621cbe229e12f6644db9734e52439796d8d8411be16a38e1e9a SHA512 99d4b275200c88befd2730d17a3329c8cbb155fa5cf9600a7466e8ab109f999a9fc9b8c668aa3b389bc2a3deb33b8a3fd390270d71f04bb0a8f998da67cfde82
-EBUILD requests_download-0.1.2.ebuild 810 BLAKE2B f4c278f6e01b3e7050c8d9f6cc7521d18a7116e8c016e037075d06c46bbab5bd8258495a5f85dbc68ee0aac1079ff6e05668e816fe0765dce2e08081830a21ed SHA512 90a7cb7f9d4562c4d8060f416d69ca69705f564020b6e7df58409e52041513024cd21624057c437e381c83f8d65e15d3b095c8f4e1ec3351a4b323c34527e3a3
+EBUILD requests_download-0.1.2.ebuild 812 BLAKE2B 6eee738dfcbed86493d8384b0b3d3b82e6208027498eb4cefa4a8a6e886774c9456472a8c7ffa0512be05fe08d2aa14e8bc5cdfb1d7cd7b7b66bb2e1138d19a9 SHA512 8860753fe8a948253538e6cfbb1661b32e9519063a0e72abe0f99acd28708d499f845fe11d3dd82456119660aad96a81101d6c2c62fe64224e04b3aed444b139
MISC metadata.xml 433 BLAKE2B e4aaa3e5f3675b4afb8ceb70aa2ad1fb008004f4f9c3ed6015e7c7979c8a2716e4a2a8c6ccf4dc128739276463d423f745e241db8383dc8eab2a8d7496818a81 SHA512 6cd28a07b396dd6a651761f98eaff3b20679669f48c0ce686f30682a64786402eea1e0f5bccb76351b822437176b699aba2a2d2ae0ba9fca672a1387ac5c7d93
diff --git a/dev-python/requests_download/requests_download-0.1.2.ebuild b/dev-python/requests_download/requests_download-0.1.2.ebuild
index abb6b24f1a7a..dbc6a4417f86 100644
--- a/dev-python/requests_download/requests_download-0.1.2.ebuild
+++ b/dev-python/requests_download/requests_download-0.1.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1