summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Borders2020-09-05 00:28:08 -0400
committerMichael Borders2020-09-05 00:28:08 -0400
commit72762319a165fc490c58711b9ee24a004dcb0594 (patch)
tree8e95b90d6a89849266706711d2c8ad32851525f6
parentbddcad664430acf9c37772ee413ecf15a93e009f (diff)
downloadaur-72762319a165fc490c58711b9ee24a004dcb0594.tar.gz
v3.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c3240afe2e6..4987c3664d3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-napalm
pkgdesc = Network Automation and Programmability Abstraction Layer with Multivendor support
- pkgver = 2.5.0
- pkgrel = 2
+ pkgver = 3.0.0
+ pkgrel = 1
url = https://github.com/napalm-automation/napalm
arch = any
license = Apache
@@ -20,8 +20,8 @@ pkgbase = python-napalm
depends = python-scp
depends = python-lxml
depends = python-ciscoconfparse
- source = https://github.com/napalm-automation/napalm/archive/2.5.0.tar.gz
- sha256sums = c30254303f0d908f64902d89ea73673a922d3a27f94c2af674264a1b5a230249
+ source = https://github.com/napalm-automation/napalm/archive/3.0.0.tar.gz
+ sha256sums = dbc1a187b9b38cd0840a53b4281728852d22b35f59ec6e81e4c97001cb705a0e
pkgname = python-napalm
diff --git a/PKGBUILD b/PKGBUILD
index 9f527915e1ce..4fd676215612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,7 @@
-# Maintainer: Michael Borders <michael.a.borders@gmail.com>
-
pkgname=(python-napalm)
_pkgname=napalm
-pkgver=2.5.0
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc="Network Automation and Programmability Abstraction Layer with Multivendor support"
arch=('any')
url="https://github.com/napalm-automation/napalm"
@@ -12,7 +10,7 @@ depends=('python' 'python-cffi' 'python-paramiko' 'python-future' 'python-textfs
makedepends=('python-setuptools')
checkdepends=('python-tox')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('c30254303f0d908f64902d89ea73673a922d3a27f94c2af674264a1b5a230249')
+sha256sums=('dbc1a187b9b38cd0840a53b4281728852d22b35f59ec6e81e4c97001cb705a0e')
check() {
cd "$srcdir/$_pkgname-$pkgver"