summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-10-14 03:41:56 +0200
committerStefan Husmann2016-10-14 03:41:56 +0200
commitfae4ac11ab8b52a50ce4e2aeabb07afb241dd97e (patch)
treefda2ecd8ab4555671372a45056b9c185fcc3108e
parent8c99f8c9daf0c9ddb1d9c19b195003d13606bd83 (diff)
downloadaur-fae4ac11ab8b52a50ce4e2aeabb07afb241dd97e.tar.gz
Updated version (1.1.1.5.g4b94ee1 -> 1.1.1.7.g055b207).
Changelog ========= Fix a minor grammatical error in the ORM tutorial. (055b207) - setup for next version (6b7b778) 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 b3f8d6ccd28a..e8ee5e8ac8c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Oct 11 18:36:09 UTC 2016
+# Fri Oct 14 01:41:53 UTC 2016
pkgbase = python-sqlalchemy-git
pkgdesc = Python SQL toolkit and Object Relational Mapper
- pkgver = 1.1.1.5.g4b94ee1
+ pkgver = 1.1.1.7.g055b207
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.5.g4b94ee1
+ provides = python-sqlalchemy=1.1.1.7.g055b207
conflicts = python-sqlalchemy
source = git+https://bitbucket.org/zzzeek/sqlalchemy.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9f35e21f9378..5439126bd5d9 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.5.g4b94ee1
+pkgver=1.1.1.7.g055b207
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper"
arch=('i686' 'x86_64')