Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10834491
D9152.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
12 KB
Referenced Files
None
Subscribers
None
D9152.diff
View Options
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,3 +1,2 @@
libc.so.6
-libpython2.7.so.1.0
libpython3.7m.so.1.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,9 @@
name : python-simplejson
-version : 3.16.1
-release : 9
+version : 3.17.0
+release : 10
source :
- - https://github.com/simplejson/simplejson/releases/download/v3.16.1/simplejson-3.16.1.tar.gz : 20c626174a3cfcc69c783930ac2d5daa72787a8e26398e33c978065a51cc8bf4
+ - https://github.com/simplejson/simplejson/releases/download/v3.17.0/simplejson-3.17.0.tar.gz : 2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81
+homepage : https://github.com/simplejson/simplejson
license : MIT
component : programming.python
summary : simplejson is a simple, fast, extensible JSON encoder/decoder for Python
@@ -11,13 +12,9 @@
builddeps :
- pkgconfig(python3)
- python-pytest
- - python-setuptools
build : |
- %python_setup
%python3_setup
install : |
- %python_install
%python3_install
check : |
- %python_test pytest
%python3_test pytest3
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,9 +1,10 @@
<PISI>
<Source>
<Name>python-simplejson</Name>
+ <Homepage>https://github.com/simplejson/simplejson</Homepage>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.python</PartOf>
@@ -19,95 +20,10 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson-3.16.1-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson-3.16.1-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson-3.16.1-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson-3.16.1-py2.7.egg-info/top_level.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/_speedups.so</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/compat.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/compat.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/decoder.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/decoder.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/encoder.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/encoder.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/errors.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/errors.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/ordered_dict.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/ordered_dict.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/raw_json.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/raw_json.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/scanner.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/scanner.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_bigint_as_string.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_bigint_as_string.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_bitsize_int_as_string.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_bitsize_int_as_string.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_check_circular.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_check_circular.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_decimal.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_decimal.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_decode.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_decode.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_default.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_default.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_dump.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_dump.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_encode_basestring_ascii.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_encode_basestring_ascii.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_encode_for_html.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_encode_for_html.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_errors.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_errors.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_fail.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_fail.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_float.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_float.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_for_json.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_for_json.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_indent.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_indent.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_item_sort_key.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_item_sort_key.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_iterable.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_iterable.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_namedtuple.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_namedtuple.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_pass1.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_pass1.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_pass2.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_pass2.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_pass3.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_pass3.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_raw_json.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_raw_json.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_recursion.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_recursion.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_scanstring.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_scanstring.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_separators.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_separators.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_speedups.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_speedups.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_str_subclass.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_str_subclass.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_subclass.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_subclass.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_tool.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_tool.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_tuple.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_tuple.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_unicode.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tests/test_unicode.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tool.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/simplejson/tool.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/simplejson-3.16.1-py3.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/simplejson-3.16.1-py3.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/simplejson-3.16.1-py3.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/simplejson-3.16.1-py3.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/simplejson-3.17.0-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/simplejson-3.17.0-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/simplejson-3.17.0-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/simplejson-3.17.0-py3.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/simplejson/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/simplejson/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/simplejson/__pycache__/compat.cpython-37.pyc</Path>
@@ -192,12 +108,12 @@
</Files>
</Package>
<History>
- <Update release="9">
- <Date>2020-01-25</Date>
- <Version>3.16.1</Version>
+ <Update release="10">
+ <Date>2020-06-27</Date>
+ <Version>3.17.0</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 8 2023, 10:26 AM (9 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5787811
Default Alt Text
D9152.diff (12 KB)
Attached To
Mode
D9152: Update python-simplejson to 3.17.0 and remove python2 support
Attached
Detach File
Event Timeline
Log In to Comment