summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-01-17 21:20:49 +0100
committerStefan Husmann2017-01-17 21:20:49 +0100
commit2b835bd7d52fa9572e5c89f7c6c782f0545d4dc1 (patch)
tree0cd5de2616bc9ee5183cdaf155075d0371f3feea
parentbdb9f46f43c311ec577993606c5bb7225a0926e1 (diff)
downloadaur-2b835bd7d52fa9572e5c89f7c6c782f0545d4dc1.tar.gz
Updated version (1.1.4.38.g46828cc15 -> 1.1.4.44.gf624a3ae8).
Changelog ========= Correct pytest deprecation warning (f624a3ae8) - repair an errant docstring w/o r (3a6c55fb5) - update copyright in .c files (5c2ef5b54) Merge "Parse (but don't record) COMMENT portion of MySQL table key" (99d65925e) Parse (but don't record) COMMENT portion of MySQL table key (bd6ba3ac8) Add support for prefixes on CREATE INDEX statements in MySQL (1f407c2a4) - correctly document LIKE / ILIKE, fixes #3890 (46828cc15) Merge "Better hide engine password" (d8198c2d8) Better hide engine password (bccc1419a) Add "existing" populators for subqueryload (3aefc6e8a) - fix changelog (710ce4aaf) Merge "Use full column->type processing for ON CONFLICT SET clause" (9ef1913ed) Merge "Support python3.6" (2c13aa097) Use full column->type processing for ON CONFLICT SET clause (afd78a37d) Support python3.6 (fa6dd376b) - document how to use autocommit isolation level for CONCURRENTLY, fixes #3887 (0460bc79d) Merge "Pass **kw to bound params in multi values" (073506bc5) Set autoincrement to False; use sqlite_autoincrement in versioned_history (c703b9ce8) Merge "Adapt from "localparent" in joinedloader" (e251f64d6) Pass **kw to bound params in multi values (4fec72f17) 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 80f3da7f2fad..620b989d1329 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 16 22:58:08 UTC 2017
+# Tue Jan 17 20:20:45 UTC 2017
pkgbase = python-sqlalchemy-git
pkgdesc = Python SQL toolkit and Object Relational Mapper
- pkgver = 1.1.4.38.g46828cc15
+ pkgver = 1.1.4.44.gf624a3ae8
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.38.g46828cc15
+ provides = python-sqlalchemy=1.1.4.44.gf624a3ae8
conflicts = python-sqlalchemy
source = git+https://bitbucket.org/zzzeek/sqlalchemy.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 465ef58c42b5..2288d83d8a36 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.38.g46828cc15
+pkgver=1.1.4.44.gf624a3ae8
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper"
arch=('i686' 'x86_64')