## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autochangelog ## END: Set by rpmautospec %global pkg_description %{expand: This Python library handles Portable Symmetric Key Container (PSKC) files as defined in RFC 6030. PSKC files are used to transport and provision symmetric keys (seed files) to different types of crypto modules, commonly one-time password tokens or other authentication devices. } %global forgeurl https://arthurdejong.org/git/python-pskc %global debug_package %{nil} Name: python-pskc Version: 1.4 Release: 1%{?dist} Summary: Python module for handling PSKC files License: GPL-3.0-or-later URL: %{forgeurl} Source0: %{forgeurl}/snapshot/python_pskc-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3dist(pytest) BuildRequires: python3dist(pytest-cov) BuildRequires: python3dist(pytest-timeout) BuildSystem: pyproject BuildOption(install): -l pskc %description %{pkg_description} %prep %autosetup -n python_pskc-%{version} %install -a %check %pytest --ignore=tests/test_signature.doctest %files -f %{pyproject_files} %{_bindir}/csv2pskc %{_bindir}/pskc2csv %{_bindir}/pskc2pskc %changelog ## START: Generated by rpmautospec * Fri Jan 23 2026 John Doe - 1.4-1 - Uncommitted changes ## END: Generated by rpmautospec