diff options
author | AUR Update Bot | 2016-10-14 03:41:56 +0200 |
---|---|---|
committer | Stefan Husmann | 2016-10-14 03:41:56 +0200 |
commit | fae4ac11ab8b52a50ce4e2aeabb07afb241dd97e (patch) | |
tree | fda2ecd8ab4555671372a45056b9c185fcc3108e | |
parent | 8c99f8c9daf0c9ddb1d9c19b195003d13606bd83 (diff) | |
download | aur-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-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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') |