Browse Source

update module

master
parent
commit
eec1acf132
  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.8.2/setup.py
--- psycopg2-2.8.2/setup.py.orig 2016-07-07 04:16:24.000000000 +0200
+++ psycopg2-2.8.2/setup.py 2016-07-07 14:57:37.881086261 +0200
Index: psycopg2-2.8.3/setup.py
--- psycopg2-2.8.3/setup.py.orig 2016-07-07 04:16:24.000000000 +0200
+++ psycopg2-2.8.3/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

@ -26,7 +26,7 @@
# package version
%define V_python 3.7
%define V_lmdb 0.95
%define V_psycopg2 2.8.2
%define V_psycopg2 2.8.3
%define V_mysql_python 1.2.5
%define V_cx_oracle 5.1.2
%define V_sqlobject 3.6.0
@ -42,7 +42,7 @@ Class: EVAL
Group: Language
License: GPL
Version: %{V_python}
Release: 20190608
Release: 20190614
# package options
%option with_lmdb yes

Loading…
Cancel
Save