[arch-commits] Commit in python-dnspython/trunk (PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Mon Jan 24 13:26:52 UTC 2022


    Date: Monday, January 24, 2022 @ 13:26:52
  Author: jelle
Revision: 1114469

upgpkg: python-dnspython 1:2.2.0-1

Modified:
  python-dnspython/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-24 13:26:36 UTC (rev 1114468)
+++ PKGBUILD	2022-01-24 13:26:52 UTC (rev 1114469)
@@ -3,8 +3,8 @@
 
 _name=dnspython
 pkgname=python-dnspython
-pkgver=2.1.0
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
 epoch=1
 pkgdesc="A DNS toolkit for Python"
 arch=('any')
@@ -11,7 +11,7 @@
 url="http://www.dnspython.org"
 license=('ISC')
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-setuptools-scm' 'python-pip')
 checkdepends=('python-idna' 'python-cryptography' 'python-trio' 'python-pytest')
 optdepends=('python-cryptography: DNSSEC support'
             'python-requests-toolbelt: DoH support'
@@ -19,8 +19,8 @@
             'python-curio: async support'
             'python-trio: async support'
             'python-sniffio: async support')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.zip")
-sha256sums=('e4a87f0b573201a0f3727fa18a516b055fd1107e0e5477cded4a2de497df1dd4')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('e79351e032d0b606b98d38a4b0e6e2275b31a5b85c873e587cc11b73aca026d6')
 validpgpkeys=('A580DEE052FEC78D8ACF383DF24B3AFC8CA2F5C7') # Bob Halley <halley at dnspython.org>
 
 prepare() {



More information about the arch-commits mailing list