From eabb54910cafba590e0c70d32f6803989ddf0a29 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 1 Sep 2020 00:19:10 +0200 Subject: [PATCH] python3-simplejson: ver bump --- .../language/python3/python3-simplejson/actions.py | 3 ++- .../language/python3/python3-simplejson/pspec.xml | 11 +++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/programming/language/python3/python3-simplejson/actions.py b/programming/language/python3/python3-simplejson/actions.py index 34a093e0af..98392cfdde 100644 --- a/programming/language/python3/python3-simplejson/actions.py +++ b/programming/language/python3/python3-simplejson/actions.py @@ -4,10 +4,11 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools +from pisi.actionsapi import pythonmodules def build(): + # fix unused direct dependency analysis shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") pythonmodules.compile(pyVer="3") diff --git a/programming/language/python3/python3-simplejson/pspec.xml b/programming/language/python3/python3-simplejson/pspec.xml index 38ff590ef0..bfb1a9e3cd 100644 --- a/programming/language/python3/python3-simplejson/pspec.xml +++ b/programming/language/python3/python3-simplejson/pspec.xml @@ -14,10 +14,10 @@ library Simple, fast, extensible JSON encoder/decoder for Python. simplejson is a simple, fast, complete, correct and extensible JSON (http://json.org) encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. - https://github.com/simplejson/simplejson/archive/v3.17.0.tar.gz + https://github.com/simplejson/simplejson/archive/v3.17.2.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -34,6 +34,13 @@ + + 2020-07-21 + 3.17.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-24 3.17.0