Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-dnspython
Commits:
2a677014 by Jelle van der Waa at 2024-05-18T21:04:55+02:00
upgpkg: 1:2.6.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-dnspython
pkgdesc = A DNS toolkit for Python
- pkgver = 2.5.0
- pkgrel = 2
+ pkgver = 2.6.1
+ pkgrel = 1
epoch = 1
url = http://www.dnspython.org
arch = any
@@ -21,8 +21,8 @@ pkgbase = python-dnspython
optdepends = python-curio: async support
optdepends = python-trio: async support
optdepends = python-sniffio: async support
- source =
https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.5.0.tar.gz
+ source =
https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.6.1.tar.gz
validpgpkeys = A580DEE052FEC78D8ACF383DF24B3AFC8CA2F5C7
- sha256sums =
a0034815a59ba9ae888946be7ccca8f7c157b286f8455b379c692efb51022a15
+ sha256sums =
e8f0f9c23a7b7cb99ded64e6c3a6f3e701d78f50c55e002b839dea7225cff7cc
pkgname = python-dnspython
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_name=dnspython
pkgname=python-dnspython
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.6.1
+pkgrel=1
epoch=1
pkgdesc="A DNS toolkit for Python"
arch=('any')
@@ -21,7 +21,7 @@ optdepends=('python-cryptography: DNSSEC support'
'python-trio: async support'
'python-sniffio: async support')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('a0034815a59ba9ae888946be7ccca8f7c157b286f8455b379c692efb51022a15')
+sha256sums=('e8f0f9c23a7b7cb99ded64e6c3a6f3e701d78f50c55e002b839dea7225cff7cc')
validpgpkeys=('A580DEE052FEC78D8ACF383DF24B3AFC8CA2F5C7') # Bob Halley
<[email protected]>
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dnspython/-/commit/2a677014571d2dc9b5487c5e7c5e87d212d062c6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dnspython/-/commit/2a677014571d2dc9b5487c5e7c5e87d212d062c6
You're receiving this email because of your account on gitlab.archlinux.org.