- update to 2.4:

* migrate to github actions
  * Fix invalid escape sequences
  * Add test for get_parts
  * Avoid converting readme to rST for PyPI upload
  * no changes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpointer?expand=0&rev=36
This commit is contained in:
Dirk Mueller 2023-11-27 19:29:28 +00:00 committed by Git OBS Bridge
parent a07c5f4d22
commit 999097ed5c
4 changed files with 14 additions and 9 deletions

BIN
jsonpointer-2.3.tar.gz (Stored with Git LFS)

Binary file not shown.

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 27 19:28:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.4:
* migrate to github actions
-------------------------------------------------------------------
Fri Apr 21 12:27:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
@ -14,14 +20,14 @@ Wed Jun 8 19:59:57 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.3:
* Support setting - for arrays
* Add join and / operator
* Fix invalid escape sequences
* Fix invalid escape sequences
-------------------------------------------------------------------
Mon Dec 6 18:00:47 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.2:
* Add method and add classmethod tag
* Add test for get_parts
* Add test for get_parts
-------------------------------------------------------------------
Sun Aug 22 20:52:50 UTC 2021 - Stefan Schubert <schubi@suse.de>
@ -33,7 +39,7 @@ 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
* Avoid converting readme to rST for PyPI upload
* Fix typos in messages
* Use SVG versions of status icons in README.md
@ -159,7 +165,7 @@ Mon Sep 15 09:45:48 UTC 2014 - tbechtold@suse.com
Mon Apr 29 12:40:25 UTC 2013 - dmueller@suse.com
- update to 1.0:
* no changes
* no changes
-------------------------------------------------------------------
Fri Feb 22 14:02:26 UTC 2013 - saschpe@suse.de

View File

@ -22,10 +22,9 @@
%bcond_with libalternatives
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-jsonpointer
Version: 2.3
Version: 2.4
Release: 0
Summary: Module to identify specific nodes in a JSON document
License: BSD-3-Clause