Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
BIN
jsonpointer-2.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
jsonpointer-2.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef
|
|
||||||
size 9114
|
|
@ -1,11 +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>
|
Mon Nov 27 19:28:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -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
|
||||||
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-jsonpointer
|
Name: python-jsonpointer
|
||||||
Version: 3.0.0
|
Version: 2.4
|
||||||
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
|
||||||
@ -39,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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user