15
0

- update to 1.0.8:

* Add Python 3.10 support
- drop support-python-310.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dirtyjson?expand=0&rev=6
This commit is contained in:
2023-02-10 10:20:34 +00:00
committed by Git OBS Bridge
parent 6bca6b90b5
commit cd8ea6f5e6
5 changed files with 12 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dirtyjson
#
# 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
@@ -18,15 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-dirtyjson
Version: 1.0.7
Version: 1.0.8
Release: 0
Summary: Python JSON decoder that can extract data from dirty input
License: MIT
Group: Development/Languages/Python
URL: https://github.com/codecobblers/dirtyjson
Source: https://files.pythonhosted.org/packages/source/d/dirtyjson/dirtyjson-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#codecobblers/dirtyjson#6
Patch0: support-python-310.patch
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes