yara-python 4.2.0-1build2 source package in Ubuntu

Changelog

yara-python (4.2.0-1build2) lunar; urgency=medium

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:46:13 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Hilko Bengen
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
yara-python_4.2.0.orig.tar.gz 33.7 KiB eb2df7d4b4b2631a9fa09b7fe7e41eea19a03d2f7204eff10a7341f8a443f550
yara-python_4.2.0-1build2.debian.tar.xz 3.3 KiB f6a843fce46661fb1a24a89318f09f7794244a9eb367ae826cf9fd3226fc698b
yara-python_4.2.0-1build2.dsc 2.0 KiB 7a54dd3c2f490f50df794333a34e03c4ac8a0c49613013ca5e756fc9fdc39c86

Available diffs

View changes file

Binary packages built by this source

python3-yara: Python 3 bindings for YARA

 YARA is a tool aimed at helping malware researchers to identify and
 classify malware samples. With YARA, it is possible to create
 descriptions of malware families based on textual or binary patterns
 contained in samples of those families. Each description consists of
 a set of strings and a Boolean expression which determines its logic.
 .
 Complex and powerful rules can be created by using binary strings with
 wild-cards, case-insensitive text strings, special operators, regular
 expressions and many other features.
 .
 This package provides Python 3 bindings.

python3-yara-dbgsym: debug symbols for python3-yara