Add dns.quic to setup.cfg for legacy setup.py installs

ref 9d29457ac5
This commit is contained in:
ChenYanpan 2023-04-18 18:36:53 +08:00
parent 5a78b96c4a
commit 93a0bf6b9a
No known key found for this signature in database
GPG Key ID: 743990DD9697055F
2 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,24 @@
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

View File

@ -14,7 +14,7 @@ messages, names, and records.
Name: python-dns Name: python-dns
Summary: %{sum} Summary: %{sum}
Version: 2.3.0 Version: 2.3.0
Release: 1 Release: 2
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
@ -60,6 +60,9 @@ pytest
%doc examples %doc examples
%changelog %changelog
* Tue Apr 18 2023 ChenYanpan <chenyanpan@xfusion.com> - 2.3.0-2
- Add dns.quic to setup.cfg for legacy setup.py installs
* Sat Mar 11 2023 gaihuiying <eaglegai@163.com> - 2.3.0-1 * Sat Mar 11 2023 gaihuiying <eaglegai@163.com> - 2.3.0-1
- update to 2.3.0 - update to 2.3.0