Blame SPECS/python-pytest-aiohttp.spec

7159fc
%global pypi_name pytest-aiohttp
7159fc
7159fc
Name:           python-%{pypi_name}
7159fc
Version:        0.3.0
7159fc
Release:        11%{?dist}
7159fc
Summary:        A pytest plugin for aiohttp support
7159fc
7159fc
License:        ASL 2.0
7159fc
URL:            https://github.com/aio-libs/pytest-aiohttp/
7159fc
Source0:        %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
7159fc
BuildArch:      noarch
7159fc
7159fc
%description
7159fc
The library allows to use aiohttp pytest plugin without need for implicitly
7159fc
loading it like pytest_plugins = 'aiohttp.pytest_plugin'.
7159fc
7159fc
%package -n python3-%{pypi_name}
7159fc
Summary:        %{summary}
7159fc
7159fc
BuildRequires:  python3-devel
7159fc
BuildRequires:  python3-setuptools
7159fc
%{?python_provide:%python_provide python3-%{pypi_name}}
7159fc
7159fc
%description -n python3-%{pypi_name}
7159fc
The library allows to use aiohttp pytest plugin without need for implicitly
7159fc
loading it like pytest_plugins = 'aiohttp.pytest_plugin'.
7159fc
7159fc
%prep
7159fc
%autosetup -n %{pypi_name}-%{version}
7159fc
7159fc
%build
7159fc
%py3_build
7159fc
7159fc
%install
7159fc
%py3_install
7159fc
7159fc
%files -n python3-%{pypi_name}
7159fc
%doc CHANGES.rst README.rst
7159fc
%license LICENSE
7159fc
%{python3_sitelib}/pytest_aiohttp/
7159fc
%{python3_sitelib}/pytest_aiohttp*.egg-info
7159fc
7159fc
%changelog
7159fc
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-11
7159fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
7159fc
7159fc
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-10
7159fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
7159fc
7159fc
* Fri Jun 26 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.0-9
7159fc
- Add python3-setuptools as BR
7159fc
7159fc
* Fri Jun 26 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.0-8
7159fc
- Add python3-setuptools as BR
7159fc
7159fc
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 0.3.0-7
7159fc
- Rebuilt for Python 3.9
7159fc
7159fc
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-6
7159fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7159fc
7159fc
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.0-5
7159fc
- Rebuilt for Python 3.8.0rc1 (#1748018)
7159fc
7159fc
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.0-4
7159fc
- Rebuilt for Python 3.8
7159fc
7159fc
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3
7159fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
7159fc
7159fc
* Tue Jun 11 2019 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.0-2
7159fc
- Change source (rhbz#1719010)
7159fc
7159fc
* Mon Jun 10 2019 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.0-1
7159fc
- Initial package for Fedora