diff --git a/python-funcparserlib.changes b/python-funcparserlib.changes index ec5747a..5eaa0c5 100644 --- a/python-funcparserlib.changes +++ b/python-funcparserlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 9 08:10:23 UTC 2020 - pgajdos@suse.com + +- new upstream url + ------------------------------------------------------------------- Sun Aug 16 13:34:27 UTC 2020 - John Vandenberg diff --git a/python-funcparserlib.spec b/python-funcparserlib.spec index 273bb7b..2e03c26 100644 --- a/python-funcparserlib.spec +++ b/python-funcparserlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-funcparserlib # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Release: 0 Summary: Recursive descent parsing library based on functional combinators License: MIT Group: Development/Languages/Python -URL: https://code.google.com/p/funcparserlib/ +URL: https://github.com/vlasovskikh/funcparserlib Source: https://files.pythonhosted.org/packages/source/f/funcparserlib/funcparserlib-%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}