15
0

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

New upstream release

OBS-URL: https://build.opensuse.org/request/show/284065
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpointer?expand=0&rev=9
This commit is contained in:
2015-02-04 18:01:59 +00:00
committed by Git OBS Bridge
parent 662192d7d7
commit 6d0b43e14f
4 changed files with 22 additions and 5 deletions

View File

@@ -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
-------------------------------------------------------------------
Sat Nov 08 17:34:00 UTC 2014 - Led <ledest@gmail.com>