Name: python-norpm Version: 1.5 Release: 2%?dist Summary: RPM Macro Expansion in Python License: LGPL-2.1-or-later URL: https://github.com/praiskup/norpm Source: %pypi_source norpm 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-%version %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-expand-specfile %changelog * Fri Sep 19 2025 Python Maint - 1.5-2 - Rebuilt for Python 3.14.0rc3 bytecode * Sun Sep 07 2025 Pavel Raiskup - 1.5-1 - new upstream release, per release notes: https://github.com/praiskup/norpm/releases/tag/v1.5 * Tue Sep 02 2025 Pavel Raiskup - 1.4-1 - new upstream release, v"version" expression support, if[n]arch support, many bugfixes * Fri Aug 15 2025 Python Maint - 1.3-2 - Rebuilt for Python 3.14.0rc2 bytecode * Mon Aug 11 2025 Pavel Raiskup - 1.3-1 - Initial packaging