summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-07-20 03:52:48 +0200
committerhaawda2017-07-20 03:52:48 +0200
commit7c7572d7a6a8c75ab3a731ac3ac4ae81ab8b9c84 (patch)
tree214f275b0d761494e1cbdcc376834741a24040cf
parent55085c418bb4c1a19ef2938a7a0d6f7f7647948a (diff)
downloadaur-7c7572d7a6a8c75ab3a731ac3ac4ae81ab8b9c84.tar.gz
Updated version (1.2.0b1.6.g3d41ea09a -> 1.2.0b1.8.g91e3c36e4).
Changelog ========= Merge "Check for column object in eval_none, not propkey" (91e3c36e4) Check for column object in eval_none, not propkey (7628ff39d) Check for non-entity when inspecting for subqueryload (3d41ea09a) Merge branch 'patch-1' of https://github.com/tomsitter/sqlalchemy (32f67637c) Merge branch 'patch-2' of https://github.com/pablogamboa/sqlalchemy (2eeea0397) - 1.2.0b2 placeholder (3cb29af87) Replace Session class with session instance (43f41fbfa) Fix typo, foriegn -> foreign (c6b467598)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 611aa5480a03..e7ece5f31bb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 19 20:21:33 UTC 2017
+# Thu Jul 20 01:52:48 UTC 2017
pkgbase = python-sqlalchemy-git
pkgdesc = Python SQL toolkit and Object Relational Mapper
- pkgver = 1.2.0b1.6.g3d41ea09a
+ pkgver = 1.2.0b1.8.g91e3c36e4
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.2.0b1.6.g3d41ea09a
+ provides = python-sqlalchemy=1.2.0b1.8.g91e3c36e4
conflicts = python-sqlalchemy
source = git+https://bitbucket.org/zzzeek/sqlalchemy.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1f952c65cf05..720d86319d59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=python-sqlalchemy-git
-pkgver=1.2.0b1.6.g3d41ea09a
+pkgver=1.2.0b1.8.g91e3c36e4
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper"
arch=('i686' 'x86_64')