Update Python modules

This commit is contained in:
nemunaire 2020-05-12 00:33:06 +02:00
commit 025934822c
61 changed files with 62 additions and 63 deletions

View file

@ -1,2 +1,2 @@
DIST alembic-1.0.9.tar.gz 1017432 BLAKE2B 898728cefde1fcb2737672d5f9f36cbb649c33735e98a56ca0585bab25cffb321407afaaeaf07a8b19b013802f0ba1b1b95ca0870b1c1958430a27b1c6e31f56 SHA512 da7b6409e9a1abfe518c3b830776c587da53e699d741b482c129b6c3fbf52ec6648b7379a738edd2cc8675ba22ae67d984bff93f39e841f2edcae96c110e096d
EBUILD alembic-1.0.9.ebuild 1393 BLAKE2B 7988f856d6a83164779055c00b69041cd8021319295a9088ae6b24bb5cf80b2d81ce76e495216958c9ed0ad4147c7a3fdb31ab757362f31dca9ddf087b3c73de SHA512 226ddaafb9c43381489e013eadafea8debff0c6bf7e68cbc1d9f28ada6ff6239793d6bbbefa95c2d90548443ff5bfb961ce02a9fa3eeea0e1f3d3f394c946d0b
EBUILD alembic-1.0.9.ebuild 1397 BLAKE2B 151086b5680a016974ea2733ff62e1b40d5d21ed4c177cabe3f0986dd8c46e5bd2409c2a0e31c437c88b396964455557251edec61316d5db72ed8e32ba0d59da SHA512 6e536e1a3f8448d9431c15e32da57b4da011073c836824728a200f99f010654af8fb65c1915557ea6f08a4c70e3edbacc45d834ab0a700db5322fc0398d3f535

View file

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} )
inherit distutils-r1