- update to 2.1:

* py 3.7-3.9 support
  * Avoid converting readme to rST for PyPI upload 
  * Fix typos in messages
  * Use SVG versions of status icons in README.md

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpointer?expand=0&rev=28
This commit is contained in:
Dirk Mueller 2021-03-15 08:59:22 +00:00 committed by Git OBS Bridge
parent e64c75c561
commit 3b65a894b3
4 changed files with 14 additions and 5 deletions

View File

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

3
jsonpointer-2.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 15 08:57:07 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.1:
* py 3.7-3.9 support
* Avoid converting readme to rST for PyPI upload
* Fix typos in messages
* Use SVG versions of status icons in README.md
-------------------------------------------------------------------
Thu Mar 28 21:17:46 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-jsonpointer
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jsonpointer
Version: 2.0
Version: 2.1
Release: 0
Summary: Module to identify specific nodes in a JSON document
License: BSD-3-Clause