From 781739f5ee2a8142894b9423f13978ad74464ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Wed, 22 Oct 2025 14:20:44 +0300 Subject: [PATCH] [python3-bashlex] Update to version 0.18. JB#61296 Cleanup spec. --- python-bashlex | 2 +- rpm/python3-bashlex.spec | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/python-bashlex b/python-bashlex index 800cb7e..ae1e11a 160000 --- a/python-bashlex +++ b/python-bashlex @@ -1 +1 @@ -Subproject commit 800cb7e3c634eaa3c81f8a8648fd7fd4e27050ac +Subproject commit ae1e11a8227d7ca8531b94c7fe821b83bd714ca5 diff --git a/rpm/python3-bashlex.spec b/rpm/python3-bashlex.spec index 28eabb3..6b90f4b 100644 --- a/rpm/python3-bashlex.spec +++ b/rpm/python3-bashlex.spec @@ -1,9 +1,8 @@ Name: python3-bashlex Summary: Python parser for bash Version: bashlex -Release: 0.14 +Release: 0.18 License: GPLv3 -Group: Development/Languages URL: https://github.com/idank/bashlex.git Source0: %{name}-%{version}.tar.bz2 BuildRequires: python3-devel @@ -20,7 +19,6 @@ python3 -c 'import bashlex' %py3_build %install -rm -rf %{buildroot} %py3_install %files