14
0

Accepting request 1268390 from home:glaubitz:branches:devel:languages:python

- Update to 4.6.0
  * Swap out is_all_ascii for built-in str.isascii by @bdraco in (#209)
  * Fixup tests by @saghul in (#214)
  * Add initial type annotations by @Dreamsorcerer in (#212)
  * Fix module has no attribute type errors by @Dreamsorcerer in (#211)

OBS-URL: https://build.opensuse.org/request/show/1268390
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=25
This commit is contained in:
2025-04-11 07:14:12 +00:00
committed by Git OBS Bridge
parent a37e804168
commit 810593b08a
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 10 12:28:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 4.6.0
* Swap out is_all_ascii for built-in str.isascii by @bdraco in (#209)
* Fixup tests by @saghul in (#214)
* Add initial type annotations by @Dreamsorcerer in (#212)
* Fix module has no attribute type errors by @Dreamsorcerer in (#211)
-------------------------------------------------------------------
Fri Jan 10 09:20:14 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>