bump to 4.0.5
This commit is contained in:
parent
8e18fa99f6
commit
167d7d1be3
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@
|
|||
/python-yara-4.0.2.tar.gz
|
||||
/python-yara-4.0.3.tar.gz
|
||||
/python-yara-4.0.4.tar.gz
|
||||
/python-yara-4.0.5.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (python-yara-4.0.4.tar.gz) = a45bbdc964ea1b8b9fe598e625481a85e8b99b449b0af0e8cebb941d7ad94e1312e8f0f95651443889051be40267a8d8315efeeaeaebc081b128c33bb8455663
|
||||
SHA512 (python-yara-4.0.5.tar.gz) = 1c4663516e6ee908192145a6b53312bd529d704407b1c1057aa4b4dfaa2f561630e86f47fac60b5a6724ad502d8df0e674eb36bad7a282b5ed5c0782833eead4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue