15
0

Accepting request 940487 from home:pgajdos:python

- version update to 0.9.0
  - Adds absolute tolerance feature for floats  (@adrien-berchet) (#152)
  - Drops support of Python<3.5  (@adrien-berchet) (#160)
  - Adds `assert_no_diff` helper to assist pytest users  (@joesolly) (#153)
  - Migrates CI to gh-actions (@ParthS007 @diegodelemos) (#145)
  - Removes dependency on pkg_resources (@eldruin)
- modified patches
  % lower-reqs.diff (refreshed)

OBS-URL: https://build.opensuse.org/request/show/940487
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dictdiffer?expand=0&rev=3
This commit is contained in:
2021-12-16 11:31:58 +00:00
committed by Git OBS Bridge
parent e639846b34
commit 2423b60b64
5 changed files with 27 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dictdiffer
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-dictdiffer
Version: 0.8.1
Version: 0.9.0
Release: 0
Summary: Dictdiffer is a library that helps you to diff and patch dictionaries
License: MIT
@@ -26,7 +26,6 @@ Group: Development/Languages/Python
URL: https://github.com/inveniosoftware/dictdiffer
Source: https://files.pythonhosted.org/packages/source/d/dictdiffer/dictdiffer-%{version}.tar.gz
Patch0: lower-reqs.diff
BuildRequires: %{python_module pytest-runner >= 2.7}
BuildRequires: %{python_module setuptools_scm >= 1.15.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -47,6 +46,8 @@ Dictdiffer is a library that helps you to diff and patch dictionaries.
%patch0 -p1
# Remove dependence on unnecessary pytest plugins
rm pytest.ini
# https://github.com/inveniosoftware/dictdiffer/issues/167
sed -i '/pytest-runner/d' setup.py
%build
%python_build