!42 update python-dns to 2.4.2

From: @eaglegai 
Reviewed-by: @zengwefeng 
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2024-01-02 09:00:13 +00:00 committed by Gitee
commit cfbddc651b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 5 additions and 28 deletions

View File

@ -1,24 +0,0 @@
From 9d29457ac5e8d5ab932c62c39665ac1b057040d3 Mon Sep 17 00:00:00 2001
From: Bob Halley <halley@dnspython.org>
Date: Sat, 11 Feb 2023 15:17:27 -0800
Subject: [PATCH] Add dns.quic to setup.cfg for legacy setup.py installs [#896]
---
setup.cfg | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.cfg b/setup.cfg
index bd07111..f536eee 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,6 +40,7 @@ provides = dns
[options]
packages =
dns
+ dns.quic
dns.rdtypes
dns.rdtypes.IN
dns.rdtypes.ANY
--
2.37.3

Binary file not shown.

BIN
dnspython-2.4.2.tar.gz Normal file

Binary file not shown.

View File

@ -13,14 +13,12 @@ messages, names, and records.
Name: python-dns Name: python-dns
Summary: %{sum} Summary: %{sum}
Version: 2.3.0 Version: 2.4.2
Release: 3 Release: 1
License: ISC and MIT License: ISC and MIT
URL: http://www.dnspython.org/ URL: http://www.dnspython.org/
Source0: https://github.com/rthalley/dnspython/archive/v%{version}/dnspython-%{version}.tar.gz Source0: https://github.com/rthalley/dnspython/archive/v%{version}/dnspython-%{version}.tar.gz
Patch1: 0001-Add-dns.quic-to-setup.cfg-for-legacy-setup.py-instal.patch
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel python3-setuptools python3-cryptography BuildRequires: python3-devel python3-setuptools python3-cryptography
@ -62,6 +60,9 @@ pytest
%doc examples %doc examples
%changelog %changelog
* Tue Dec 26 2023 gaihuiying <eaglegai@163.com> - 2.4.2-1
- update to 2.4.2
* Wed Apr 19 2023 ChenYanpan <chenyanpan@xfusion.com> - 2.3.0-3 * Wed Apr 19 2023 ChenYanpan <chenyanpan@xfusion.com> - 2.3.0-3
- Fixed the missing Patch1 in spec - Fixed the missing Patch1 in spec