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,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 14 13:23:16 UTC 2021 - pgajdos@suse.com
- 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)
-------------------------------------------------------------------
Sun Jun 7 05:35:54 UTC 2020 - John Vandenberg <jayvdb@gmail.com>