summaryrefslogtreecommitdiff
path: root/dev-python/python-slugify
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/python-slugify
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/python-slugify')
-rw-r--r--dev-python/python-slugify/Manifest2
-rw-r--r--dev-python/python-slugify/python-slugify-7.0.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-slugify/Manifest b/dev-python/python-slugify/Manifest
index 02180cc253f3..55073e40bdef 100644
--- a/dev-python/python-slugify/Manifest
+++ b/dev-python/python-slugify/Manifest
@@ -1,3 +1,3 @@
DIST python-slugify-7.0.0.gh.tar.gz 13257 BLAKE2B 6d50fd25ac89caed3a970f4cce786d9b61de68386fc183659c0d884877edc934e121ad07316259af08deb61a30ac33f0076a90b2d5a650dfb113e6b6416addfe SHA512 c22743a28ffb273546541eaf59d2a7beb9070a7f81e504acaf73d220c2be83a87d02012b5841076539ba6bae5778dd47309ee7ceef9f8479c993dda6b3e09837
-EBUILD python-slugify-7.0.0.ebuild 599 BLAKE2B 88026a3ae71298e893f442bd860e61871a9db40441eeb66d40d4d5f1d24db330c406cc5059f56e34ab8efcf5843a56e70e3045c57b5d44de7df2a6b5c9257784 SHA512 0a9a92f419da35dbf9194299a6f75b53a856485fe773e5cb58ccf1e2ebfaebdf2eed98ab1bdf84429dc2b0d6998cd340622d9d16ad8dc41fc66bfa85e44dac5b
+EBUILD python-slugify-7.0.0.ebuild 599 BLAKE2B 403a61cb2a0cacead0ff389e974920fece69a80b58cdc81eda49a1b769f5bbbb7b13c3478e2a35cb3811985d927ffa35926b6e38eb86ad5eee12e279013f97cc SHA512 2cec94651006b6bcd53e202abd9109f5c83c61bd58e4490619d558ff97b66c8636c5a17155b0e2752cb2a60a346c3ef54b1f5cd0dc61ce9b90233a481f62dcc8
MISC metadata.xml 637 BLAKE2B 4869f272370af0065e6d0479d660a8fba6665ad019a3072cb3a2f1b003fa0cd7ae57dc8e19ad8ceda33d97355c1e4d1ebebb96978935d016fa8bcd2b7fd72660 SHA512 bc09a7914759371c03436e5dd0ef50bc1972cfbf2b815e91048d78d277402d8431be59673f4106483b690dfe3b3cde7ca5e39719effc23dc77e1e9b505e14a01
diff --git a/dev-python/python-slugify/python-slugify-7.0.0.ebuild b/dev-python/python-slugify/python-slugify-7.0.0.ebuild
index d2e01bed3b32..f808e43dda0d 100644
--- a/dev-python/python-slugify/python-slugify-7.0.0.ebuild
+++ b/dev-python/python-slugify/python-slugify-7.0.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1