summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR Update Bot2016-08-31 22:06:47 +0200
committerStefan Husmann2016-08-31 22:06:47 +0200
commit2214fbc6a757e803c83aadd423813f461530db7d (patch)
treee3778b029bab7ebdbaa13ffeb04372eb9e96c295 /PKGBUILD
parent76c33eee9f7054498a335226629299f256fb7ded (diff)
downloadaur-2214fbc6a757e803c83aadd423813f461530db7d.tar.gz
Updated version (1.1.0b3.39.g7c59d68 -> 1.1.0b3.40.g53c3119).
Changelog ========= Corrects typo (53c3119) Merge remote-tracking branch 'origin/pr/304' (7c59d68) Merge remote-tracking branch 'origin/pr/303' (56a0052) Provide more informative error when joining with no entities (94fe6fe) Fix table reference in PostgreSQL documentation (2b0fa0f) Fixed example of upsert in the HasCTE.cte docstring by replacing it with more concrete and working example. (b42bcb2) Raise when two validators conflict (117997c) Merge "Add docstring to declarative_base" (f10eba0) - fix wrong var name, credit to @RazerM (5145f67) Merge remote-tracking branch 'origin/pr/299' (5b86ae5) Merge remote-tracking branch 'origin/pr/300' (9f41f64) Rework _apply_joins(), _prep_for_joins() totally (323e6e7) Merge "Ensure final link in subqueryload join is correct" (94a95b3) - fill in forwards-ports for 1.1 in 1.0 changelog (14154b2) Ensure final link in subqueryload join is correct (b07eb3c) - fix this test which did not allow for the A/ ASub to be loaded polymorphically (bec5d69) - add another example for chained polymorphic eager loading (c3ad6da) - small updates to polymorphic eager loading, cross-link from loading documentation (09cf037) Fix documentation basic example (missing imports) (096a74d) Spelling fixes (fd164a6) Add docstring to declarative_base (87d5982) Build string/int processors for JSONIndexType, JSONPathType (f2fa9d0) Propagate kwargs to all MySQL CAST paths (af6f4ab) Warn that bulk save groups inserts/updates by type (ce1492e) Merge remote-tracking branch 'origin/pr/296' (2dfa954) Merge branch 'declarative-constructor-reference' of https://bitbucket.org/michaelwilliamson/sqlalchemy (a95c58d) Ensure post-__clause_element__() expression are used in Index (1269b08) Merge "Index should extract __clause_element__() early" (cda9def) Merge "Clarify order_by(False)" (99248e8) Index should extract __clause_element__() early (6327c59) - Consoliate test/sql/test_constraint ConstraintAPITest and test/sql/test_metadata IndexTest into test/sql/test_metadata ConstraintTest (e467e89) Merge "Allow None to cancel Query.group_by()" (5df226c) Clarify order_by(False) (fb647e5) Allow None to cancel Query.group_by() (05f28ba) Merge "Enable JSON testing for pymysql" (9130e59) - next release is 1.1.0 (64424b8) Enable JSON testing for pymysql (6f9e8f4) - Document how SQL Server does MAX with VARCHAR, NVARCHAR Fixes #3760 (0d92f79) Fix typo (4aad91f) Fix reference to _declarative_constructor in docstring (924a47f)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3cd9ed79538..b2e377fe1519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=python-sqlalchemy-git
-pkgver=1.1.0b3.39.g7c59d68
+pkgver=1.1.0b3.40.g53c3119
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper"
arch=('i686' 'x86_64')