From 71850b58148ac248042c25596b18cdd64a6ff219f1a524d462007d94e5cdac02 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 29 Aug 2022 09:44:42 +0000 Subject: [PATCH 1/2] Accepting request 999726 from home:yarunachalam:branches:devel:languages:python - Update to 2.11.3: * Fixes and issue where newlines appeared everywhere on certain machines OBS-URL: https://build.opensuse.org/request/show/999726 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyPrind?expand=0&rev=9 --- PyPrind-2.11.3.tar.gz | 3 +++ python-PyPrind.changes | 6 ++++++ python-PyPrind.spec | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 PyPrind-2.11.3.tar.gz diff --git a/PyPrind-2.11.3.tar.gz b/PyPrind-2.11.3.tar.gz new file mode 100644 index 0000000..da7b4a6 --- /dev/null +++ b/PyPrind-2.11.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37dcab6e1a9c8e0a7f0fce65fde7a79e2deda1c75aa015910a49e2137b54cbf +size 11632 diff --git a/python-PyPrind.changes b/python-PyPrind.changes index 24df7c0..e15b9b2 100644 --- a/python-PyPrind.changes +++ b/python-PyPrind.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 29 00:47:05 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 2.11.3: + * Fixes and issue where newlines appeared everywhere on certain machines + ------------------------------------------------------------------- Mon Oct 14 11:45:29 UTC 2019 - Matej Cepl diff --git a/python-PyPrind.spec b/python-PyPrind.spec index 69aa5bc..4dd22d9 100644 --- a/python-PyPrind.spec +++ b/python-PyPrind.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyPrind # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 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 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyPrind -Version: 2.11.2 +Version: 2.11.3 Release: 0 Summary: Python progress bar and percent indicator utility License: BSD-3-Clause From 67da50fc7e6780a7df56480b1ec96bbb80292b625e77ba1f617cf76640220670 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 31 Aug 2022 09:55:26 +0000 Subject: [PATCH 2/2] - Remove unnecessary tarball PyPrind-2.11.2.tar.gz OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyPrind?expand=0&rev=10 --- PyPrind-2.11.2.tar.gz | 3 --- python-PyPrind.changes | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 PyPrind-2.11.2.tar.gz diff --git a/PyPrind-2.11.2.tar.gz b/PyPrind-2.11.2.tar.gz deleted file mode 100644 index e31b0a8..0000000 --- a/PyPrind-2.11.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c46cab453b805852853dfe29fd933aa88a2a516153909c695b098e9161a9e675 -size 11134 diff --git a/python-PyPrind.changes b/python-PyPrind.changes index e15b9b2..b6a68c3 100644 --- a/python-PyPrind.changes +++ b/python-PyPrind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 31 09:55:14 UTC 2022 - Matej Cepl + +- Remove unnecessary tarball PyPrind-2.11.2.tar.gz + ------------------------------------------------------------------- Mon Aug 29 00:47:05 UTC 2022 - Yogalakshmi Arunachalam