Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
392b38407a |
BIN
jsonpointer-2.3.tar.gz
(Stored with Git LFS)
BIN
jsonpointer-2.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
jsonpointer-3.0.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
jsonpointer-3.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 19 15:39:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.0.0:
|
||||||
|
* Add support for python 3.12
|
||||||
|
* drop python 2.7 support
|
||||||
|
* CI fixes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Apr 21 12:27:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@@ -14,14 +28,14 @@ Wed Jun 8 19:59:57 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|||||||
- update to 2.3:
|
- update to 2.3:
|
||||||
* Support setting - for arrays
|
* Support setting - for arrays
|
||||||
* Add join and / operator
|
* 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>
|
Mon Dec 6 18:00:47 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 2.2:
|
- update to 2.2:
|
||||||
* Add method and add classmethod tag
|
* 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>
|
Sun Aug 22 20:52:50 UTC 2021 - Stefan Schubert <schubi@suse.de>
|
||||||
@@ -33,7 +47,7 @@ Mon Mar 15 08:57:07 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|||||||
|
|
||||||
- update to 2.1:
|
- update to 2.1:
|
||||||
* py 3.7-3.9 support
|
* 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
|
* Fix typos in messages
|
||||||
* Use SVG versions of status icons in README.md
|
* Use SVG versions of status icons in README.md
|
||||||
|
|
||||||
@@ -159,7 +173,7 @@ Mon Sep 15 09:45:48 UTC 2014 - tbechtold@suse.com
|
|||||||
Mon Apr 29 12:40:25 UTC 2013 - dmueller@suse.com
|
Mon Apr 29 12:40:25 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
- update to 1.0:
|
- update to 1.0:
|
||||||
* no changes
|
* no changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 22 14:02:26 UTC 2013 - saschpe@suse.de
|
Fri Feb 22 14:02:26 UTC 2013 - saschpe@suse.de
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jsonpointer
|
# spec file for package python-jsonpointer
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -22,10 +22,9 @@
|
|||||||
%bcond_with libalternatives
|
%bcond_with libalternatives
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-jsonpointer
|
Name: python-jsonpointer
|
||||||
Version: 2.3
|
Version: 3.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Module to identify specific nodes in a JSON document
|
Summary: Module to identify specific nodes in a JSON document
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -40,7 +39,7 @@ Requires: alts
|
|||||||
BuildRequires: alts
|
BuildRequires: alts
|
||||||
%else
|
%else
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(preun):update-alternatives
|
Requires(preun): update-alternatives
|
||||||
%endif
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Reference in New Issue
Block a user