diff --git a/_service b/_service
deleted file mode 100644
index cad2874..0000000
--- a/_service
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
- git
- https://github.com/libyal/libevtx
- c23e14d09d0e20e1cc8166219e353da6fe64e12f
-
- 20210504
-
-
- *.tar
- xz
-
-
-
diff --git a/libevtx-20210504.tar.xz b/libevtx-20210504.tar.xz
deleted file mode 100644
index 0d0eb1e..0000000
--- a/libevtx-20210504.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:2450a6e15c8f92ed2444693b296de084485d4652d2e56ac410d95afec12add53
-size 185212
diff --git a/libevtx-alpha-20210525.tar.gz b/libevtx-alpha-20210525.tar.gz
new file mode 100644
index 0000000..0a6a8fe
--- /dev/null
+++ b/libevtx-alpha-20210525.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ecf5d1cd90c9555d05a6981b4191819bb9aa4f49c8b58370673f22838e265fe7
+size 1995787
diff --git a/libevtx.changes b/libevtx.changes
index 293b54f..99b0e91 100644
--- a/libevtx.changes
+++ b/libevtx.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Sat Jun 26 10:38:55 UTC 2021 - Jan Engelhardt
+
+- Update to release 20210525
+ * No changelog was provided
+- Drop python2 module build.
+
-------------------------------------------------------------------
Thu May 13 11:32:48 UTC 2021 - Jan Engelhardt
diff --git a/libevtx.spec b/libevtx.spec
index 10c87b4..adcd35c 100644
--- a/libevtx.spec
+++ b/libevtx.spec
@@ -16,16 +16,15 @@
#
-%bcond_without python2
%define lname libevtx1
Name: libevtx
-Version: 20210504
+Version: 20210525
Release: 0
Summary: Library and tools to access the Windows XML Event Log (EVTX) format
License: GFDL-1.3-only AND LGPL-3.0-or-later
Group: Productivity/File utilities
URL: https://github.com/libyal/libevtx
-Source: %name-%version.tar.xz
+Source: https://github.com/libyal/libevtx/releases/download/%version/libevtx-alpha-%version.tar.gz
Source2: Windows_XML_Event_Log_EVTX.pdf
Patch1: system-libs.patch
BuildRequires: c_compiler
@@ -53,9 +52,6 @@ BuildRequires: pkgconfig(libfwnt) >= 20210421
BuildRequires: pkgconfig(libregf) >= 20210419
BuildRequires: pkgconfig(libuna) >= 20201204
BuildRequires: pkgconfig(libwrc) >= 20210425
-%if %{with python2}
-BuildRequires: pkgconfig(python2)
-%endif
BuildRequires: pkgconfig(python3)
%description
@@ -91,16 +87,6 @@ libevtx is a library to access the Windows XML Event log format.
This subpackage contains libraries and header files for developing
applications that want to make use of %name.
-%package -n python2-%name
-Summary: Python2 bindings for libevtx
-License: LGPL-3.0-or-later
-Group: Development/Libraries/Python
-Obsoletes: pyevtx <= 20191221
-Obsoletes: python-%name <= 20191221
-
-%description -n python2-%name
-Python bindings for libevtx, which can read Windows XML Event files.
-
%package -n python3-%name
Summary: Python bindings for libevtx
License: LGPL-3.0-or-later
@@ -118,9 +104,6 @@ if [ ! -e configure ]; then ./autogen.sh; fi
%configure \
--disable-static \
--enable-wide-character-type \
-%if %{with python2}
- --enable-python2 \
-%endif
--enable-python3
%make_build
@@ -147,12 +130,6 @@ find %buildroot -name '*.la' -delete
%_libdir/pkgconfig/libevtx.pc
%_mandir/man3/libevtx.3*
-%if %{with python2}
-%files -n python2-%name
-%license COPYING*
-%python2_sitearch/pyevtx.so
-%endif
-
%files -n python3-%name
%license COPYING*
%python3_sitearch/pyevtx.so