From f91ed24ed709d80293e7b84fe9e79446f9c452dbe700c8d51fc3b51329fde822 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 26 Mar 2022 14:27:04 +0000 Subject: [PATCH] - update to 0.2.2: * fix license declaration OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patiencediff?expand=0&rev=3 --- patiencediff-0.2.0.tar.gz | 3 --- patiencediff-0.2.2.tar.gz | 3 +++ python-patiencediff.changes | 6 ++++++ python-patiencediff.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 patiencediff-0.2.0.tar.gz create mode 100644 patiencediff-0.2.2.tar.gz diff --git a/patiencediff-0.2.0.tar.gz b/patiencediff-0.2.0.tar.gz deleted file mode 100644 index 3598c8b..0000000 --- a/patiencediff-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d828c8dca0db860b26d441097e866a75f3ded8ea45244d3ba5f691a62928537a -size 30696 diff --git a/patiencediff-0.2.2.tar.gz b/patiencediff-0.2.2.tar.gz new file mode 100644 index 0000000..4f05b22 --- /dev/null +++ b/patiencediff-0.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456d9fc47fe43f9aea863059ea2c6df5b997285590e4b7f9ee8fbb6c3419b5a7 +size 28799 diff --git a/python-patiencediff.changes b/python-patiencediff.changes index 5dd71c0..7881c13 100644 --- a/python-patiencediff.changes +++ b/python-patiencediff.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 26 14:25:57 UTC 2022 - Dirk Müller + +- update to 0.2.2: + * fix license declaration + ------------------------------------------------------------------- Wed Jun 10 11:05:23 UTC 2020 - pgajdos@suse.com diff --git a/python-patiencediff.spec b/python-patiencediff.spec index c215acc..b968fc5 100644 --- a/python-patiencediff.spec +++ b/python-patiencediff.spec @@ -1,7 +1,7 @@ # # spec file for package python-patiencediff # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-patiencediff -Version: 0.2.0 +Version: 0.2.2 Release: 0 Summary: Python implementation of the patiencediff algorithm License: GPL-2.0-or-later @@ -26,8 +26,8 @@ Group: Development/Languages/Python URL: https://www.breezy-vcs.org/ Source: https://files.pythonhosted.org/packages/source/p/patiencediff/patiencediff-%{version}.tar.gz BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros %python_subpackages