From b9c1f52eb24835d5c2fc97ca489a1b37057ffd4eb5862062a24f6212dcff7642 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 12 Aug 2020 22:50:53 +0000 Subject: [PATCH] - Replace pypi.python.org Source URL with the canonical files.pythonhosted.org OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Parsley?expand=0&rev=14 --- python-Parsley.changes | 5 +++++ python-Parsley.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-Parsley.changes b/python-Parsley.changes index 086de54..5174d31 100644 --- a/python-Parsley.changes +++ b/python-Parsley.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 12 22:50:41 UTC 2020 - Matej Cepl + +- Replace pypi.python.org Source URL with the canonical files.pythonhosted.org + ------------------------------------------------------------------- Wed May 20 07:26:05 UTC 2020 - Petr Gajdos diff --git a/python-Parsley.spec b/python-Parsley.spec index 768d78f..ce9d66c 100644 --- a/python-Parsley.spec +++ b/python-Parsley.spec @@ -17,7 +17,7 @@ # -%define oname Parsley +%define modname Parsley %define oldpython python Name: python-Parsley Version: 1.3 @@ -25,7 +25,7 @@ Release: 0 Summary: PEG algorithm based parser generator License: MIT URL: https://github.com/washort/parsley -Source: https://pypi.python.org/packages/source/P/%{oname}/%{oname}-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/P/%{modname}/%{modname}-%{version}.tar.gz BuildRequires: %{python_module Twisted} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -51,7 +51,7 @@ as yacc, bison or PLY. The binaries are prefixed with parsley-. %prep -%setup -q -n %{oname}-%{version} +%setup -q -n %{modname}-%{version} # Remove with bump, missing fixtures rm -f ometa/test/test_vm_builder.py