summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f989e935499f..6c8f30a2818e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
# Generated by mksrcinfo v8
-# Sun Dec 3 22:14:33 UTC 2017
+# Mon Dec 18 18:10:53 UTC 2017
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.16.0
+ pkgver = 1.17.1
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
license = MIT
- makedepends = python-django>=1.8
makedepends = python-setuptools
- makedepends = python2-django>=1.8
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v1.16.0.tar.gz
- sha256sums = 98f1995629c7795624f34516c4e71dfc17b658ffde5b54c95edbdcf4061837e4
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.17.1.tar.gz
+ sha256sums = 8c6eaf683b8e9e89a5f94374aa983642841cbe5258dbd4071e5855592ab3c524
pkgname = python-django-tables2
- depends = python-django>=1.8
+ depends = python-django>=1.11
+ optdepends = python-tablib: to export table data as CSV, XLS, etc.
pkgname = python2-django-tables2
- depends = python2-django>=1.8
+ depends = python2-django>=1.11
+ optdepends = python2-tablib: to export table data as CSV, XLS, etc.