From ef66d9cc9560db26e4ff3630dd4dbe31ffe772f35df74da24428b9f2b9e66f36 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 24 Apr 2017 16:18:30 +0000 Subject: [PATCH] Accepting request 490454 from home:DocB:branches:devel:languages:python source link to files.pythonhosted.org OBS-URL: https://build.opensuse.org/request/show/490454 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot3?expand=0&rev=2 --- python-pydot3.changes | 5 +++++ python-pydot3.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pydot3.changes b/python-pydot3.changes index f2577d0..6fd7b42 100644 --- a/python-pydot3.changes +++ b/python-pydot3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 24 14:27:43 UTC 2017 - axel.braun@gmx.de + +- source link corrected + ------------------------------------------------------------------- Mon Apr 17 13:07:59 UTC 2017 - axel.braun@gmx.de diff --git a/python-pydot3.spec b/python-pydot3.spec index 4c825be..2080d3e 100644 --- a/python-pydot3.spec +++ b/python-pydot3.spec @@ -26,7 +26,7 @@ Summary: Create (dot) graphs from python License: MIT Group: Development/Libraries/Python Url: https://pypi.python.org/pypi/pydot3 -Source: https://pypi.python.org/pypi/%{modname}-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz Source1: example-demo.py Source2: example-rank.py BuildRequires: python-rpm-macros @@ -51,7 +51,7 @@ mkdir examples && cp %{SOURCE1} %{SOURCE2} examples %install %python_install -rm -rf %{buildroot}%{_prefix}/{LICENSE,README,README.md} # Wronly installed by setup script +rm -rf %{buildroot}%{_prefix}/{LICENSE,README,README.md} # Wrongly installed by setup script %files %{python_files} %defattr(-,root,root,-)