Browse Source

update module

master
parent
commit
2ef37a8142
  1. 6
      python-db/python-db.patch
  2. 4
      python-db/python-db.spec

6
python-db/python-db.patch

@ -1,6 +1,6 @@
Index: psycopg2-2.7.6/setup.py
--- psycopg2-2.7.6/setup.py.orig 2016-07-07 04:16:24.000000000 +0200
+++ psycopg2-2.7.6/setup.py 2016-07-07 14:57:37.881086261 +0200
Index: psycopg2-2.7.6.1/setup.py
--- psycopg2-2.7.6.1/setup.py.orig 2016-07-07 04:16:24.000000000 +0200
+++ psycopg2-2.7.6.1/setup.py 2016-07-07 14:57:37.881086261 +0200
@@ -396,6 +396,9 @@
os.path.join(pg_config_helper.query("libdir"), "libpq.a"))
else:

4
python-db/python-db.spec

@ -27,7 +27,7 @@
%define V_python 2.7
%define V_lmdb 0.94
%define V_pysqlite 2.8.3
%define V_psycopg2 2.7.6
%define V_psycopg2 2.7.6.1
%define V_mysql_python 1.2.5
%define V_cx_oracle 5.1.2
%define V_sqlobject 3.6.0
@ -43,7 +43,7 @@ Class: EVAL
Group: Language
License: GPL
Version: %{V_python}
Release: 20181109
Release: 20181113
# package options
%option with_lmdb yes

Loading…
Cancel
Save