6ea6381
%{?python_enable_dependency_generator}
977f0af
%global modname aiofiles
977f0af
977f0af
Name:           python-%{modname}
96766ff
Version:        0.5.0
8e76e18
Release:        2%{?dist}
977f0af
Summary:        File support for asyncio
977f0af
977f0af
License:        ASL 2.0
977f0af
URL:            https://github.com/Tinche/aiofiles
Igor Gnatenko d53d7d4
Source0:        %{url}/archive/v%{version}/%{modname}-%{version}.tar.gz
977f0af
977f0af
BuildArch:      noarch
977f0af
977f0af
%global _description \
977f0af
aiofiles is an Apache2 licensed library, written in Python, for handling\
977f0af
local disk files in asyncio applications.
977f0af
977f0af
%description %{_description}
977f0af
977f0af
%package -n python3-%{modname}
977f0af
Summary:        %{summary}
977f0af
%{?python_provide:%python_provide python3-%{modname}}
977f0af
BuildRequires:  python3-devel
977f0af
BuildRequires:  python3-setuptools
977f0af
BuildRequires:  python3-pytest
977f0af
BuildRequires:  python3-pytest-asyncio
977f0af
977f0af
%description -n python3-%{modname} %{_description}
977f0af
977f0af
%prep
dab03e5
%autosetup -n %{modname}-%{version} -p1
977f0af
977f0af
%build
977f0af
%py3_build
977f0af
977f0af
%install
977f0af
%py3_install
977f0af
977f0af
%check
977f0af
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v
977f0af
977f0af
%files -n python3-%{modname}
977f0af
%license LICENSE
977f0af
%doc README.rst
977f0af
%{python3_sitelib}/%{modname}-*.egg-info/
977f0af
%{python3_sitelib}/%{modname}/
977f0af
977f0af
%changelog
8e76e18
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
8e76e18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
8e76e18
96766ff
* Wed Jul 22 2020 Nicolas Chauvet <kwizart@gmail.com> - 0.5.0-1
96766ff
- Update to 0.5.0
96766ff
b47c978
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.4.0-8
b47c978
- Rebuilt for Python 3.9
b47c978
ad4ae43
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-7
ad4ae43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
ad4ae43
e469c92
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4.0-6
e469c92
- Rebuilt for Python 3.8.0rc1 (#1748018)
e469c92
9033305
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4.0-5
9033305
- Rebuilt for Python 3.8
9033305
29547fe
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-4
29547fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
29547fe
3c163cd
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3
3c163cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
3c163cd
6ea6381
* Mon Dec 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-2
6ea6381
- Enable python dependency generator
6ea6381
9f7b9b9
* Mon Sep 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-1
9f7b9b9
- Update to 0.4.0
9f7b9b9
15877a4
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-4
15877a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
15877a4
a3d5c19
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.3.2-3
a3d5c19
- Rebuilt for Python 3.7
a3d5c19
bf6aa54
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2
bf6aa54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
bf6aa54
91a02a1
* Wed Nov 01 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.2-1
91a02a1
- Update to 0.3.2
91a02a1
5ae573b
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
5ae573b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5ae573b
80a156e
* Sun Jul 23 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.1-1
80a156e
- Update to 0.3.1
80a156e
92f3975
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
92f3975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
92f3975
977f0af
* Sun Jan 01 2017 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.3.0-1
977f0af
- Initial package