15
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

@@ -3,6 +3,7 @@ Wed Oct 2 12:06:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Use correct test call
- Format with spec-cleaner
- Fix the Source url to point to real archive
-------------------------------------------------------------------
Mon Sep 30 20:47:00 UTC 2019 - chajain <cjain@suse.com

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}