|
 |
7873274 |
# set upstream name variable
|
|
 |
7873274 |
%global srcname aiodns
|
|
 |
7873274 |
|
|
 |
7873274 |
|
|
 |
7873274 |
Name: python-aiodns
|
|
 |
29696e9 |
Version: 3.0.0
|
|
 |
700f537 |
Release: 6%{?dist}
|
|
 |
7873274 |
Summary: Simple DNS resolver for asyncio
|
|
 |
7873274 |
|
|
 |
7873274 |
License: MIT
|
|
 |
7873274 |
URL: https://github.com/saghul/aiodns
|
|
 |
7873274 |
Source0: https://github.com/saghul/%{srcname}/archive/%{srcname}-%{version}.tar.gz
|
|
 |
7873274 |
|
|
 |
7873274 |
BuildArch: noarch
|
|
 |
7873274 |
BuildRequires: python3-devel
|
|
 |
8f48faa |
BuildRequires: python3-setuptools
|
|
 |
7873274 |
BuildRequires: python3-pycares
|
|
 |
29696e9 |
# for tests
|
|
 |
29696e9 |
#BuildRequires: python3-pytest
|
|
 |
7873274 |
|
|
 |
7873274 |
%description
|
|
 |
7873274 |
aiodns provides a simple way for doing asynchronous DNS resolutions
|
|
 |
7873274 |
with a synchronous looking interface by using pycares.
|
|
 |
7873274 |
|
|
 |
7873274 |
|
|
 |
8d78375 |
|
|
 |
7873274 |
%package -n python3-%{srcname}
|
|
 |
7873274 |
Summary: Simple DNS resolver for asyncio
|
|
 |
7873274 |
BuildArch: noarch
|
|
 |
7873274 |
Requires: python3-pycares
|
|
 |
7873274 |
%{?python_provide:%python_provide python3-%{srcname}}
|
|
 |
7873274 |
|
|
 |
7873274 |
%description -n python3-%{srcname}
|
|
 |
7873274 |
aiodns provides a simple way for doing asynchronous DNS resolutions
|
|
 |
7873274 |
with a synchronous looking interface by using pycares.
|
|
 |
7873274 |
|
|
 |
7873274 |
|
|
 |
7873274 |
|
|
 |
7873274 |
%prep
|
|
 |
7873274 |
%autosetup -n %{srcname}-%{srcname}-%{version}
|
|
 |
7873274 |
|
|
 |
7873274 |
|
|
 |
7873274 |
%build
|
|
 |
7873274 |
%py3_build
|
|
 |
7873274 |
|
|
 |
7873274 |
|
|
 |
7873274 |
%install
|
|
 |
7873274 |
%py3_install
|
|
 |
7873274 |
|
|
 |
7873274 |
|
|
 |
7873274 |
%check
|
|
 |
29696e9 |
# no tests to run with pytest: Disabling.
|
|
 |
7873274 |
|
|
 |
7873274 |
|
|
 |
7873274 |
|
|
 |
7873274 |
%files -n python3-%{srcname}
|
|
 |
7873274 |
%license LICENSE
|
|
 |
7873274 |
%doc README.rst ChangeLog
|
|
 |
7873274 |
# For noarch packages: sitelib
|
|
 |
8d78375 |
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/
|
|
 |
7873274 |
%{python3_sitelib}/%{srcname}/
|
|
 |
7873274 |
|
|
 |
7873274 |
|
|
 |
7873274 |
|
|
 |
7873274 |
%changelog
|
|
 |
700f537 |
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-6
|
|
 |
700f537 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
 |
700f537 |
|
|
 |
a11e02a |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-5
|
|
 |
a11e02a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
a11e02a |
|
|
 |
040c133 |
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.0.0-4
|
|
 |
040c133 |
- Rebuilt for Python 3.11
|
|
 |
040c133 |
|
|
 |
b1fb932 |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-3
|
|
 |
b1fb932 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
b1fb932 |
|
|
 |
2fc8d6b |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
|
|
 |
2fc8d6b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
2fc8d6b |
|
|
 |
29696e9 |
* Wed Jun 9 2021 Matthieu Saulnier <fantom@fedoraproject.org> - 3.0.0-1
|
|
 |
29696e9 |
- Update to 3.0.0
|
|
 |
29696e9 |
- Remove Patch0 (Backport from upstream commit: 28111210)
|
|
 |
29696e9 |
|
|
 |
615decb |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.0.0-9
|
|
 |
615decb |
- Rebuilt for Python 3.10
|
|
 |
615decb |
|
|
 |
8d78375 |
* Sun Feb 14 2021 Matthieu Saulnier <fantom@fedoraproject.org> - 2.0.0-8
|
|
 |
8d78375 |
- Replace glob with %%{python3_version} in %%files section
|
|
 |
8d78375 |
|
|
 |
8a97a11 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-7
|
|
 |
8a97a11 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
8a97a11 |
|
|
 |
17aa644 |
* Wed Jan 13 2021 Matthieu Saulnier <fantom@fedoraproject.org> - 2.0.0-6
|
|
 |
17aa644 |
- Add Patch0 to fix epel8 installation package
|
|
 |
17aa644 |
Backport from upstream commit: 28111210
|
|
 |
17aa644 |
|
|
 |
5366bd1 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-5
|
|
 |
5366bd1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
5366bd1 |
|
|
 |
176f2c6 |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-4
|
|
 |
176f2c6 |
- Rebuilt for Python 3.9
|
|
 |
176f2c6 |
|
|
 |
820c3af |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-3
|
|
 |
820c3af |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
 |
820c3af |
|
|
 |
f42f38f |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-2
|
|
 |
f42f38f |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
 |
f42f38f |
|
|
 |
36e9b31 |
* Sun Aug 25 2019 Matthieu Saulnier <fantom@fedoraproject.org> - 2.0.0-1
|
|
 |
36e9b31 |
- Bump version to 2.0.0
|
|
 |
36e9b31 |
|
|
 |
606498b |
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.1-8
|
|
 |
606498b |
- Rebuilt for Python 3.8
|
|
 |
606498b |
|
|
 |
4b85cbb |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-7
|
|
 |
4b85cbb |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
 |
4b85cbb |
|
|
 |
edb1351 |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-6
|
|
 |
edb1351 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
 |
edb1351 |
|
|
 |
24ac8c6 |
* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.1.1-5
|
|
 |
24ac8c6 |
- Subpackage python2-aiodns has been removed
|
|
 |
24ac8c6 |
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
 |
24ac8c6 |
|
|
 |
7ae6eb1 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-4
|
|
 |
7ae6eb1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
 |
7ae6eb1 |
|
|
 |
ee3eb1e |
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.1.1-3
|
|
 |
ee3eb1e |
- Rebuilt for Python 3.7
|
|
 |
ee3eb1e |
|
|
 |
83312ba |
* Wed Apr 18 2018 Iryna Shcherbina <shcherbina.iryna@gmail.com> - 1.1.1-2
|
|
 |
83312ba |
- Update Python 2 dependency declarations to new packaging standards
|
|
 |
83312ba |
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
 |
83312ba |
|
|
 |
7873274 |
* Wed Apr 4 2018 Matthieu Saulnier <fantom@fedoraproject.org> - 1.1.1-1
|
|
 |
7873274 |
- Initial package
|