Hello community, here is the log from the commit of package python-Parsley for openSUSE:Factory checked in at 2020-08-13 10:21:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Parsley (Old) and /work/SRC/openSUSE:Factory/.python-Parsley.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Parsley" Thu Aug 13 10:21:57 2020 rev:5 rq:826126 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Parsley/python-Parsley.changes 2020-05-26 17:17:41.107763711 +0200 +++ /work/SRC/openSUSE:Factory/.python-Parsley.new.3399/python-Parsley.changes 2020-08-13 10:26:12.378898993 +0200 @@ -1,0 +2,5 @@ +Wed Aug 12 22:50:41 UTC 2020 - Matej Cepl <[email protected]> + +- Replace pypi.python.org Source URL with the canonical files.pythonhosted.org + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Parsley.spec ++++++ --- /var/tmp/diff_new_pack.48VNqm/_old 2020-08-13 10:26:14.074898947 +0200 +++ /var/tmp/diff_new_pack.48VNqm/_new 2020-08-13 10:26:14.078898947 +0200 @@ -17,7 +17,7 @@ # -%define oname Parsley +%define modname Parsley %define oldpython python Name: python-Parsley Version: 1.3 @@ -25,7 +25,7 @@ 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 @@ 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
