[packages/python3-dns] Up to 2.2.0; Use pypi tarball - Make sure you're either building from a fully intact git repository
arekm
arekm at pld-linux.org
Fri Feb 4 16:25:25 CET 2022
commit 39d40d06c0a404ab74225b9026128558ed0e821f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Feb 4 16:24:11 2022 +0100
Up to 2.2.0; Use pypi tarball - Make sure you're either building from a fully intact git repository or PyPI tarballs. Most other sources (such as GitHub's tarballs, a git checkout without the .git folder) don't contain the necessary metadata and will not work.
python3-dns.spec | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/python3-dns.spec b/python3-dns.spec
index 68485c8..37ce919 100644
--- a/python3-dns.spec
+++ b/python3-dns.spec
@@ -2,17 +2,18 @@
Summary: dnspython - a DNS toolkit for Python 3
Summary(pl.UTF-8): dnspython - zestaw narzędzi do DNS dla Pythona 3
Name: python3-%{module}
-Version: 2.1.0
+Version: 2.2.0
Release: 1
License: MIT
Group: Development/Languages/Python
-Source0: https://github.com/rthalley/dnspython/archive/v%{version}/dnspython-%{version}.tar.gz
-# Source0-md5: 234d7785c7fef855f208b7953d6808d7
+Source0: https://pypi.debian.net/dnspython/dnspython-%{version}.tar.gz
+# Source0-md5: 6a247a755f7676f115c0e555842550d5
URL: http://www.dnspython.org/
BuildRequires: python3-devel >= 1:3.3
BuildRequires: python3-setuptools
-BuildRequires: rpm-pythonprov
+BuildRequires: python3-wheel
BuildRequires: rpmbuild(macros) >= 1.714
+BuildRequires: rpm-pythonprov
Requires: python3-modules >= 1:3.6
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-dns.git/commitdiff/39d40d06c0a404ab74225b9026128558ed0e821f
More information about the pld-cvs-commit
mailing list