1
0

6 Commits

Author SHA256 Message Date
9795ead1ec Accepting request 1300732 from devel:languages:python
- Convert to libalternatives on SLE-16-based and newer systems only

OBS-URL: https://build.opensuse.org/request/show/1300732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsondiff?expand=0&rev=14
2025-08-21 15:00:17 +00:00
2d0ee898ec - Convert to libalternatives on SLE-16-based and newer systems only
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsondiff?expand=0&rev=30
2025-08-21 09:15:32 +00:00
f8d044a008 Accepting request 1291722 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1291722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsondiff?expand=0&rev=13
2025-07-10 20:14:08 +00:00
621ff2b780 - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsondiff?expand=0&rev=28
2025-07-10 14:30:16 +00:00
88e32be91b Accepting request 1206726 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1206726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsondiff?expand=0&rev=12
2024-10-10 20:15:03 +00:00
1819c16469 - Update to 2.2.1
* Protect Symbol.eq by instance check

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsondiff?expand=0&rev=26
2024-10-10 14:44:32 +00:00
4 changed files with 35 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:060e9a10fe136c643e9d2bf264ea1fbe966ed17d2fd37348dd65b1c650c2df4f
size 26597

BIN
jsondiff-2.2.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Aug 21 09:14:03 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives on SLE-16-based and newer systems only
-------------------------------------------------------------------
Thu Jul 10 14:29:55 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives
-------------------------------------------------------------------
Thu Oct 10 14:30:38 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.2.1
* Protect Symbol.eq by instance check
-------------------------------------------------------------------
Tue Aug 13 03:18:20 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jsondiff
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,14 @@
#
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?sle15_python_module_pythons}
Name: python-jsondiff
Version: 2.2.0
Version: 2.2.1
Release: 0
Summary: Module to diff JSON and JSON-like structures in Python
License: MIT
@@ -34,9 +39,14 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyYAML
BuildArch: noarch
%if %{with libalternatives}
BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%endif
%python_subpackages
%description
@@ -62,6 +72,9 @@ Package to show differences between JSON and JSON-like structures in Python
%postun
%python_uninstall_alternative jdiff
%pre
%python_libalternatives_reset_alternative jdiff
%files %{python_files}
%license LICENSE
%doc README.md