yara-python 3.11.0-1 source package in Ubuntu

Changelog

yara-python (3.11.0-1) unstable; urgency=medium

  [ Samuel Henrique ]
  * Add salsa-ci.yml
  * Configure git-buildpackage for Debian

  [ Hilko Bengen ]
  * New upstream version 3.11.0
  * Drop Python 2 package (Closes: #938866)

 -- Hilko Bengen <email address hidden>  Wed, 12 Feb 2020 01:21:34 +0100

Upload details

Uploaded by:
Hilko Bengen
Uploaded to:
Sid
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_3.11.0-1.dsc 2.0 KiB 33a838a9efae116b349500aea5527402fde8b6b9abaae703bb0ec3a531816882
yara-python_3.11.0.orig.tar.gz 31.1 KiB 1280cfa4844902e9d5848c84ecc87da3fc05fbacbd74371bb738d1f4fbba2850
yara-python_3.11.0-1.debian.tar.xz 3.0 KiB 96a2aee06722362733918aa499104d26771dfa8be89321166c0246d1390a87d6

No changes file available.

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