From cdc2f626662313b05610b7c18e675134e51df352ed8d46c4c9a6a4eaf41a31af Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 11 Nov 2022 09:10:46 +0000 Subject: [PATCH] Accepting request 1034884 from home:yarunachalam:branches:devel:languages:python - Update to version 0.2.7 * Make C extension mandatory when running in cibuildwheel. * Use more metadata to setup.cfg, use standard optional flag. * Fix path. * Remove other unused dependencies from pyproject.toml * Remove redundant wheel dep from pyproject.toml OBS-URL: https://build.opensuse.org/request/show/1034884 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patiencediff?expand=0&rev=11 --- patiencediff-0.2.6.tar.gz | 3 --- patiencediff-0.2.7.tar.gz | 3 +++ python-patiencediff.changes | 10 ++++++++++ python-patiencediff.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 patiencediff-0.2.6.tar.gz create mode 100644 patiencediff-0.2.7.tar.gz diff --git a/patiencediff-0.2.6.tar.gz b/patiencediff-0.2.6.tar.gz deleted file mode 100644 index b96657f..0000000 --- a/patiencediff-0.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1d68d07a573a9e2c4b791c1308922d3c8f4f1a46e735d65e3083c274d5ee459 -size 29124 diff --git a/patiencediff-0.2.7.tar.gz b/patiencediff-0.2.7.tar.gz new file mode 100644 index 0000000..59bb012 --- /dev/null +++ b/patiencediff-0.2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4aff7ea161f692f3b6114c1492511eedc210738dc723dda6ff7d39124a7eb0e +size 26831 diff --git a/python-patiencediff.changes b/python-patiencediff.changes index 81ac981..e0c4f16 100644 --- a/python-patiencediff.changes +++ b/python-patiencediff.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 9 16:18:18 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 0.2.7 + * Make C extension mandatory when running in cibuildwheel. + * Use more metadata to setup.cfg, use standard optional flag. + * Fix path. + * Remove other unused dependencies from pyproject.toml + * Remove redundant wheel dep from pyproject.toml + ------------------------------------------------------------------- Fri Oct 28 18:39:37 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-patiencediff.spec b/python-patiencediff.spec index bda0721..9fe46d0 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.6 +Version: 0.2.7 Release: 0 Summary: Python implementation of the patiencediff algorithm License: GPL-2.0-or-later