From f7f4d51f732760a8034427aae9f72276a905e24be4c3999673f1f6471ce6cc5f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 19 Nov 2024 15:39:36 +0000 Subject: [PATCH] - update to 3.0.0: * Add support for python 3.12 * drop python 2.7 support * CI fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpointer?expand=0&rev=38 --- jsonpointer-2.4.tar.gz | 3 --- jsonpointer-3.0.0.tar.gz | 3 +++ python-jsonpointer.changes | 8 ++++++++ python-jsonpointer.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 jsonpointer-2.4.tar.gz create mode 100644 jsonpointer-3.0.0.tar.gz diff --git a/jsonpointer-2.4.tar.gz b/jsonpointer-2.4.tar.gz deleted file mode 100644 index b68110b..0000000 --- a/jsonpointer-2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:585cee82b70211fa9e6043b7bb89db6e1aa49524340dde8ad6b63206ea689d88 -size 9254 diff --git a/jsonpointer-3.0.0.tar.gz b/jsonpointer-3.0.0.tar.gz new file mode 100644 index 0000000..9a8bde3 --- /dev/null +++ b/jsonpointer-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef +size 9114 diff --git a/python-jsonpointer.changes b/python-jsonpointer.changes index 5dd7402..44fea2e 100644 --- a/python-jsonpointer.changes +++ b/python-jsonpointer.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 19 15:39:07 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-jsonpointer.spec b/python-jsonpointer.spec index 7c70dd4..c177623 100644 --- a/python-jsonpointer.spec +++ b/python-jsonpointer.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %{?sle15_python_module_pythons} Name: python-jsonpointer -Version: 2.4 +Version: 3.0.0 Release: 0 Summary: Module to identify specific nodes in a JSON document License: BSD-3-Clause @@ -39,7 +39,7 @@ Requires: alts BuildRequires: alts %else Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives %endif BuildArch: noarch %python_subpackages