Name: python-norpm Version: 1.6 Release: 1.20251107224708851435.main.4.g8523c86%{?dist} Summary: RPM Macro Expansion in Python License: LGPL-2.1-or-later URL: https://github.com/praiskup/norpm Source: norpm-1.6.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.6 %generate_buildrequires %pyproject_buildrequires -g test %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l norpm %check %pyproject_check_import %pytest %files -n python3-norpm -f %pyproject_files %doc README.md %_bindir/norpm-conditions-for-arch-statements %_bindir/norpm-expand-specfile %changelog * Fri Nov 07 2025 Packit - 1.6-1.20251107224708851435.main.4.g8523c86 - builtin: shrink (Pavel Raiskup) - builtin: suffix (Pavel Raiskup) - Implement expr (Pavel Raiskup) - Builtin reverse (Pavel Raiskup) * Sun Sep 07 2025 Pavel Raiskup - no changelog in upstream git