diff --git a/python-dnspython.spec b/python-dnspython.spec new file mode 100644 index 0000000000000000000000000000000000000000..97b118c67affaf80735822f04edf6fa9165743ba --- /dev/null +++ b/python-dnspython.spec @@ -0,0 +1,53 @@ +Name: python-dnspython +Version: 2.1.0 +Release: 1 +Summary: DNS toolkit +License: ISC +URL: http://www.dnspython.org +Source0: https://github.com/rthalley/dnspython/archive/refs/tags/v2.1.0.tar.gz +BuildArch: noarch + +%description +dnspython is a DNS toolkit for Python. It supports almost all +record types. It can be used for queries, zone transfers, and dynamic +updates. It supports TSIG authenticated messages and EDNS0. + +%package -n python3-dnspython +Summary: DNS toolkit +Provides: python-dnspython +Requires: python3-cryptography python3-requests python3-requests-toolbelt +Requires: python3-idna python3-curio python3-sniffio python3-trio python3-sniffio +BuildRequires: python3-devel python3-setuptools + +%description -n python3-dnspython +dnspython is a DNS toolkit for Python. It supports almost all +record types. It can be used for queries, zone transfers, and dynamic +updates. It supports TSIG authenticated messages and EDNS0. + +%package help +Summary: Development documents and examples for dnspython +Provides: python3-dnspython-doc +Requires: python3-dnspython + +%description help +Documentation for python3-dnspython. + +%prep +%autosetup -n dnspython-2.1.0 + +%build +%py3_build + +%install +%py3_install + +%files -n python3-dnspython +%{python3_sitelib}/dns +%{python3_sitelib}/dnspython-2.1.0-py%{python3_version}.egg-info + +%files help +%doc doc examples + +%changelog +* Fri Jul 16 2021 Kou Wenqi - 2.1.0-1 +- Init package diff --git a/v2.1.0.tar.gz b/v2.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3991c894d1d1c0fb2c6d65b3919bbda808d74a20 Binary files /dev/null and b/v2.1.0.tar.gz differ