yara-python 4.3.1-1build1 source package in Ubuntu

Changelog

yara-python (4.3.1-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 18:04:31 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Hilko Bengen
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.3.1.orig.tar.gz 37.0 KiB b17e545feb0c66fa18ff59edc9c71120543d894347e1c40d0bafb29067a470d9
yara-python_4.3.1-1build1.debian.tar.xz 3.3 KiB 42c74c412b041aef81896caf7b79e8b609da7e8a6ef46646c864158219d9a0cd
yara-python_4.3.1-1build1.dsc 2.0 KiB e32d57fa8c309b2d70041b3859638eccf1e42e182dcca4b4f52828e1865b9db8

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