From 02eebe053c0c684f20c9906b46578e0b5ccca2d962952a8b5c6db1423b96ff0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 31 Aug 2023 08:25:44 +0000 Subject: [PATCH] Accepting request 1108170 from home:jones_tony:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using package for obs source service at suggestion of Georg Pfützenreuter. Noticed some issues. Occasional calls into library resulted in errant message about "dumb path" being printed to stdout. This isn't mentioned in changelog but looking at git tree it was fixed as side-effect of one of the documented changes. OBS-URL: https://build.opensuse.org/request/show/1108170 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whatthepatch?expand=0&rev=9 --- python-whatthepatch.changes | 11 +++++++++++ python-whatthepatch.spec | 6 +++--- whatthepatch-1.0.3.tar.gz | 3 --- whatthepatch-1.0.5.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 whatthepatch-1.0.3.tar.gz create mode 100644 whatthepatch-1.0.5.tar.gz diff --git a/python-whatthepatch.changes b/python-whatthepatch.changes index 26c678f..1382b41 100644 --- a/python-whatthepatch.changes +++ b/python-whatthepatch.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Aug 30 03:47:25 UTC 2023 - Tony Jones + +- Update to v1.0.5 + * bugfix:min line in binary diff (#57) +- from v1.0.4 + * git binary patch explore (#53) + * nixify (#54) + * Rename default branch on build yaml (#52) + * Remove redundant wheel dep from pyproject.toml (#51) + ------------------------------------------------------------------- Sun Nov 13 22:40:19 UTC 2022 - John Vandenberg diff --git a/python-whatthepatch.spec b/python-whatthepatch.spec index 7b88bbf..77766dd 100644 --- a/python-whatthepatch.spec +++ b/python-whatthepatch.spec @@ -1,7 +1,7 @@ # # spec file for package python-whatthepatch # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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 @@ %define skip_python2 1 Name: python-whatthepatch -Version: 1.0.3 +Version: 1.0.5 Release: 0 Summary: A patch parsing and application library License: MIT @@ -29,8 +29,8 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} -BuildRequires: ed BuildRequires: dos2unix +BuildRequires: ed BuildRequires: fdupes BuildRequires: patch BuildRequires: python-rpm-macros diff --git a/whatthepatch-1.0.3.tar.gz b/whatthepatch-1.0.3.tar.gz deleted file mode 100644 index 1b4dc52..0000000 --- a/whatthepatch-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5983a49f751158a7b5c62baf55aaf815728d3d80bf5dd0c5acb2d7d3d7391ee -size 28634 diff --git a/whatthepatch-1.0.5.tar.gz b/whatthepatch-1.0.5.tar.gz new file mode 100644 index 0000000..fbd9c55 --- /dev/null +++ b/whatthepatch-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f374c172812581bc3763587525d14a143aac7fe4220bc4676ecce0d86cb8f08 +size 31850