Accepting request 285716 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/285716 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonpointer?expand=0&rev=7
This commit is contained in:
commit
d8f9750f25
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb9d357edc67fe41a929fbfd583e95a2a6c5fdc71e22522d88ab715c752905b4
|
||||
size 6936
|
3
jsonpointer-1.7.tar.gz
Normal file
3
jsonpointer-1.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46b2016b5e4f2b5cd2edf07c60ca8fe7dd91204ca848f98964be61b3c4760f5e
|
||||
size 8187
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 4 14:17:13 UTC 2015 - tbechtold@suse.com
|
||||
|
||||
- update to version 1.7:
|
||||
* bump version to 1.7
|
||||
* Fix ``jsonpointer`` commandline utility (#14)
|
||||
* bump version to 1.6
|
||||
* Fix contains unexpected false return
|
||||
* bump version to 1.5
|
||||
* Use ABCs instead of list/dict
|
||||
* Convert readme from markdown to rst for PyPI
|
||||
* Add support for Python 3.4, pypy3, use travis_retry
|
||||
* Add dependencies for creating wheels
|
||||
- Requires(pre) coreutils to have "rm" command available (bnc#916277)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 08 17:34:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jsonpointer
|
||||
#
|
||||
# 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-jsonpointer
|
||||
Version: 1.4
|
||||
Version: 1.7
|
||||
Release: 0
|
||||
Summary: Identify specific nodes in a JSON document (according to draft 08)
|
||||
License: BSD-3-Clause
|
||||
@ -25,8 +25,10 @@ Group: Development/Languages/Python
|
||||
Url: https://github.com/stefankoegl/python-json-pointer
|
||||
Source: http://pypi.python.org/packages/source/j/jsonpointer/jsonpointer-%{version}.tar.gz
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
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()")}
|
||||
|
Loading…
Reference in New Issue
Block a user