summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-10-11 20:36:12 +0200
committerStefan Husmann2016-10-11 20:36:12 +0200
commit8c99f8c9daf0c9ddb1d9c19b195003d13606bd83 (patch)
tree3e4ed732a0b0119f801c768963b1f28ee752475f
parentfe6dce0073bf6fb499fc086d9954ad65251802ec (diff)
downloadaur-8c99f8c9daf0c9ddb1d9c19b195003d13606bd83.tar.gz
Updated version (1.1.1.4.gb9d0e2d -> 1.1.1.5.g4b94ee1).
Changelog ========= Update the Column.nullable docstring for the primary_key=True case (4b94ee1) spelling: Mysql -> MySQL (b9d0e2d) spelling: Postgis -> PostGIS (e5a063a) spelling: Postgresql -> PostgreSQL (8c2c464) Spelling fixes (e47063b)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81c7b51185c6..b3f8d6ccd28a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 10 16:13:37 UTC 2016
+# Tue Oct 11 18:36:09 UTC 2016
pkgbase = python-sqlalchemy-git
pkgdesc = Python SQL toolkit and Object Relational Mapper
- pkgver = 1.1.1.4.gb9d0e2d
+ pkgver = 1.1.1.5.g4b94ee1
pkgrel = 1
url = http://www.sqlalchemy.org
arch = i686
@@ -11,7 +11,7 @@ pkgbase = python-sqlalchemy-git
makedepends = git
makedepends = python-setuptools
depends = python
- provides = python-sqlalchemy=1.1.1.4.gb9d0e2d
+ provides = python-sqlalchemy=1.1.1.5.g4b94ee1
conflicts = python-sqlalchemy
source = git+https://bitbucket.org/zzzeek/sqlalchemy.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 082edda1ccd4..9f35e21f9378 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=python-sqlalchemy-git
-pkgver=1.1.1.4.gb9d0e2d
+pkgver=1.1.1.5.g4b94ee1
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper"
arch=('i686' 'x86_64')