Accepting request 546023 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/546023 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simplejson?expand=0&rev=37
This commit is contained in:
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 10:12:54 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Remove bias from description.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 26 21:18:39 UTC 2017 - arun@gmx.de
|
||||
|
||||
- update to version 3.13.2:
|
||||
* Fix additional Python 2.x compilation issue on Windows
|
||||
|
||||
- changes from version 3.13.1 :
|
||||
* Improve CI to catch speedups build regressions
|
||||
* Fix speedups build regression in Python 2.x
|
||||
https://github.com/simplejson/simplejson/issues/193
|
||||
|
||||
- changes from version 3.13.0:
|
||||
* Workarounds for NamedTemporaryFile issues with Windows for tool
|
||||
tests
|
||||
* Make TypeError messages contain type name instead of a repr.
|
||||
https://github.com/simplejson/simplejson/pull/191
|
||||
* Ensure that encoding of text subtypes is consistent with or
|
||||
without speedups
|
||||
https://github.com/simplejson/simplejson/issues/185
|
||||
|
||||
- changes from version 3.12.1:
|
||||
* Misc updates to build infrastructure
|
||||
* Fix an assertion failure when make_encoder receives a bad encoder
|
||||
argument https://github.com/simplejson/simplejson/pull/188
|
||||
* Fix potential crash during GC
|
||||
https://github.com/simplejson/simplejson/pull/187
|
||||
* Fix a reference leak when sorting keys
|
||||
https://github.com/simplejson/simplejson/pull/186
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 16:57:44 UTC 2017 - arun@gmx.de
|
||||
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-simplejson
|
||||
Version: 3.12.0
|
||||
Version: 3.13.2
|
||||
Release: 0
|
||||
Summary: Simple, fast, extensible JSON encoder/decoder for Python
|
||||
Summary: Extensible JSON encoder/decoder for Python
|
||||
License: MIT or AFL-2.1
|
||||
Group: Development/Languages/Python
|
||||
Url: http://github.com/simplejson/simplejson
|
||||
@@ -32,15 +32,14 @@ BuildRequires: python-rpm-macros
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
simplejson is a simple, fast, complete, correct and extensible
|
||||
JSON encoder and decoder for Python 2.5+. It is pure Python code
|
||||
with no dependencies, but includes an optional C extension for a
|
||||
serious speed boost.
|
||||
simplejson is an extensible JSON encoder and decoder for Python 2.5+. It is
|
||||
pure Python code with no dependencies, but includes an optional C extension for
|
||||
a speed boost.
|
||||
|
||||
%package test
|
||||
Summary: Tests for python-simplejson
|
||||
Group: Development/Languages/Python
|
||||
Requires: %{name} == %{version}
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description test
|
||||
Test cases for python-simplejson
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df5e38f5e0a24abe0e02276aa5c3f8504150047a51c0b6b848b8153e6e6d395e
|
||||
size 77969
|
||||
3
simplejson-3.13.2.tar.gz
Normal file
3
simplejson-3.13.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c4ecf20e054716cc1e5a81cadc44d3f4027108d8dd0861d8b1e3bd7a32d4f0a
|
||||
size 79735
|
||||
Reference in New Issue
Block a user