From 1ebbe957ae0a442dcfbf11003d7575e3d91beaca Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 19 May 2020 00:46:38 +0300 Subject: [PATCH 1/3] python3-pyzmq:ver bump --- programming/language/python3/python3-pyzmq/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python3/python3-pyzmq/pspec.xml b/programming/language/python3/python3-pyzmq/pspec.xml index 0bfece89ca..02e1d52f26 100644 --- a/programming/language/python3/python3-pyzmq/pspec.xml +++ b/programming/language/python3/python3-pyzmq/pspec.xml @@ -13,7 +13,7 @@ library PyZMQ: Python3 bindings for zeromq This package contains Python bindings for ØMQ. ØMQ is a lightweight and fast messaging implementation. - https://github.com/zeromq/pyzmq/archive/v19.0.0.tar.gz + https://github.com/zeromq/pyzmq/archive/v19.0.1.tar.gz python3-setuptools python3-devel @@ -36,6 +36,13 @@ + + 2020-05-18 + 19.0.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-04 19.0.0 From 4bfe35249d6a36255f6eca9a07ed00c11fa9b71e Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 19 May 2020 00:46:52 +0300 Subject: [PATCH 2/3] python3-tqdm:ver bump --- programming/language/python3/python3-tqdm/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python3/python3-tqdm/pspec.xml b/programming/language/python3/python3-tqdm/pspec.xml index bd67b99906..0f04a6cc69 100644 --- a/programming/language/python3/python3-tqdm/pspec.xml +++ b/programming/language/python3/python3-tqdm/pspec.xml @@ -13,7 +13,7 @@ library A Fast, Extensible Progress Bar for Python and CLI. python3-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done! - https://github.com/tqdm/tqdm/archive/v4.45.0.tar.gz + https://github.com/tqdm/tqdm/archive/v4.46.0.tar.gz python3-setuptools python3-devel @@ -35,6 +35,13 @@ + + 2020-05-18 + 4.46.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-04-07 4.45.0 From 81e757f4557ddf7468f1cab2dfbe362dd71592c7 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 19 May 2020 00:47:03 +0300 Subject: [PATCH 3/3] 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