From f047451bf412918b04b90ded9827e89d97c167be1f90b752e1d0181171cbf53a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 May 2024 13:18:43 +0000 Subject: [PATCH] - update to 0.2.15: * Update README.rst * Add dependabot config * Bump actions/setup-python from 2 to 5 * Bump docker/setup-qemu-action from 1 to 3 * Bump actions/checkout from 2 to 4 * Publish wheels from github * Drop python 3.7 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patiencediff?expand=0&rev=22 --- patiencediff-0.2.14.tar.gz | 3 --- patiencediff-0.2.15.tar.gz | 3 +++ python-patiencediff.changes | 12 ++++++++++++ python-patiencediff.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 patiencediff-0.2.14.tar.gz create mode 100644 patiencediff-0.2.15.tar.gz diff --git a/patiencediff-0.2.14.tar.gz b/patiencediff-0.2.14.tar.gz deleted file mode 100644 index 1b50440..0000000 --- a/patiencediff-0.2.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a604d5727f996f0fd9de4534b143d3e803ec4f1b18e40cd78e91ab48a289a95f -size 29258 diff --git a/patiencediff-0.2.15.tar.gz b/patiencediff-0.2.15.tar.gz new file mode 100644 index 0000000..a751963 --- /dev/null +++ b/patiencediff-0.2.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00911efd32e3bc886c222c3a650291440313ee94ac857031da6cc3be7935204 +size 27483 diff --git a/python-patiencediff.changes b/python-patiencediff.changes index 15c40b8..5de254c 100644 --- a/python-patiencediff.changes +++ b/python-patiencediff.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue May 7 13:17:58 UTC 2024 - Dirk Müller + +- update to 0.2.15: + * Update README.rst + * Add dependabot config + * Bump actions/setup-python from 2 to 5 + * Bump docker/setup-qemu-action from 1 to 3 + * Bump actions/checkout from 2 to 4 + * Publish wheels from github + * Drop python 3.7 support + ------------------------------------------------------------------- Tue Dec 12 13:40:20 UTC 2023 - Dirk Müller diff --git a/python-patiencediff.spec b/python-patiencediff.spec index 37bb9e3..fda98ec 100644 --- a/python-patiencediff.spec +++ b/python-patiencediff.spec @@ -1,7 +1,7 @@ # # spec file for package python-patiencediff # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-patiencediff -Version: 0.2.14 +Version: 0.2.15 Release: 0 Summary: Python implementation of the patiencediff algorithm License: GPL-2.0-or-later @@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives %python_subpackages %description