Packit Service 7a6f8a1
%global srcname requre
3583c11
Packit Service 7a6f8a1
Name:           python-%{srcname}
Packit Service 7a6f8a1
Version:        0.4.0
3583c11
Release:        1%{?dist}
3583c11
Summary:        Python library what allows re/store output of various objects for testing
3583c11
3583c11
License:        MIT
Packit Service 7a6f8a1
URL:            https://github.com/packit/requre
3583c11
Source0:        %{pypi_source}
3583c11
BuildArch:      noarch
3583c11
3583c11
BuildRequires:  python3-devel
3583c11
BuildRequires:  python3dist(click)
3583c11
BuildRequires:  python3dist(pytest)
3583c11
BuildRequires:  python3dist(pyyaml)
3583c11
BuildRequires:  python3dist(requests)
3583c11
BuildRequires:  python3dist(setuptools)
3583c11
BuildRequires:  python3dist(setuptools-scm)
3583c11
BuildRequires:  python3dist(setuptools-scm-git-archive)
3583c11
BuildRequires:  python3dist(sphinx)
3583c11
3583c11
%description
3583c11
REQUest REcordingRequre [rekure] - Is Library for storing output of various
3583c11
function and methods to persistent storage and be able to replay the stored
3583c11
output to functions.
3583c11
Packit Service 7a6f8a1
%package -n     python3-%{srcname}
3583c11
Summary:        %{summary}
3583c11
Packit Service 7a6f8a1
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_provides
Packit Service 7a6f8a1
%if 0%{?fedora} < 33
Packit Service 7a6f8a1
%{?python_provide:%python_provide python3-%{srcname}}
Packit Service 7a6f8a1
%endif
Packit Service 7a6f8a1
Packit Service 7a6f8a1
%description -n python3-%{srcname}
3583c11
REQUest REcordingRequre [rekure] - Is Library for storing output of various
3583c11
function and methods to persistent storage and be able to replay the stored
3583c11
output to functions.
3583c11
3583c11
%prep
Packit Service 7a6f8a1
%autosetup -n %{srcname}-%{version}
Packit Service 7a6f8a1
# Remove bundled egg-info
Packit Service 7a6f8a1
rm -rf %{srcname}.egg-info
3583c11
3583c11
%build
3583c11
%py3_build
3583c11
3583c11
%install
3583c11
%py3_install
3583c11
Packit Service 7a6f8a1
%files -n python3-%{srcname}
3583c11
%license LICENSE
3583c11
%doc README.md
3583c11
%{_bindir}/requre-patch
Packit Service 7a6f8a1
%{python3_sitelib}/%{srcname}
Packit Service 7a6f8a1
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info
3583c11
3583c11
%changelog
Packit Service 7a6f8a1
* Tue Sep 22 2020 Packit Service <user-cont-team+packit-service@redhat.com> - 0.4.0-1
Packit Service 7a6f8a1
- new upstream release: 0.4.0
Packit Service 7a6f8a1
3583c11
* Wed Jan 15 2020 Jan Ščotka <jscotka@redhat.com> - 0.2.0-1
3583c11
- Initial package.