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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:025b6c2ffea4e9fb8f9a097381c2fecb24aff23fbd6906e70da22ec9ba60e19d
size 821554

BIN
pycares-4.6.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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>

View File

@@ -20,7 +20,7 @@
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-pycares
Version: 4.5.0
Version: 4.6.0
Release: 0
Summary: Python interface for c-ares
License: MIT