Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / python-asyncssh


Commits:
6c0c7cd5 by Massimiliano Torromeo at 2024-12-14T22:50:40+01:00
upgpkg: 2.19.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-asyncssh
        pkgdesc = Asynchronous SSHv2 client and server library
-       pkgver = 2.18.0
-       pkgrel = 2
+       pkgver = 2.19.0
+       pkgrel = 1
        url = http://asyncssh.readthedocs.org/
        arch = any
        license = EPL
@@ -10,7 +10,7 @@ pkgbase = python-asyncssh
        makedepends = python-build
        makedepends = python-installer
        depends = python
-       source = 
https://files.pythonhosted.org/packages/source/a/asyncssh/asyncssh-2.18.0.tar.gz
-       sha256sums = 
1a322161c01f60b9719dc8f39f80db71e61f3f5e04abbc3420ce503126d87123
+       source = 
https://files.pythonhosted.org/packages/source/a/asyncssh/asyncssh-2.19.0.tar.gz
+       sha256sums = 
723dead4d068b558708dc66a4ca7e7a93a813aa9416036eccb9af4c03ae2cf30
 
 pkgname = python-asyncssh


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Massimiliano Torromeo <[email protected]>
 
 pkgname=python-asyncssh
-pkgver=2.18.0
-pkgrel=2
+pkgver=2.19.0
+pkgrel=1
 pkgdesc="Asynchronous SSHv2 client and server library"
 arch=(any)
 url="http://asyncssh.readthedocs.org/";
@@ -10,7 +10,7 @@ license=('EPL')
 depends=('python')
 makedepends=('python-setuptools' 'python-wheel' 'python-build' 
'python-installer')
 
source=("https://files.pythonhosted.org/packages/source/a/asyncssh/asyncssh-$pkgver.tar.gz";)
-sha256sums=('1a322161c01f60b9719dc8f39f80db71e61f3f5e04abbc3420ce503126d87123')
+sha256sums=('723dead4d068b558708dc66a4ca7e7a93a813aa9416036eccb9af4c03ae2cf30')
 
 build() {
     cd "$srcdir"/asyncssh-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-asyncssh/-/commit/6c0c7cd5ed6cfcad451220200421e9de74ff75f6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-asyncssh/-/commit/6c0c7cd5ed6cfcad451220200421e9de74ff75f6
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to