Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 18:23:12 +02:00 committed by Miro Hrončok
commit 0a7853c6fb

View file

@ -1,6 +1,6 @@
Name: python-yara
Version: 4.2.0
%global baserelease 1
%global baserelease 2
Summary: Python binding for the YARA pattern matching tool
License: ASL 2.0
URL: https://github.com/VirusTotal/yara-python/
@ -130,6 +130,9 @@ Summary: Python2 binding for the YARA pattern matching tool
#====================================================================
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.2.0-2
- Rebuilt for Python 3.11
* Fri May 27 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 4.2.0-1
- Bump to 4.2.0 rhbz#2063287 fixes FTBFS rhbz#2064646
- Minor changes to spec, like using https for URL