summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-08-11 23:47:56 +0200
committerhaawda2017-08-11 23:47:56 +0200
commit14cd4b6df4b27fd1be8bd7a2ecf695f9e2518c0c (patch)
treea02c0cad5b907808390f7f063e19340633477e63
parent6f70dd2b05d700d0a27e46102ba98981372bde73 (diff)
downloadaur-14cd4b6df4b27fd1be8bd7a2ecf695f9e2518c0c.tar.gz
Updated version (1.2.0b2.17.g3568e508d -> 1.2.0b2.18.gf1fd7f1e0).
Changelog ========= - try adding the prints back in and re-test (f1fd7f1e0) - take more print statements out, maybe this is not the issue - unblock pytest-xdist now that the upstream issue is fixed, maybe this old version is the issue (3568e508d) Merge branch 'master--typos' of https://github.com/nphilipp/sqlalchemy (eaceeae0f) Add quoted_name to pg8000 py_types (03560c4b8) - dont print samples, this appears like it may be itself causing the memory leak in conjunction with pytest-xdist (725298ea4) - 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) fix "constrast" typos (7765724d5) 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 596a726c3003..1f836c657a2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Aug 10 23:03:29 UTC 2017
+# Fri Aug 11 21:47:56 UTC 2017
pkgbase = python-sqlalchemy-git
pkgdesc = Python SQL toolkit and Object Relational Mapper
- pkgver = 1.2.0b2.17.g3568e508d
+ pkgver = 1.2.0b2.18.gf1fd7f1e0
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.17.g3568e508d
+ provides = python-sqlalchemy=1.2.0b2.18.gf1fd7f1e0
conflicts = python-sqlalchemy
source = git+https://bitbucket.org/zzzeek/sqlalchemy.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c95f2d8d03b9..41cec70baf4d 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.17.g3568e508d
+pkgver=1.2.0b2.18.gf1fd7f1e0
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper"
arch=('i686' 'x86_64')