forked from pool/python-pycares
Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
00a51cf6cf | |||
da6d591cab | |||
c716898cc4 | |||
fac8a0c0a8 | |||
51012ae7ec | |||
6ffee7b7f1 | |||
3b61f4b1ef | |||
7157baa70b | |||
10dce554a1 |
BIN
pycares-4.4.0.tar.gz
(Stored with Git LFS)
BIN
pycares-4.4.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pycares-4.9.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pycares-4.9.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,59 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 18 12:58:39 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
- Update to 4.9.0 (fixes CVE-2025-48945, bsc#1244691)
|
||||||
|
* Create dependabot configuration by @bdraco in #226
|
||||||
|
* build(deps): bump pypa/cibuildwheel from 2.22.0 to 2.23.3
|
||||||
|
by @dependabot in #227
|
||||||
|
* Pin Python version to 3.13.3 to avoid Windows build error by @saghul in #235
|
||||||
|
* Fix shutdown race by @bdraco in #236
|
||||||
|
* Add support for windows arm64 by @finnagin in #233
|
||||||
|
- Update to 4.8.0
|
||||||
|
* Cancel previous CI jobs on pull request update by @bdraco in #222
|
||||||
|
* Update bundled c-ares to v1.34.5 by @bdraco in #221
|
||||||
|
* Add ARES_FLAG_NO_DFLT_SVR and ARES_FLAG_EDNS to API by @bdraco in #224
|
||||||
|
- Update to 4.7.0
|
||||||
|
* Update c-ares to 1.29.0 to add reinit support to Channel by @bdraco in #219
|
||||||
|
* Add event thread support by @bdraco in #220
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 28 16:43:05 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.6.1:
|
||||||
|
* Fix missing attribute type information for errno
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 11 07:18:09 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Clean up the SPEC file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- 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>
|
||||||
|
|
||||||
|
@@ -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
|
||||||
@@ -16,11 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%define skip_python2 1
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pycares
|
Name: python-pycares
|
||||||
Version: 4.4.0
|
Version: 4.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python interface for c-ares
|
Summary: Python interface for c-ares
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -32,7 +30,9 @@ Source: https://files.pythonhosted.org/packages/source/p/pycares/pycares
|
|||||||
Patch0: cleanup_tests.patch
|
Patch0: cleanup_tests.patch
|
||||||
BuildRequires: %{python_module cffi}
|
BuildRequires: %{python_module cffi}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: c-ares-devel
|
BuildRequires: c-ares-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@@ -49,13 +49,11 @@ resolutions asynchronously
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n pycares-%{version}
|
%autosetup -p1 -n pycares-%{version}
|
||||||
|
|
||||||
rm -Rf
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -66,6 +64,7 @@ rm -Rf
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc ChangeLog README.rst
|
%doc ChangeLog README.rst
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/pycares
|
||||||
|
%{python_sitearch}/pycares-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user