bump to 4.5.3
This commit is contained in:
parent
81d37d4018
commit
f271b385ef
2 changed files with 6 additions and 8 deletions
|
|
@ -1,9 +1,7 @@
|
|||
Name: python-yara
|
||||
Version: 4.5.1
|
||||
Version: 4.5.3
|
||||
Summary: Python binding for the YARA pattern matching tool
|
||||
License: Apache-2.0
|
||||
# TODO: return to 1 with each next release
|
||||
%global baserelease 6
|
||||
URL: https://github.com/VirusTotal/yara-python/
|
||||
VCS: https://github.com/VirusTotal/yara-python/
|
||||
# https://github.com/VirusTotal/yara-python/tags
|
||||
|
|
@ -16,8 +14,8 @@ VCS: https://github.com/VirusTotal/yara-python/
|
|||
|
||||
%global gituser VirusTotal
|
||||
%global gitname yara-python
|
||||
%global gitdate 20240525
|
||||
%global commit 2880de0358e1ec871093759d74309f4dc080d726
|
||||
%global gitdate 20250523
|
||||
%global commit 5caac1ea81f7e700dc7969abd9706dd0cd1580ec
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
|
||||
|
|
@ -35,10 +33,10 @@ and a Boolean expression which determine its logic.}
|
|||
%endif
|
||||
|
||||
%if 0%{?with_release}
|
||||
Release: %autorelease -b %baserelease
|
||||
Release: %autorelease
|
||||
Source0: https://github.com/%{gituser}/%{gitname}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
%else
|
||||
Release: %autorelease -b %baserelease -s %{gitdate}git%{shortcommit}
|
||||
Release: %autorelease -s %{gitdate}git%{shortcommit}
|
||||
Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz#/%{name}-%{version}-git%{gitdate}-%{shortcommit}.tar.gz
|
||||
%endif
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (python-yara-4.5.1.tar.gz) = fb3d78cea58a5dcb21287d5211805ef7097c07b9117e4fe78a7e56b40f2520950f0e8d6f1eb3c4253a454e10ca782c3826c19613bd17677bef491ae91f9f9d2a
|
||||
SHA512 (python-yara-4.5.3.tar.gz) = f7e6860c479e70efe5f56b2fea4f2b5d4878ec6a19778e59465f9983c7af493215925d753218fce1fd0e906634582bf5c67095e398864f706d36bbe4a43a5537
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue