1
0

- Fix the Source url to point to real archive

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-deepdiff?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-10-02 12:10:17 +00:00
committed by Git OBS Bridge
parent e44f6a35ad
commit 1b60134fcd
3 changed files with 2 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ Release: 0
Summary: Deep Difference and Search of any Python object/data
License: MIT
URL: https://github.com/seperman/deepdiff
Source: https://github.com/seperman/deepdiff/archive/deepdiff-%{version}.tar.gz
Source: https://github.com/seperman/deepdiff/archive/v%{version}.tar.gz
BuildRequires: %{python_module jsonpickle}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module numpy}