From 81e757f4557ddf7468f1cab2dfbe362dd71592c7 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 19 May 2020 00:47:03 +0300 Subject: [PATCH] python3-sqlalchemy:ver bump --- .../language/python3/python3-sqlalchemy/actions.py | 3 +-- .../language/python3/python3-sqlalchemy/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/programming/language/python3/python3-sqlalchemy/actions.py b/programming/language/python3/python3-sqlalchemy/actions.py index e9235b5a81..84a669fce9 100644 --- a/programming/language/python3/python3-sqlalchemy/actions.py +++ b/programming/language/python3/python3-sqlalchemy/actions.py @@ -6,11 +6,10 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools -from pisi.actionsapi import get def build(): # fıx unused direct dependency analysis - shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common") + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") pythonmodules.compile(pyVer="3") #def check(): diff --git a/programming/language/python3/python3-sqlalchemy/pspec.xml b/programming/language/python3/python3-sqlalchemy/pspec.xml index 5b2701b751..2b7f391d21 100644 --- a/programming/language/python3/python3-sqlalchemy/pspec.xml +++ b/programming/language/python3/python3-sqlalchemy/pspec.xml @@ -13,7 +13,7 @@ library The Python SQL Toolkit and Object Relational Mapper SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. - https://github.com/sqlalchemy/sqlalchemy/archive/rel_1_3_16.tar.gz + https://github.com/sqlalchemy/sqlalchemy/archive/rel_1_3_17.tar.gz python3-setuptools python3-devel @@ -33,6 +33,13 @@ + + 2020-05-18 + 1.3.17 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-04-08 1.3.16