From db2a500c1cb0913c681ac9a23a76b62e3959797664cf47707cb0648a49b7ce58 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 16 Jul 2022 11:01:10 +0000 Subject: [PATCH] Accepting request 989513 from home:jayvdb:branches:devel:languages:python - Add package specific URL OBS-URL: https://build.opensuse.org/request/show/989513 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patiencediff?expand=0&rev=5 --- python-patiencediff.changes | 5 +++++ python-patiencediff.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-patiencediff.changes b/python-patiencediff.changes index 7881c13..dfc0095 100644 --- a/python-patiencediff.changes +++ b/python-patiencediff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 15 23:43:59 UTC 2022 - John Vandenberg + +- Add package specific URL + ------------------------------------------------------------------- Sat Mar 26 14:25:57 UTC 2022 - Dirk Müller diff --git a/python-patiencediff.spec b/python-patiencediff.spec index b968fc5..105becc 100644 --- a/python-patiencediff.spec +++ b/python-patiencediff.spec @@ -23,7 +23,7 @@ Release: 0 Summary: Python implementation of the patiencediff algorithm License: GPL-2.0-or-later Group: Development/Languages/Python -URL: https://www.breezy-vcs.org/ +URL: https://github.com/breezy-team/patiencediff Source: https://files.pythonhosted.org/packages/source/p/patiencediff/patiencediff-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest}