From 646e4db9e2887bb28710d25658b41e4905986ca9512c45f7d39821040eec9770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 18 May 2021 09:48:02 +0000 Subject: [PATCH] Accepting request 894004 from home:pgajdos:python - version update to 0.1.10 * Support for configurable streams - deleted sources - LICENSE (not needed) OBS-URL: https://build.opensuse.org/request/show/894004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-spinner?expand=0&rev=5 --- LICENSE | 21 --------------------- click-spinner-0.1.10.tar.gz | 3 +++ click-spinner-0.1.8.tar.gz | 3 --- python-click-spinner.changes | 8 ++++++++ python-click-spinner.spec | 17 ++++++++--------- 5 files changed, 19 insertions(+), 33 deletions(-) delete mode 100644 LICENSE create mode 100644 click-spinner-0.1.10.tar.gz delete mode 100644 click-spinner-0.1.8.tar.gz diff --git a/LICENSE b/LICENSE deleted file mode 100644 index f38eccd..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2016 Yoav Ram - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/click-spinner-0.1.10.tar.gz b/click-spinner-0.1.10.tar.gz new file mode 100644 index 0000000..6c29c62 --- /dev/null +++ b/click-spinner-0.1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e92bbf5797f8b46133de6c2723f42fddb61c2350323d67761defdae76e12ee +size 24044 diff --git a/click-spinner-0.1.8.tar.gz b/click-spinner-0.1.8.tar.gz deleted file mode 100644 index 2d8f5b7..0000000 --- a/click-spinner-0.1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa2909c316cda8545236513ecf05d0534b9e6163d6dc38c6a8efeb1e9e30afec -size 23352 diff --git a/python-click-spinner.changes b/python-click-spinner.changes index ad51e4c..9522f7b 100644 --- a/python-click-spinner.changes +++ b/python-click-spinner.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue May 18 07:54:22 UTC 2021 - pgajdos@suse.com + +- version update to 0.1.10 + * Support for configurable streams +- deleted sources + - LICENSE (not needed) + ------------------------------------------------------------------- Fri Aug 2 10:36:18 UTC 2019 - John Vandenberg diff --git a/python-click-spinner.spec b/python-click-spinner.spec index adb67f2..93f4881 100644 --- a/python-click-spinner.spec +++ b/python-click-spinner.spec @@ -1,7 +1,7 @@ # # spec file for package python-click-spinner # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,26 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-click-spinner # tests and LICENSE included in sdist 0.1.9 not yet released -Version: 0.1.8 +Version: 0.1.10 Release: 0 License: MIT Summary: Spinner for Click -Url: https://github.com/click-contrib/click-spinner +URL: https://github.com/click-contrib/click-spinner Group: Development/Languages/Python Source: https://github.com/click-contrib/click-spinner/archive/v%{version}.tar.gz#/click-spinner-%{version}.tar.gz -Source1: https://raw.githubusercontent.com/click-contrib/click-spinner/master/LICENSE -BuildRequires: python-rpm-macros BuildRequires: %{python_module click} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} -BuildRequires: %{python_module pytest-runner} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-click BuildArch: noarch @@ -42,7 +42,6 @@ Spinner for Click. %prep %setup -q -n click-spinner-%{version} -cp %{SOURCE1} . %build export LANG=en_US.UTF-8 @@ -55,7 +54,7 @@ export LANG=en_US.UTF-8 %check export LANG=en_US.UTF-8 -%python_exec setup.py pytest +%pytest %files %{python_files} %license LICENSE