summaryrefslogtreecommitdiff
path: root/dev-python/python-slugify
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-07 16:17:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-07 16:17:07 +0100
commite3184eb75ff6935e35462bfd59788feb985259e1 (patch)
tree81d0ebe82168f40346d74544320814ea0942427f /dev-python/python-slugify
parent2c9fab2a3468abc6862cb3115c9ff63aa266bf57 (diff)
gentoo auto-resync : 07:07:2023 - 16:17:07
Diffstat (limited to 'dev-python/python-slugify')
-rw-r--r--dev-python/python-slugify/Manifest2
-rw-r--r--dev-python/python-slugify/python-slugify-8.0.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-slugify/Manifest b/dev-python/python-slugify/Manifest
index 0fe1d34c02c8..a1f5d855f52e 100644
--- a/dev-python/python-slugify/Manifest
+++ b/dev-python/python-slugify/Manifest
@@ -1,3 +1,3 @@
DIST python-slugify-8.0.1.gh.tar.gz 13574 BLAKE2B 24fe3dc74f2a867e81bfbb9eac4a1db59a185ddfaf0f2f80cb50d5f06b2061ce28d23ba09ffd214dba26563d1ef37900d016d75dde7a7c35fa756cf49f51b9c2 SHA512 721089244c90f784e49259ee70caa0908d8523c2cf42c8fd57804a73017a815311a9cc9981c1f70a8c2f7cd7e01d77eedf8f9bd3c9d5c55ac4d5f72dbe512b34
-EBUILD python-slugify-8.0.1.ebuild 599 BLAKE2B 403a61cb2a0cacead0ff389e974920fece69a80b58cdc81eda49a1b769f5bbbb7b13c3478e2a35cb3811985d927ffa35926b6e38eb86ad5eee12e279013f97cc SHA512 2cec94651006b6bcd53e202abd9109f5c83c61bd58e4490619d558ff97b66c8636c5a17155b0e2752cb2a60a346c3ef54b1f5cd0dc61ce9b90233a481f62dcc8
+EBUILD python-slugify-8.0.1.ebuild 599 BLAKE2B dae7c69c529d20fd10688e5d71092ff7107deacfdcd1d9a4b395ce845971a108656fafb4e6ac214598dc1c413f7460b43a4e1400d7ab85baa6ed0451bf7a52f1 SHA512 e9799b0bc68dafd24dbc97aa4934d30957993759d0025aab280622e4d0685bd131ab88220e06d3d84075546b4882a2dda16f8b06191cb608cf8b6a2e1aef1cb9
MISC metadata.xml 637 BLAKE2B 4869f272370af0065e6d0479d660a8fba6665ad019a3072cb3a2f1b003fa0cd7ae57dc8e19ad8ceda33d97355c1e4d1ebebb96978935d016fa8bcd2b7fd72660 SHA512 bc09a7914759371c03436e5dd0ef50bc1972cfbf2b815e91048d78d277402d8431be59673f4106483b690dfe3b3cde7ca5e39719effc23dc77e1e9b505e14a01
diff --git a/dev-python/python-slugify/python-slugify-8.0.1.ebuild b/dev-python/python-slugify/python-slugify-8.0.1.ebuild
index f808e43dda0d..73d8ede5c2ae 100644
--- a/dev-python/python-slugify/python-slugify-8.0.1.ebuild
+++ b/dev-python/python-slugify/python-slugify-8.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1