Compare commits

1 Commits
main ... 1.1

4 changed files with 11 additions and 24 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,17 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-jsonpointer # spec file for package python-jsonpointer
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2023 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,9 +22,10 @@
%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: 3.0.0 Version: 2.3
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