Name: python-keyrings-codeartifact Version: 2.1.2 Release: %autorelease Summary: Automatically retrieve credentials for AWS CodeArtifact. License: MIT URL: https://github.com/jmkeyes/keyrings.codeartifact Source: %{pypi_source keyrings_codeartifact} Patch: 0001-pyproject.toml-compatibility-with-setuptools-77.patch BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: The keyrings.codeartifact package provides authentication for publishing and consuming packages within a private PyPi repository hosted on AWS CodeArtifact. It contains an extension to the keyring library that will automatically inject a time-limited access token.} %description %_description %package -n python3-keyrings-codeartifact Summary: %{summary} %description -n python3-keyrings-codeartifact %_description %prep %autosetup -p1 -n keyrings_codeartifact-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l keyrings %check %pyproject_check_import %files -n python3-keyrings-codeartifact -f %{pyproject_files} %changelog %autochangelog