From 249d1b322d0e520fc83d5c4ef6e1ea9abc73eb8c06b43f0a5ea251dac634bc2f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 12 Dec 2023 13:40:55 +0000 Subject: [PATCH] - update to 0.2.14: * Sort Python import definitions with isort * Use disperse action * Enable ruff, pyupgrade * install patiencediff * drop python 3.6 - Update to version 0.2.11 - Update to version 0.2.8 - Update to version 0.2.7 - Update to version 0.2.4 - Update to version 0.2.3 * No Upstream changelog * fix license declaration OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patiencediff?expand=0&rev=20 --- patiencediff-0.2.12.tar.gz | 3 --- patiencediff-0.2.14.tar.gz | 3 +++ python-patiencediff.changes | 26 +++++++++++++++++--------- python-patiencediff.spec | 2 +- 4 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 patiencediff-0.2.12.tar.gz create mode 100644 patiencediff-0.2.14.tar.gz diff --git a/patiencediff-0.2.12.tar.gz b/patiencediff-0.2.12.tar.gz deleted file mode 100644 index 7ef7448..0000000 --- a/patiencediff-0.2.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ded9b7f2d5037081a9df63daa16629ce5c23b505f72737a2f332666a76c4232 -size 26936 diff --git a/patiencediff-0.2.14.tar.gz b/patiencediff-0.2.14.tar.gz new file mode 100644 index 0000000..1b50440 --- /dev/null +++ b/patiencediff-0.2.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a604d5727f996f0fd9de4534b143d3e803ec4f1b18e40cd78e91ab48a289a95f +size 29258 diff --git a/python-patiencediff.changes b/python-patiencediff.changes index 4559bae..15c40b8 100644 --- a/python-patiencediff.changes +++ b/python-patiencediff.changes @@ -1,14 +1,22 @@ +------------------------------------------------------------------- +Tue Dec 12 13:40:20 UTC 2023 - Dirk Müller + +- update to 0.2.14: + * Sort Python import definitions with isort + * Use disperse action + * Enable ruff, pyupgrade + ------------------------------------------------------------------- Mon Jan 2 20:02:11 UTC 2023 - Dirk Müller - update to 0.2.12: - * install patiencediff - * drop python 3.6 + * install patiencediff + * drop python 3.6 ------------------------------------------------------------------- Tue Dec 13 15:48:46 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 0.2.11 +- Update to version 0.2.11 * Merge release of 0.2.11 * Merge pull request #34 from jelmer/release-0.2.11 @@ -23,13 +31,13 @@ Tue Dec 6 04:03:14 UTC 2022 - Yogalakshmi Arunachalam * Merge pull request #32 from jelmer/release-0.2.9 Merge release of 0.2.9 -- Update to version 0.2.8 +- Update to version 0.2.8 * Merge pull request #31 from jelmer/bump-version * Bump version to 0.2.8 ------------------------------------------------------------------- Wed Nov 9 16:18:18 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 0.2.7 +- 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. @@ -42,15 +50,15 @@ Fri Oct 28 18:39:37 UTC 2022 - Yogalakshmi Arunachalam - Update to version 0.2.6 * Fix path. -- Update to version 0.2.4 +- 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 -- Update to version 0.2.3 - * No Upstream changelog +- Update to version 0.2.3 + * No Upstream changelog ------------------------------------------------------------------- Fri Jul 15 23:43:59 UTC 2022 - John Vandenberg @@ -61,7 +69,7 @@ Fri Jul 15 23:43:59 UTC 2022 - John Vandenberg Sat Mar 26 14:25:57 UTC 2022 - Dirk Müller - update to 0.2.2: - * fix license declaration + * 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 13649ba..37bb9e3 100644 --- a/python-patiencediff.spec +++ b/python-patiencediff.spec @@ -17,7 +17,7 @@ Name: python-patiencediff -Version: 0.2.12 +Version: 0.2.14 Release: 0 Summary: Python implementation of the patiencediff algorithm License: GPL-2.0-or-later