summaryrefslogtreecommitdiffstats
path: root/package/python-psycopg2
Commit message (Collapse)AuthorAgeFilesLines
* python-psycopg2: bump to version 2.7.7Asaf Kahlon2019-01-272-4/+4
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/postgresql: needs wcharBernd Kuhls2018-11-011-0/+4
| | | | | | | | | | | | | | Upstream removed support for non-wchar toolchains: https://github.com/postgres/postgres/commit/85feb77aa09cda9ff3e12cf95c757c499dc25343 Propagate the new dependency to other packages. Fixes http://autobuild.buildroot.net/results/b73/b73342a39167ed7f293224d4e3b23dde691b9abf/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: also propagate to the php, qt and qt5base packages.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-psycopg2: add patch to avoid installing testsAsaf Kahlon2018-10-141-0/+31
| | | | | | | | | | It's already on upstream, and will be removed on the next bump. Fixes: http://autobuild.buildroot.org/results/31c/31c942a43064fc012286724e545773cba6e57cc3/ Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-psycopg2: bump to version 2.7.5Asaf Kahlon2018-09-102-6/+7
| | | | | | | | license file was updated too - they removed a paragraph related to files that were previously removed from the repository. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-psycopg2: new packageAdam Duskett2018-04-053-0/+46
Psycopg is the most popular PostgreSQL database adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety (several threads can share the same connection). It was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a large number of concurrent INSERTs or UPDATEs. Signed-off-by: Adam Duskett <aduskett@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
OpenPOWER on IntegriCloud