python3-simplejson: ver bump

This commit is contained in:
blue-devil
2020-09-01 00:19:10 +02:00
parent 18f5f63d14
commit eabb54910c
2 changed files with 11 additions and 3 deletions
@@ -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")
@@ -14,10 +14,10 @@
<IsA>library</IsA>
<Summary>Simple, fast, extensible JSON encoder/decoder for Python.</Summary>
<Description>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.</Description>
<Archive sha1sum="a66affe9eafa920ab8fca973e307ad07757ae093" type="targz">https://github.com/simplejson/simplejson/archive/v3.17.0.tar.gz</Archive>
<Archive sha1sum="4d86c3817eea587a2acf6e7ce4da5b4a6efba531" type="targz">https://github.com/simplejson/simplejson/archive/v3.17.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-07-21</Date>
<Version>3.17.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-01-24</Date>
<Version>3.17.0</Version>