From 98f75291670e63d50a487841711cdf99f0fdeb6c6ac9f02f840e72f9711e084b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 28 Oct 2022 20:12:45 +0000 Subject: [PATCH] Accepting request 1032028 from home:yarunachalam:branches:devel:languages:python - Update to version 0.2.6 * Fix path. - Update to version 0.2.4 * Merge pull request #21 from jelmer/pyproject * Add pyproject, depend on cython OBS-URL: https://build.opensuse.org/request/show/1032028 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patiencediff?expand=0&rev=9 --- patiencediff-0.2.3.tar.gz | 3 --- patiencediff-0.2.6.tar.gz | 3 +++ python-patiencediff.changes | 10 ++++++++++ python-patiencediff.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 patiencediff-0.2.3.tar.gz create mode 100644 patiencediff-0.2.6.tar.gz diff --git a/patiencediff-0.2.3.tar.gz b/patiencediff-0.2.3.tar.gz deleted file mode 100644 index 8f12f71..0000000 --- a/patiencediff-0.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:013c931850e8986518f1ee7792b049cd581a6fb91e77bddf6c8230a7adfeb732 -size 28903 diff --git a/patiencediff-0.2.6.tar.gz b/patiencediff-0.2.6.tar.gz new file mode 100644 index 0000000..b96657f --- /dev/null +++ b/patiencediff-0.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d68d07a573a9e2c4b791c1308922d3c8f4f1a46e735d65e3083c274d5ee459 +size 29124 diff --git a/python-patiencediff.changes b/python-patiencediff.changes index e05de70..81ac981 100644 --- a/python-patiencediff.changes +++ b/python-patiencediff.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Oct 28 18:39:37 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 0.2.6 + * Fix path. + +- Update to version 0.2.4 + * Merge pull request #21 from jelmer/pyproject + * Add pyproject, depend on cython + ------------------------------------------------------------------- Wed Oct 12 13:57:47 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-patiencediff.spec b/python-patiencediff.spec index 368f69e..bda0721 100644 --- a/python-patiencediff.spec +++ b/python-patiencediff.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-patiencediff -Version: 0.2.3 +Version: 0.2.6 Release: 0 Summary: Python implementation of the patiencediff algorithm License: GPL-2.0-or-later