From 77814e1d6d707ed9433cb6303fd676101982fd77 Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Nov 09 2021 12:57:15 +0000 Subject: Update to 0.16.0 and some minor changes to the spec --- diff --git a/.gitignore b/.gitignore index 4d4650c..c1af698 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /pytest-asyncio-0.9.0.tar.gz /pytest-asyncio-0.10.0.tar.gz /pytest-asyncio-0.14.0.tar.gz +/pytest-asyncio-0.16.0.tar.gz diff --git a/python3-pytest-asyncio.spec b/python3-pytest-asyncio.spec index 6a7ee3a..4ed9895 100644 --- a/python3-pytest-asyncio.spec +++ b/python3-pytest-asyncio.spec @@ -1,26 +1,24 @@ %global pypi_name pytest-asyncio %global srcname pytest_asyncio -%global project_owner pytest-dev %global github_name pytest-asyncio %bcond_without tests Name: python3-%{pypi_name} -Version: 0.14.0 -Release: 5%{?dist} +Version: 0.16.0 +Release: 1%{?dist} Summary: Pytest support for asyncio License: ASL 2.0 URL: https://pypi.python.org/pypi/%{pypi_name} -Source0: https://github.com/%{project_owner}/%{github_name}/archive/v%{version}/%{github_name}-%{version}.tar.gz +Source0: https://github.com/pytest-dev/%{github_name}/archive/v%{version}/%{github_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools + %if %{with tests} BuildRequires: python3-pytest >= 5.4 -BuildRequires: python3-coverage -BuildRequires: python3-async-generator >= 1.3 BuildRequires: python3-hypothesis >= 5.7.1 %endif @@ -36,17 +34,12 @@ provides useful fixtures and markers to make testing easier. %prep %setup -qn %{github_name}-%{version} -# Don't treat all warnings as errors, there are DeprecationWarnings on 3.8 -sed -i '/filterwarnings = error/d' setup.cfg - %build %py3_build - %install %py3_install - %if %{with tests} %check %pytest --verbose @@ -59,8 +52,10 @@ sed -i '/filterwarnings = error/d' setup.cfg %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/ %{python3_sitelib}/%{srcname}/ - %changelog +* Sat Nov 06 2021 Mikel Olasagasti Uranga - 0.16.0-1 +- Update to 0.16.0 + * Fri Jul 23 2021 Fedora Release Engineering - 0.14.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 0167294..dd16a46 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (pytest-asyncio-0.14.0.tar.gz) = d1fadff152a0c94f80a8272a0dd293bd9d9300ad9e79c69556b5901c1a8ce00545f7715e503a383e3f4f35c8090d8f9ec33d16739b85378b59b1786a50441fca +SHA512 (pytest-asyncio-0.16.0.tar.gz) = f0059a6d05bf0c4e208f0058e30d5baf8284e630b8b91fa217f52eec18abe6b057dabfdadce2c5282e02bd4ea4cdb27f9ef62c4c308375cce1795d75a036db22