Name: python-norpm Version: 1.8 Release: 1.20260220160050393395.main.5.g289815a%{?dist} Summary: RPM Macro Expansion in Python License: LGPL-2.1-or-later URL: https://github.com/praiskup/norpm Source: norpm-1.8.tar.gz BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: Parse RPM macro and spec files, expanding macros safely—without any potential Turing-complete side effects. This is a standalone library and set of tools that depend only on the standard Python library and PLY (used for expression parsing). } %description %_description %package -n python3-norpm Summary: %summary %description -n python3-norpm %_description %prep %autosetup -p1 -n norpm-1.8 %if 0%{?rhel} == 9 cat > setup.py < - 1.8-1.20260220160050393395.main.5.g289815a - Accept %%define & %%global with curly brackets (Pavel Raiskup) - Fix aliasing with %%{**} syntax (Pavel Raiskup) - Mark built-ins "defined" (Pavel Raiskup) - Switch expression parser from PLY to Lark (Pavel Raiskup) - Enable EPEL 9 builds (Pavel Raiskup) * Sun Sep 07 2025 Pavel Raiskup - no changelog in upstream git