17
0

Accepting request 824518 from home:mcalabkova:branches:devel:languages:python

- Update to 1.2.2
    * Fix encoding of UTF-16 surrogate pairs
    * Made MANIFEST.in more explicit
    * Refactored setup.py to be PEP-8 compliant
    * Pass command line arguments from build_inplace to setup.py
    * Cleanup after build_inplace
    * Explicitly use python2 in shebang lines
    * Updated license
- Rebase py3.patch

OBS-URL: https://build.opensuse.org/request/show/824518
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-cjson?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-08-06 05:42:59 +00:00
committed by Git OBS Bridge
parent 1142f0646b
commit 41c5f562e0
5 changed files with 54 additions and 41 deletions

View File

@@ -19,10 +19,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-python-cjson
Version: 1.2.1
Version: 1.2.2
Release: 0
Summary: C-accelerated JSON encoder/decoder for Python
License: LGPL-2.0-or-later
License: LGPL-2.1-or-later
Group: Development/Languages/Python
URL: https://github.com/AGProjects/python-cjson
Source: https://files.pythonhosted.org/packages/source/p/python-cjson/python-cjson-%{version}.tar.gz