yara-python 4.2.0-1build3 source package in Ubuntu

Changelog

yara-python (4.2.0-1build3) mantic; urgency=medium

  * No-change rebuild against libyara10

 -- Steve Langasek <email address hidden>  Wed, 14 Jun 2023 00:21:16 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
yara-python_4.2.0.orig.tar.gz 33.7 KiB eb2df7d4b4b2631a9fa09b7fe7e41eea19a03d2f7204eff10a7341f8a443f550
yara-python_4.2.0-1build3.debian.tar.xz 3.4 KiB d56230e01ce55f452dbf78d3140385d86b58dd592c4fd4cf2ea88be08f3705e3
yara-python_4.2.0-1build3.dsc 2.1 KiB 6b6fdbfdf83ab957671ff7c24c1ee0e1d80566070ab2d0bd32f7e4f4ea10e417

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