summaryrefslogtreecommitdiff
path: root/dev-python/yara-python
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/yara-python
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/yara-python')
-rw-r--r--dev-python/yara-python/Manifest2
-rw-r--r--dev-python/yara-python/yara-python-4.2.3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/yara-python/Manifest b/dev-python/yara-python/Manifest
index 4852e9317fbb..a63a18f013a3 100644
--- a/dev-python/yara-python/Manifest
+++ b/dev-python/yara-python/Manifest
@@ -1,3 +1,3 @@
DIST yara-python-4.2.3.gh.tar.gz 34465 BLAKE2B 4b9689cef21f9c712960d08c357087f0278d8c20cef3a16072a005a4f8687999aa273c02c22ea9c6d5ea9a6b609c1a6f4c51f01b04f238e9e1faeeaef275d88b SHA512 588875d820f4e1b2aa5c6bbe83814ba2756f5ed301ba652efd280d5ca9745f7388f1f9eaa3875d11de5644ce9c41dcb76eebbee86269f8d6723c7d16ffa134be
-EBUILD yara-python-4.2.3.ebuild 778 BLAKE2B 179c75088314db271293d731dbead2ef38adeede11ff30ccdc1fdbc6261542ab42e902bad126eb70aa88a2646bf5f9e43b4efcab32b0836bff64c83626796839 SHA512 e0ed6b848572618a6478675a40b56725117a2f53ed47949d67bcd6db45929bca10a492093cfa516b6a6cfbb8b36626bb265730a53b9a5536d9897c0fb5f25104
+EBUILD yara-python-4.2.3.ebuild 778 BLAKE2B 4a20be24e86bfea337d6ac868b0652e3c4c55cf68e67a23a8378b5769b12a8f8320e3bcf77886c7e80b467c76c5b32f5aa3d55b2301dca57a1de8f59b4a607e4 SHA512 7a58af4317ad244a258e472e5b12430625c61ef2660bc602273c0cca15da66e0bb40d3ae49db361432fe58e6173f47ac449f0583ec8eccf4d0d924f9ad5389a1
MISC metadata.xml 868 BLAKE2B 45f55060dbf7936f5004b8b6b9332ae01fbe8f25c008d6b272245ae3a21522ffdb1b3d11a338fdf31300aa274c4e24cd05ecdc62ad0b1e757188edf174c6e27e SHA512 ab67d86f6deb877d1f5a22ec36e381d7cdf62ec0634dbfd526ea2b58a5e4b9d6d6e2f06ead9cf7e8d4cff463bdd3486992350d94715d7b59c40c746ad9184e22
diff --git a/dev-python/yara-python/yara-python-4.2.3.ebuild b/dev-python/yara-python/yara-python-4.2.3.ebuild
index e9485f5ed382..5b935af5279a 100644
--- a/dev-python/yara-python/yara-python-4.2.3.ebuild
+++ b/dev-python/yara-python/yara-python-4.2.3.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
DESCRIPTION="Python interface for a malware identification and classification tool"