From 4c84d9ce75438d671adf6e7313137696d8756994b151bee899c34074ff460218 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 9 Feb 2018 19:54:24 +0000 Subject: [PATCH] - Fix source URL OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytricia?expand=0&rev=2 --- python-pytricia.changes | 5 +++++ python-pytricia.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/python-pytricia.changes b/python-pytricia.changes index f759624..a795910 100644 --- a/python-pytricia.changes +++ b/python-pytricia.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 9 19:54:03 UTC 2018 - rjschwei@suse.com + +- Fix source URL + ------------------------------------------------------------------- Thu Feb 8 13:59:36 UTC 2018 - rjschwei@suse.com diff --git a/python-pytricia.spec b/python-pytricia.spec index b833841..52e15f9 100644 --- a/python-pytricia.spec +++ b/python-pytricia.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytricia Version: 1.0.0 @@ -23,7 +24,7 @@ Summary: A library for IP address lookup in Python License: LGPL-3.0-or-later Group: Development/Languages/Python Url: https://github.com/jsommers/pytricia -Source: https://files.pythonhosted.org/packages/source/p/pytricia-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/pytricia/pytricia-%{version}.tar.gz Source1: LICENSE BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -54,3 +55,5 @@ export CFLAGS="%{optflags}" %doc README.md LICENSE %defattr(-,root,root) %{python_sitearch}/* + +%changelog