1
0

Compare commits

...

2 Commits

Author SHA256 Message Date
Ana Guerrero
7157baa70b Accepting request 1236862 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1236862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycares?expand=0&rev=11
2025-01-12 10:08:49 +00:00
10dce554a1 - Update to 4.5.0
* Test data updates to fix test failures
  * Update test_idna_encoding_query_a with
    new errno to align to new c-ares version
  * Do not define HAVE_GETSERVBYPORT_R for
    platforms Android, Cygwin, Darwin
  * Drop distutils
  * build(deps): bump actions/download-artifact
    from 3 to 4.1.7 in /.github/workflows
  * Add 3.13 support, remove 3.8
  * chore(ci): fix upload & add more platforms to cibuildwheel
  * Test building release wheels on PRs
  * Fix building sdist
  * Fixup CI

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=23
2025-01-10 13:00:45 +00:00
4 changed files with 23 additions and 5 deletions

BIN
pycares-4.4.0.tar.gz (Stored with Git LFS)

Binary file not shown.

3
pycares-4.5.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jan 10 09:20:14 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 4.5.0
* Test data updates to fix test failures
* Update test_idna_encoding_query_a with
new errno to align to new c-ares version
* Do not define HAVE_GETSERVBYPORT_R for
platforms Android, Cygwin, Darwin
* Drop distutils
* build(deps): bump actions/download-artifact
from 3 to 4.1.7 in /.github/workflows
* Add 3.13 support, remove 3.8
* chore(ci): fix upload & add more platforms to cibuildwheel
* Test building release wheels on PRs
* Fix building sdist
* Fixup CI
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 11 08:24:45 UTC 2023 - Dirk Müller <dmueller@suse.com> Mon Dec 11 08:24:45 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-pycares # spec file for package python-pycares
# #
# Copyright (c) 2023 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
@ -20,7 +20,7 @@
%define skip_python2 1 %define skip_python2 1
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pycares Name: python-pycares
Version: 4.4.0 Version: 4.5.0
Release: 0 Release: 0
Summary: Python interface for c-ares Summary: Python interface for c-ares
License: MIT License: MIT