From d9474ad6a4b5c102ce927c05084e7caededba80694e20ffc1f4ef1b292d65190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 9 Sep 2020 08:29:02 +0000 Subject: [PATCH] Accepting request 833201 from home:pgajdos:python - new upstream url OBS-URL: https://build.opensuse.org/request/show/833201 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-funcparserlib?expand=0&rev=14 --- python-funcparserlib.changes | 5 +++++ python-funcparserlib.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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}