#2 Require python3-lark instead of python3-lark-parser
Opened a month ago by churchyard. Modified a month ago
rpms/ churchyard/prewikka lark  into  rawhide

file modified
+5 -2
@@ -1,6 +1,6 @@ 

  Name:           prewikka

  Version:        5.2.0

- Release:        16%{?dist}

+ Release:        17%{?dist}

  Summary:        Graphical front-end analysis console for IDMEF

  License:        GPLv2+

  URL:            https://www.prelude-siem.org/
@@ -36,7 +36,7 @@ 

  Requires:       python3-croniter

  Requires:       python3-dateutil

  Requires:       python3-gevent

- Requires:       python3-lark-parser

+ Requires:       python3-lark

  Requires:       python3-mako

  Requires:       python3-passlib

  Requires:       python3-pytz
@@ -113,6 +113,9 @@ 

  %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info

  

  %changelog

+ * Tue Apr 30 2024 Miro Hrončok <mhroncok@redhat.com> - 5.2.0-17

+ - Require python3-lark instead of python3-lark-parser

+ 

  * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-16

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

  

The package was renamed in Fedora 39+.

Metadata