15
0

- Update to 1.2:

* support new sqlalchemy
- Remove merged patch sqlalchemy13.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-06-17 11:56:11 +00:00
committed by Git OBS Bridge
parent 3b3c66c6af
commit 2b5fe1af50
5 changed files with 11 additions and 90 deletions

View File

@@ -18,14 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jsonpickle
Version: 1.1
Version: 1.2
Release: 0
Summary: Python library for serializing any arbitrary object graph into JSON
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/jsonpickle/jsonpickle
Source: https://files.pythonhosted.org/packages/source/j/jsonpickle/jsonpickle-%{version}.tar.gz
Patch0: sqlalchemy13.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -57,7 +56,6 @@ Additionally, it can reconstitute the object back into Python.
%prep
%setup -q -n jsonpickle-%{version}
%patch0 -p1
%build
%python_build