diff --git a/dnspython-2.6.1.tar.gz b/dnspython-2.6.1.tar.gz deleted file mode 100644 index c05f57350b65858a518c6359cbc6eb9810afbc73..0000000000000000000000000000000000000000 Binary files a/dnspython-2.6.1.tar.gz and /dev/null differ diff --git a/dnspython-2.7.0.tar.gz b/dnspython-2.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..93e352444ef06ea05bed8840505f6885b615cdc4 Binary files /dev/null and b/dnspython-2.7.0.tar.gz differ diff --git a/python-dnspython.spec b/python-dnspython.spec index e3edcd81fb9964b8745869411ee87d770be3b353..1c3c7db30c36459c09886b1f4a6224d5d8077f1c 100644 --- a/python-dnspython.spec +++ b/python-dnspython.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dnspython -Version: 2.6.1 +Version: 2.7.0 Release: 1 Summary: DNS toolkit License: ISC URL: https://www.dnspython.org -Source0: https://files.pythonhosted.org/packages/37/7d/c871f55054e403fdfd6b8f65fd6d1c4e147ed100d3e9f9ba1fe695403939/dnspython-2.6.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-%{version}.tar.gz BuildArch: noarch %description @@ -68,6 +68,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 06 2024 songliyang - 2.7.0-1 +- Upgrade package to version 2.7.0 +- Use the port from the URL if provided for H3 +- fix doco typo +- CI 2.7 testing and also remove python 3.8 + * Tue Apr 23 2024 Dongxing Wang - 2.6.1-1 - Upgrade package with version 2.6.1 The Tudoor fix ate legitimate Truncated exceptions.