14
0
forked from pool/python-aiodns

6 Commits

Author SHA256 Message Date
b631737156 Accepting request 1321786 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1321786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodns?expand=0&rev=12
2025-12-10 14:32:38 +00:00
827a5ee3ba - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=30
2025-12-09 14:30:35 +00:00
1ff6e8dcf8 Accepting request 1292437 from devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/1292437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodns?expand=0&rev=11
2025-07-18 13:57:32 +00:00
309bf20b2d - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=28
2025-07-12 17:29:16 +00:00
e2695f745d Accepting request 1277076 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1277076
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodns?expand=0&rev=10
2025-05-23 12:27:09 +00:00
eb9e9541bb - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=26
2025-05-13 09:20:36 +00:00
4 changed files with 27 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4db196bed4b7904afd3fbead515cee74fa997ec42d9853315229f74b07f821e2
size 16312

3
aiodns-3.6.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac62c7fd44bcd16aa1d50658805cff8032eff59822a927d007aec9f046b43d35
size 17011

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
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>

View File

@@ -20,7 +20,7 @@
%bcond_with tests
%{?sle15_python_module_pythons}
Name: python-aiodns
Version: 3.5.0
Version: 3.6.0
Release: 0
Summary: Simple DNS resolver for asyncio
License: MIT