summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-08-08 23:03:39 +0200
committerhaawda2017-08-08 23:03:39 +0200
commitb20dbb0ef85723eb7c7414655b0ee8e0287a3264 (patch)
treec758077107326b045af47818d01ccf468ca6e6d0
parentdbaf17ef7348e5702f8d248cb046740fd44cabe8 (diff)
downloadaur-b20dbb0ef85723eb7c7414655b0ee8e0287a3264.tar.gz
Updated version (1.2.0b2.11.g68879d50f -> 1.2.0b2.12.g0a2365464).
Changelog ========= - allow the shrink phase for memusage to go until zeroed, some MySQL-env element is causing memory growth that goes very far before stopping (0a2365464) Enable multi-level selectin polymorphic loading (68879d50f) - modernize orm.reconstructor documentation a bit (4b4f8fbf2) Allow multiple versions of single backend (de1f8f834) - fix one test for STRICT, which may be turned on by default in mariadb 10.2. more mariadb fixes coming (54cdda032) Pin to pytest<=3.0.7 pytest-xdist<=1.16.0 (4e8b155c7) - 1.0.19 (e6432d78b) - convert to spaces - restore unreleased directories (a1160414b) Merge "Revert cx_Oracle WITH_UNICODE change under > 5.0" (ace88cdd2) Revert cx_Oracle WITH_UNICODE change under > 5.0 (7997d7fdc) - 1.1.13 - 1.0.19 (2ae2c25c5) - 1.2.0b3 prep (546708977)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 601bf7f34fab..71d3e38faddb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 7 23:46:55 UTC 2017
+# Tue Aug 8 21:03:38 UTC 2017
pkgbase = python-sqlalchemy-git
pkgdesc = Python SQL toolkit and Object Relational Mapper
- pkgver = 1.2.0b2.11.g68879d50f
+ pkgver = 1.2.0b2.12.g0a2365464
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.0b2.11.g68879d50f
+ provides = python-sqlalchemy=1.2.0b2.12.g0a2365464
conflicts = python-sqlalchemy
source = git+https://bitbucket.org/zzzeek/sqlalchemy.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 07f4f051e918..775038098580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=python-sqlalchemy-git
-pkgver=1.2.0b2.11.g68879d50f
+pkgver=1.2.0b2.12.g0a2365464
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper"
arch=('i686' 'x86_64')