From 11dbb630434645f8e187b3d5fc66f4ae8e47a6278ea7b5837575b5396bb62a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= Date: Wed, 10 May 2017 13:41:58 +0000 Subject: [PATCH] Accepting request 494277 from home:cbosdonnat:branches:devel:languages:python OBS-URL: https://build.opensuse.org/request/show/494277 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-evtx?expand=0&rev=3 --- python-evtx-0.3.1.tar.gz | 3 --- python-evtx-0.5.3b.tar.gz | 3 +++ python-evtx.changes | 5 +++++ python-evtx.spec | 12 +++++++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 python-evtx-0.3.1.tar.gz create mode 100644 python-evtx-0.5.3b.tar.gz diff --git a/python-evtx-0.3.1.tar.gz b/python-evtx-0.3.1.tar.gz deleted file mode 100644 index c7eb84c..0000000 --- a/python-evtx-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cb8129455952a4f7925cf6fdb82a5516078d5e7b8fee1e82e3c688794addd25 -size 1710864 diff --git a/python-evtx-0.5.3b.tar.gz b/python-evtx-0.5.3b.tar.gz new file mode 100644 index 0000000..5a41074 --- /dev/null +++ b/python-evtx-0.5.3b.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85adfa8cc43602015da10a445bc680b8bcf468f011e17440103e4cd8e8b77c7 +size 438874 diff --git a/python-evtx.changes b/python-evtx.changes index d74ddaa..a20f880 100644 --- a/python-evtx.changes +++ b/python-evtx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 3 11:56:57 UTC 2017 - cbosdonnat@suse.com + +- Update to 0.5.3 + ------------------------------------------------------------------- Tue Apr 26 11:23:29 UTC 2016 - cbosdonnat@suse.com diff --git a/python-evtx.spec b/python-evtx.spec index 1ad57ea..11326c3 100644 --- a/python-evtx.spec +++ b/python-evtx.spec @@ -1,7 +1,7 @@ # # spec file for package python-evtx # -# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,14 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-evtx -Version: 0.3.1 +Version: 0.5.3b Release: 0 -License: Apache-2.0 Summary: Windows Event Log files parser -Url: https://github.com/williballenthin/python-evtx +License: Apache-2.0 Group: Development/Libraries/Python -Source: python-evtx-%{version}.tar.gz +Url: https://github.com/williballenthin/%{name} +Source: https://github.com/williballenthin/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -63,3 +64,4 @@ done %{_bindir}/evtxdump.py %{_bindir}/evtxinfo.py +%changelog