15
0

Accepting request 284064 from home:tbechtold:branches:devel:languages:python

New upstream release

OBS-URL: https://build.opensuse.org/request/show/284064
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpatch?expand=0&rev=17
This commit is contained in:
2015-02-04 18:01:41 +00:00
committed by Git OBS Bridge
parent dadfcaf157
commit 3130bd724b
4 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14ca0944de01cba9091f54951da058dd515ff3d3a203e6b29e00362eeef67dae
size 14109

3
jsonpatch-1.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e997076450992aa7af2f4ae6c3e7767d390ddb6746979c74fd2092bb8fbdf5b2
size 14275

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Feb 4 14:28:36 UTC 2015 - tbechtold@suse.com
- update to version 1.9:
* bump version to 1.9
* require jsonpointer>=1.5
* Use ABCs instead of list/dict, fixes #33
* Convert readme from markdown to rst for PyPI
* Added Python 3.4 and PyPy3 to the build matrix.
* bump version to 1.8
* Fix installation of commandline scripts (fixes #31)
* raise JsonPatchException on missing patch attributes
* Add wheel as dev dependency for wheel packages
- Requires(pre) coreutils to be able to use "rm" cmd
-------------------------------------------------------------------
Sat Nov 08 17:31:00 UTC 2014 - Led <ledest@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jsonpatch
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-jsonpatch
Version: 1.7
Version: 1.9
Release: 0
Summary: Python - JSON-Patches
License: BSD-3-Clause
@@ -26,9 +26,10 @@ Url: https://github.com/stefankoegl/python-json-patch
Source: http://pypi.python.org/packages/source/j/jsonpatch/jsonpatch-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-jsonpointer
Requires: python-jsonpointer >= 1.3
Requires(post): update-alternatives
Requires: python-jsonpointer >= 1.5
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(pre): coreutils
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}