Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b631737156 | |||
| 827a5ee3ba | |||
| 1ff6e8dcf8 | |||
| 309bf20b2d | |||
| e2695f745d | |||
| eb9e9541bb |
BIN
aiodns-3.2.0.tar.gz
LFS
BIN
aiodns-3.2.0.tar.gz
LFS
Binary file not shown.
3
aiodns-3.6.0.tar.gz
Normal file
3
aiodns-3.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ac62c7fd44bcd16aa1d50658805cff8032eff59822a927d007aec9f046b43d35
|
||||||
|
size 17011
|
||||||
@@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 11:19:10 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.6.0
|
||||||
|
* Fix resolver garbage collection during pending queries (#211)
|
||||||
|
* Prevents resolver from being garbage collected while queries are in progress
|
||||||
|
* Socket callback optimizations (#172)
|
||||||
|
* Improved performance for socket state handling
|
||||||
|
* Fixed RTD links (#176)
|
||||||
|
* Added Python 3.14 to the CI (#212)
|
||||||
|
* Updated dependencies
|
||||||
|
* Bumped pycares from 4.9.0 to 4.11.0 (#186, #194)
|
||||||
|
* Bumped pytest-asyncio from 1.0.0 to 1.2.0 (#181, #196)
|
||||||
|
* Bumped pytest-cov from 6.2.1 to 7.0.0 (#193)
|
||||||
|
* Bumped pytest from 8.4.0 to 8.4.2 (#171, #190)
|
||||||
|
* Bumped mypy from 1.16.0 to 1.19.0 (#170, #179, #185, #195, #197, #207)
|
||||||
|
* Bumped uvloop from 0.21.0 to 0.22.1 (#202)
|
||||||
|
* Bumped winloop from 0.1.8 to 0.3.1 (#182, #183, #184, #187, #200, #201, #203)
|
||||||
|
* Bumped actions/setup-python from 5 to 6 (#199)
|
||||||
|
* Bumped actions/checkout from 4 to 6 (#188, #208)
|
||||||
|
* Bumped actions/upload-artifact from 4 to 5 (#204)
|
||||||
|
* Bumped actions/download-artifact from 4.3.0 to 6.0.0 (#205)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 12 17:28:35 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.5.0:
|
||||||
|
* Added explicit close method (#166)
|
||||||
|
* Fixed return type signature for CNAME and SOA records (#162)
|
||||||
|
* Improved Windows event loop documentation (#163)
|
||||||
|
loops on Windows
|
||||||
|
* Added fallback to `sock_state_cb` if `event_thread` creation
|
||||||
|
fails (#151)
|
||||||
|
* Implemented strict typing (#138)
|
||||||
|
* Updated dependencies
|
||||||
|
* Used c-ares event thread when available (#145)
|
||||||
|
* Dropped Python 3.8 support (#129)
|
||||||
|
* Updated CI infrastructure
|
||||||
|
upload/download artifact (#148)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 13 07:28:26 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to pip-based build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 2 09:42:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Tue Apr 2 09:42:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-aiodns
|
# spec file for package python-aiodns
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,27 +18,26 @@
|
|||||||
|
|
||||||
# DNS tests won't work in OBS
|
# DNS tests won't work in OBS
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
%define skip_python2 1
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-aiodns
|
Name: python-aiodns
|
||||||
Version: 3.2.0
|
Version: 3.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple DNS resolver for asyncio
|
Summary: Simple DNS resolver for asyncio
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
URL: https://github.com/saghul/aiodns/releases
|
URL: https://github.com/saghul/aiodns/releases
|
||||||
Source0: https://github.com/saghul/aiodns/archive/refs/tags/v%{version}.tar.gz#/aiodns-%{version}.tar.gz
|
Source0: https://github.com/saghul/aiodns/archive/refs/tags/v%{version}.tar.gz#/aiodns-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
Requires: python-pycares >= 4.0.0
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-pycares >= 4.0.0
|
||||||
|
BuildArch: noarch
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: %{python_module pycares}
|
BuildRequires: %{python_module pycares}
|
||||||
BuildRequires: python-typing
|
BuildRequires: python-typing
|
||||||
%endif
|
%endif
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -48,10 +47,10 @@ Simple DNS resolver for asyncio module.
|
|||||||
%autosetup -p1 -n aiodns-%{version}
|
%autosetup -p1 -n aiodns-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}/aiodns/
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}/aiodns/
|
||||||
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
@@ -62,6 +61,7 @@ Simple DNS resolver for asyncio module.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc ChangeLog README.rst
|
%doc ChangeLog README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/aiodns*
|
%{python_sitelib}/aiodns
|
||||||
|
%{python_sitelib}/aiodns-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user