summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-01-10 02:41:44 +0100
committerStefan Husmann2017-01-10 02:41:44 +0100
commit8fc3f9145e15afc01906ca2a03c01eedc3efb747 (patch)
treed04f0876ba52622a4a008c54d3de9218987609e0
parent8be99e47fd9f2759f84c20e47f3515dba267be39 (diff)
downloadaur-8fc3f9145e15afc01906ca2a03c01eedc3efb747.tar.gz
Updated version (1.1.4.19.g2b4d028a6 -> 1.1.4.26.gc703b9ce8).
Changelog ========= Set autoincrement to False; use sqlite_autoincrement in versioned_history (c703b9ce8) Merge "Adapt from "localparent" in joinedloader" (e251f64d6) Merge "Tighten rules for order_by(Label) resolution" (e6eefc0c5) Merge "update for 2017 copyright" (bc4a96836) Adapt from "localparent" in joinedloader (51a72503b) Tighten rules for order_by(Label) resolution (6b489db89) - add a section for ARRAY of JSON to complement ARRAY of ENUM. references #3467 (2b4d028a6) update for 2017 copyright (64e72b58f) Ensure session.no_autoflush uses finally (cd95d4a5b) Merge "Correct any_, all_ spelling" (a030bc9f1) - fix bad merge to changelog (f0e946993) Correct any_, all_ spelling (04d799863) Typo (8f191ec3b) Don't select lastrowid for inline=True (f472405e5) Call nextval() on sequence when doing INSERT from SELECT (d5bb919aa) - these two tests require sane rowcount at the base (afb3a5283) Use session for exec check (c19ebfc3d) Bump "table compression" flag to Oracle 10.1 (910347aef) Add real .entities to _BundleEntity (675f02136) - xmin example requires a server default declaration to function correctly (a1de76c42) Add _extend_on deduplicating set for metadata.reflect() (55ad10370) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98bf4) Ensure Variant passes along impl right-hand type (df9b6492e) Disable single-inheritance critera on the outside of UNION (7de0d1785) Port lower case quoted name fix to firebird (68d3018ce) - 1.1.5 setup (772042ea8)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a39bd786891..d6f6d46e12a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 5 21:53:04 UTC 2017
+# Tue Jan 10 01:41:41 UTC 2017
pkgbase = python-sqlalchemy-git
pkgdesc = Python SQL toolkit and Object Relational Mapper
- pkgver = 1.1.4.19.g2b4d028a6
+ pkgver = 1.1.4.26.gc703b9ce8
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.4.19.g2b4d028a6
+ provides = python-sqlalchemy=1.1.4.26.gc703b9ce8
conflicts = python-sqlalchemy
source = git+https://bitbucket.org/zzzeek/sqlalchemy.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5c7bd60a98f8..7c53eb822303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=python-sqlalchemy-git
-pkgver=1.1.4.19.g2b4d028a6
+pkgver=1.1.4.26.gc703b9ce8
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper"
arch=('i686' 'x86_64')