15
0

- update to 1.28:

* Make it possible for from_diff to support custom types (issue #107) 
  * Python 3.9 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpatch?expand=0&rev=41
This commit is contained in:
2020-12-20 09:52:52 +00:00
committed by Git OBS Bridge
parent e542fc7f67
commit 0b60de2cbf
4 changed files with 11 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Dec 20 09:52:04 UTC 2020 - Dirk Müller <dmueller@suse.com>
- update to 1.28:
* Make it possible for from_diff to support custom types (issue #107)
* Python 3.9 support
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 4 16:19:12 UTC 2020 - Dirk Mueller <dmueller@suse.com> Tue Aug 4 16:19:12 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jsonpatch Name: python-jsonpatch
Version: 1.26 Version: 1.28
Release: 0 Release: 0
Summary: Python - JSON-Patches Summary: Python - JSON-Patches
License: BSD-3-Clause License: BSD-3-Clause