bump to 4.0.5

This commit is contained in:
Michal Ambroz 2021-03-13 22:03:07 +01:00
commit 167d7d1be3
3 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,5 @@
Name: python-yara
Version: 4.0.4
Version: 4.0.5
%global baserelease 1
Summary: Python binding for the YARA pattern matching tool
License: ASL 2.0
@ -10,8 +10,8 @@ URL: http://github.com/VirusTotal/yara-python/
%global srcname yara
%global gituser VirusTotal
%global gitname %{srcname}-python
%global commit 63ac2417a918692be6d5bd659fbfd39564396ec3
%global gitdate 20190222
%global commit 83c005eda9b3dbe08581515e8db570ad7dcfee18
%global gitdate 20210223
%global shortcommit %(c=%{commit}; echo ${c:0:7})
@ -182,6 +182,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar
#====================================================================
%changelog
* Sat Mar 13 2021 Michal Ambroz <rebus at, seznam.cz> - 4.0.5-1
- bump to version 4.0.5
* Wed Feb 10 2021 Michal Ambroz <rebus at, seznam.cz> - 4.0.4-1
- bump to version 4.0.4