Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
python-pynetbox
Commits:
eb2aecca by Sven-Hendrik Haase at 2024-08-30T01:46:21+02:00
upgpkg: 7.3.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pynetbox
pkgdesc = NetBox API client library
- pkgver = 7.3.3
- pkgrel = 2
+ pkgver = 7.3.4
+ pkgrel = 1
url = https://github.com/netbox-community/pynetbox
arch = any
license = Apache-2.0
@@ -14,8 +14,8 @@ pkgbase = python-pynetbox
depends = python
depends = python-packaging
depends = python-requests
- source =
python-pynetbox-7.3.3.tar.gz::https://github.com/netbox-community/pynetbox/archive/refs/tags/v7.3.3.tar.gz
- sha512sums =
6429ef378dbae875a26ee80cc9e7868ae0812f6758249410447f65b033eb61de7679d83d6925ec866af2ee3aa7ccddd380a997751912a7073553030ffe01c79c
- b2sums =
987a273c790775cd875cf28a05689e6e4c73bd7fd396529c8168cf477e7d956bf5877df3c0ae998a0742efa1adf8ea38e3770439f40948d7c962d830157a1aee
+ source =
python-pynetbox-7.3.4.tar.gz::https://github.com/netbox-community/pynetbox/archive/refs/tags/v7.3.4.tar.gz
+ sha512sums =
fdc4600fd36ac4c303f855bcf662271043a39b38902780963e1c44fd59d2a5c34ab52ac79697e620b9e28abd2ea4fe37ea483c53d5f17cc3a76773e8e3b7856c
+ b2sums =
060b958cde8880341499035889f6bb46a72179e6eb7cfceb0e0ad2da307c54a21ffa5f4cbd2c55cb3bd27be2372886b1db49c8b9d25c45b2d0d0ba01769ed92d
pkgname = python-pynetbox
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: gardar <[email protected]>
pkgname=python-pynetbox
_name="${pkgname#python-}"
-pkgver=7.3.3
-pkgrel=2
+pkgver=7.3.4
+pkgrel=1
pkgdesc="NetBox API client library"
arch=('any')
url="https://github.com/netbox-community/pynetbox"
@@ -12,8 +12,8 @@ depends=('python' 'python-packaging' 'python-requests')
makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
checkdepends=('python-pytest' 'python-pyyaml')
source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('6429ef378dbae875a26ee80cc9e7868ae0812f6758249410447f65b033eb61de7679d83d6925ec866af2ee3aa7ccddd380a997751912a7073553030ffe01c79c')
-b2sums=('987a273c790775cd875cf28a05689e6e4c73bd7fd396529c8168cf477e7d956bf5877df3c0ae998a0742efa1adf8ea38e3770439f40948d7c962d830157a1aee')
+sha512sums=('fdc4600fd36ac4c303f855bcf662271043a39b38902780963e1c44fd59d2a5c34ab52ac79697e620b9e28abd2ea4fe37ea483c53d5f17cc3a76773e8e3b7856c')
+b2sums=('060b958cde8880341499035889f6bb46a72179e6eb7cfceb0e0ad2da307c54a21ffa5f4cbd2c55cb3bd27be2372886b1db49c8b9d25c45b2d0d0ba01769ed92d')
build() {
cd "$_name-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynetbox/-/commit/eb2aeccadebae9d546b84f602d945c3f83ce2f8c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynetbox/-/commit/eb2aeccadebae9d546b84f602d945c3f83ce2f8c
You're receiving this email because of your account on gitlab.archlinux.org.