summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2017-10-17 20:27:02 +0200
committerAnthony Ruhier2017-10-17 20:27:02 +0200
commit9c68e0d2d7eb55f0a26afe98b62aa6209011c0e8 (patch)
tree009a66e7780bba57c039e729d0f355683fd17ead
parente5a4a122a3daadcb1981873a94cd91e4f4845189 (diff)
downloadaur-9c68e0d2d7eb55f0a26afe98b62aa6209011c0e8.tar.gz
v2.2.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cefd4afa2575..c94c172efee9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = netbox
pkgdesc = IP address management (IPAM) and data center infrastructure management (DCIM) tool.
- pkgver = 2.1.5
+ pkgver = 2.2.2
pkgrel = 1
url = https://github.com/digitalocean/netbox
install = netbox.install
@@ -12,8 +12,7 @@ pkgbase = netbox
depends = libpgf
depends = openssl
depends = python-coreapi
- depends = python-crypto
- depends = python-cryptography
+ depends = python-pycryptodomex
depends = python-django
depends = python-django-cors-headers
depends = python-django-debug-toolbar
@@ -35,18 +34,17 @@ pkgbase = netbox
depends = python-pytz
depends = python-psycopg2
depends = python-simplejson
- depends = python-sqlparse
depends = python-xmltodict
depends = python-yaml
conflicts = netbox-git
replaces = netbox-git
backup = etc/netbox/gunicorn_config.py
backup = etc/netbox/configuration.py
- source = https://github.com/digitalocean/netbox/archive/v2.1.5.tar.gz
+ source = https://github.com/digitalocean/netbox/archive/v2.2.2.tar.gz
source = netbox-system.service
source = netbox.tmpfile
source = gunicorn_config.py
- sha256sums = 09da518225e29f7f0b2a789eb801ea57045dbf26eda45c8c38b138dd6ebebe2b
+ sha256sums = c02c415c95eaa4fffcb13005634f287e8396b7988cc6767df655ea46cb896139
sha256sums = dc83de37ff9151de3d309fd43c6eff3b30886882012b81fd3ff2f3a5a706bea6
sha256sums = 1028bac96ddcd18c10646dff26027b4891fcab4381436e2b6ea3302887a5586f
sha256sums = 7a5ae05cad7ec14193a43ef080776b5525c80b6258762a6cb6a108db83861ff9
diff --git a/PKGBUILD b/PKGBUILD
index f536cccf3c8b..fa78299df648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=netbox
pkgname=${_name}
-pkgver=2.1.5
+pkgver=2.2.2
_realver="${pkgver}"
pkgrel=1
pkgdesc="IP address management (IPAM) and data center infrastructure management (DCIM) tool."
@@ -15,8 +15,7 @@ depends=('python'
'libpgf'
'openssl'
'python-coreapi'
- 'python-crypto'
- 'python-cryptography'
+ 'python-pycryptodomex'
'python-django'
'python-django-cors-headers'
'python-django-debug-toolbar'
@@ -38,7 +37,6 @@ depends=('python'
'python-pytz'
'python-psycopg2'
'python-simplejson'
- 'python-sqlparse'
'python-xmltodict'
'python-yaml')
@@ -49,7 +47,7 @@ source=("${url}/archive/v${_realver}.tar.gz"
"${_name}-system.service"
"${_name}.tmpfile"
"gunicorn_config.py")
-sha256sums=('09da518225e29f7f0b2a789eb801ea57045dbf26eda45c8c38b138dd6ebebe2b'
+sha256sums=('c02c415c95eaa4fffcb13005634f287e8396b7988cc6767df655ea46cb896139'
'dc83de37ff9151de3d309fd43c6eff3b30886882012b81fd3ff2f3a5a706bea6'
'1028bac96ddcd18c10646dff26027b4891fcab4381436e2b6ea3302887a5586f'
'7a5ae05cad7ec14193a43ef080776b5525c80b6258762a6cb6a108db83861ff9')