forked from pool/python-click-spinner
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
This commit is contained in:
21
LICENSE
21
LICENSE
@@ -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.
|
||||
3
click-spinner-0.1.10.tar.gz
Normal file
3
click-spinner-0.1.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45e92bbf5797f8b46133de6c2723f42fddb61c2350323d67761defdae76e12ee
|
||||
size 24044
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa2909c316cda8545236513ecf05d0534b9e6163d6dc38c6a8efeb1e9e30afec
|
||||
size 23352
|
||||
@@ -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 <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user