diff --git a/0001-Update-trio-requirement-from-0.14-0.23-to-0.14-0.24-1003.patch b/0001-Update-trio-requirement-from-0.14-0.23-to-0.14-0.24-1003.patch new file mode 100644 index 0000000..7a9ea39 --- /dev/null +++ b/0001-Update-trio-requirement-from-0.14-0.23-to-0.14-0.24-1003.patch @@ -0,0 +1,39 @@ +From a78897b50dd0fc3e5f5dd668326b49a6f7ef10a4 Mon Sep 17 00:00:00 2001 +From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> +Date: Fri, 3 Nov 2023 12:30:23 -0700 +Subject: [PATCH] Update trio requirement from >=0.14,<0.23 to >=0.14,<0.24 + (#1003) + +Updates the requirements on [trio](https://github.com/python-trio/trio) to permit the latest version. +- [Release notes](https://github.com/python-trio/trio/releases) +- [Commits](https://github.com/python-trio/trio/compare/v0.14.0...v0.23.0) + +--- +updated-dependencies: +- dependency-name: trio + dependency-type: direct:production +... + +Signed-off-by: dependabot[bot] +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +(cherry picked from commit 390682e766e7a21c614a5f5d9ccccd5da3fd7c74) +--- + pyproject.toml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/pyproject.toml b/pyproject.toml +index d28691c..3693beb 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -44,7 +44,7 @@ httpcore = {version=">=0.17.3", optional=true} + h2 = {version=">=4.1.0", optional=true} + idna = {version=">=2.1,<4.0", optional=true} + cryptography = {version=">=2.6,<42.0", optional=true} +-trio = {version=">=0.14,<0.23", optional=true} ++trio = {version=">=0.14,<0.24", optional=true} + wmi = {version="^1.5.1", optional=true} + aioquic = {version=">=0.9.20", optional=true} + +-- +2.41.0 + diff --git a/python-dns.spec b/python-dns.spec index f8c8bfb..b26f52f 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -11,7 +11,7 @@ Name: python-dns Version: 2.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DNS toolkit for Python # The entire package is licensed with both licenses, see LICENSE file @@ -19,6 +19,8 @@ License: ISC URL: http://www.dnspython.org Source0: https://github.com/rthalley/%{pypi_name}/archive/v%{version}%{rctag}/%{pypi_name}-%{version}%{rctag}.tar.gz +# https://github.com/rthalley/dnspython/commit/390682e766e7a21c614a5f5d9ccccd5da3fd7c74 +Patch0: 0001-Update-trio-requirement-from-0.14-0.23-to-0.14-0.24-1003.patch BuildArch: noarch BuildRequires: python3-devel @@ -85,6 +87,9 @@ export OPENSSL_ENABLE_SHA1_SIGNATURES=yes %endif %changelog +* Wed Nov 08 2023 Carl George - 2.4.2-2 +- Relax upper bound on trio dependency + * Thu Aug 10 2023 Lumír Balhar - 2.4.2-1 - Update to 2.4.2 (rhbz#2230509)