From 52a6e37dfaa222e972b29de8912430ac0dd4b2abaa7e660eac2e035fe52363eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 17 Aug 2020 07:16:53 +0000 Subject: [PATCH] - Fix source url to match up the reality as this was fetched from github OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dictknife?expand=0&rev=2 --- python-dictknife.changes | 6 ++++++ python-dictknife.spec | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-dictknife.changes b/python-dictknife.changes index 7b6193a..cc21172 100644 --- a/python-dictknife.changes +++ b/python-dictknife.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 17 07:16:31 UTC 2020 - Tomáš Chvátal + +- Fix source url to match up the reality as this was fetched from + github + ------------------------------------------------------------------- Wed Aug 12 04:30:58 UTC 2020 - John Vandenberg diff --git a/python-dictknife.spec b/python-dictknife.spec index 8d3ce03..800510b 100644 --- a/python-dictknife.spec +++ b/python-dictknife.spec @@ -23,9 +23,8 @@ Version: 0.13.0 Release: 0 Summary: Army knife of handling data License: MIT -Group: Development/Languages/Python URL: https://github.com/podhmo/dictknife -Source: https://files.pythonhosted.org/packages/source/d/dictknife/dictknife-%{version}.tar.gz +Source: https://github.com/podhmo/dictknife/archive/%{version}.tar.gz#/dictknife-%{version}.tar.gz BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module google-api-python-client} BuildRequires: %{python_module jsonpatch} @@ -37,8 +36,8 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module toml} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(post): update-alternatives +Requires(postun): update-alternatives Suggests: python-PyYAML Suggests: python-google-api-python-client Suggests: python-jsonpatch