From 7159fcc7430c73003b9cf25696074e740110ecc5 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 08 2021 15:16:06 +0000 Subject: Import python-pytest-aiohttp-0.3.0-11.el9 in CloudSIG xena --- diff --git a/.python-pytest-aiohttp.metadata b/.python-pytest-aiohttp.metadata new file mode 100644 index 0000000..224aec8 --- /dev/null +++ b/.python-pytest-aiohttp.metadata @@ -0,0 +1 @@ +1f89249d3336afc8af77a52f366c361d54bbf4b6 SOURCES/pytest-aiohttp-0.3.0.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..9863f60 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# python-pytest-aiohttp + +The python-pytest-aiohttp package \ No newline at end of file diff --git a/SPECS/python-pytest-aiohttp.spec b/SPECS/python-pytest-aiohttp.spec new file mode 100644 index 0000000..d8220b7 --- /dev/null +++ b/SPECS/python-pytest-aiohttp.spec @@ -0,0 +1,75 @@ +%global pypi_name pytest-aiohttp + +Name: python-%{pypi_name} +Version: 0.3.0 +Release: 11%{?dist} +Summary: A pytest plugin for aiohttp support + +License: ASL 2.0 +URL: https://github.com/aio-libs/pytest-aiohttp/ +Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +%description +The library allows to use aiohttp pytest plugin without need for implicitly +loading it like pytest_plugins = 'aiohttp.pytest_plugin'. + +%package -n python3-%{pypi_name} +Summary: %{summary} + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +The library allows to use aiohttp pytest plugin without need for implicitly +loading it like pytest_plugins = 'aiohttp.pytest_plugin'. + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{pypi_name} +%doc CHANGES.rst README.rst +%license LICENSE +%{python3_sitelib}/pytest_aiohttp/ +%{python3_sitelib}/pytest_aiohttp*.egg-info + +%changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.3.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 26 2020 Fabian Affolter - 0.3.0-9 +- Add python3-setuptools as BR + +* Fri Jun 26 2020 Fabian Affolter - 0.3.0-8 +- Add python3-setuptools as BR + +* Mon May 25 2020 Miro Hrončok - 0.3.0-7 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.3.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.3.0-5 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.3.0-4 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Jun 11 2019 Fabian Affolter - 0.3.0-2 +- Change source (rhbz#1719010) + +* Mon Jun 10 2019 Fabian Affolter - 0.3.0-1 +- Initial package for Fedora