15
0

Accepting request 728520 from home:TheBlackCat:branches:devel:languages:python

Update to 3.13.2

OBS-URL: https://build.opensuse.org/request/show/728520
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json_tricks?expand=0&rev=11
This commit is contained in:
Todd R
2019-09-05 14:00:04 +00:00
committed by Git OBS Bridge
parent acacdb2ba9
commit df177e0e1a
4 changed files with 14 additions and 6 deletions

View File

@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-json_tricks
Version: 3.13.1
Version: 3.13.2
Release: 0
Summary: Extra features for Python's JSON
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/mverleg/pyjson_tricks
Source: https://files.pythonhosted.org/packages/source/j/json_tricks/json_tricks-%{version}.tar.gz
Source: https://github.com/mverleg/pyjson_tricks/archive/v%{version}.tar.gz#/pyjson_tricks-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -60,7 +60,7 @@ python handling of json files:
As well as compression and disallowing duplicate keys.
%prep
%setup -q -n json_tricks-%{version}
%setup -q -n pyjson_tricks-%{version}
%build
%python_build