summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard PALO2017-12-04 17:32:14 +0100
committerRichard PALO2017-12-04 17:32:14 +0100
commite8e5f71cb0d38887cffd3e9e8b8a9b23b8ea60fe (patch)
tree75cd060fa4f731336289ac8ba5fc100466f277dc
parentb8177bfcbfd21917f29bb73056727dd626e1a191 (diff)
downloadaur-e8e5f71cb0d38887cffd3e9e8b8a9b23b8ea60fe.tar.gz
update to relatorio-0.8.0
0.8.0 - 20171204 * Do not guess_type on styled cell content * Remove type attributes when guessing type * Add support for Python 3.6 * Remove soft-page-break
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 075618b69358..ce9a88848b60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-relatorio
pkgdesc = A templating library able to output odt and pdf files
- pkgver = 0.7.1
+ pkgver = 0.8.0
pkgrel = 1
url = http://relatorio.tryton.org/
arch = i686
@@ -12,8 +12,8 @@ pkgbase = python-relatorio
optdepends = python-pycha>=0.4.0: chart support
optdepends = python-yaml
optdepends = python-magic: fodt support
- source = https://pypi.io/packages/source/r/relatorio/relatorio-0.7.1.tar.gz
- md5sums = acdde338cc0461342c561f9ef3e04096
+ source = https://pypi.io/packages/source/r/relatorio/relatorio-0.8.0.tar.gz
+ md5sums = ba7061dfb512b57dfd54317a183f5278
pkgname = python-relatorio
diff --git a/PKGBUILD b/PKGBUILD
index 7512e93cf6e2..d77752450876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Florian Walch <florian.walch@gmx.at>
# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
pkgname=python-relatorio
-pkgver=0.7.1
+pkgver=0.8.0
pkgrel=1
pkgdesc="A templating library able to output odt and pdf files"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ optdepends=('python-pycha>=0.4.0: chart support' 'python-yaml'
'python-magic: fodt support')
makedepends=('python-distribute')
source=("https://pypi.io/packages/source/r/relatorio/relatorio-$pkgver.tar.gz")
-md5sums=('acdde338cc0461342c561f9ef3e04096')
+md5sums=('ba7061dfb512b57dfd54317a183f5278')
build() {
cd $srcdir/relatorio-$pkgver