15
0

Accepting request 1087650 from devel:languages:python

- Update to 3.16.1
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/1087650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-json_tricks?expand=0&rev=11
This commit is contained in:
2023-05-18 13:19:23 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 11 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 16 18:39:56 UTC 2023 - Christian Boltz <suse-beta@cboltz.de>
- Update to 3.16.1
* no upstream changelog
-------------------------------------------------------------------
Thu Jul 14 17:58:22 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-json_tricks
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,16 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-json_tricks
Version: 3.15.5
Version: 3.16.1
Release: 0
Summary: Extra features for Python's JSON
License: BSD-3-Clause
URL: https://github.com/mverleg/pyjson_tricks
Source: https://github.com/mverleg/pyjson_tricks/archive/v%{version}.tar.gz#/pyjson_tricks-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Recommends: python-numpy
@@ -62,20 +62,20 @@ python handling of json files:
As well as compression and disallowing duplicate keys.
%prep
%setup -q -n pyjson_tricks-%{version}
%autosetup -p1 -n pyjson_tricks-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%doc README.rst
%doc README.md
%license LICENSE.txt
%{python_sitelib}/json_tricks
%{python_sitelib}/json_tricks-%{version}*-info