forked from pool/python-crayons
- update to 0.2.0
* Add crayons.enable() * color funcs generated from __all__ var * Disable colors on TERM=dumb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crayons?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e17691605e564d63482067eb6327d01a584bbaf870beffd4456a3391bd8809d
|
||||
size 3168
|
||||
3
crayons-0.2.0.tar.gz
Normal file
3
crayons-0.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41f0843815a8e3ac6fb445b7970d8b9c766e6f164092d84e7ea809b4c91418ec
|
||||
size 3526
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 14:43:50 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.2.0
|
||||
* Add crayons.enable()
|
||||
* color funcs generated from __all__ var
|
||||
* Disable colors on TERM=dumb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 11 21:52:30 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-crayons
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,22 +12,22 @@
|
||||
# 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-crayons
|
||||
Version: 0.1.2
|
||||
Version: 0.2.0
|
||||
Release: 0
|
||||
Summary: Colored strings for terminal usage
|
||||
License: MIT
|
||||
Url: https://github.com/kennethreitz/httpbin
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/kennethreitz/httpbin
|
||||
Source: https://files.pythonhosted.org/packages/source/c/crayons/crayons-%{version}.tar.gz
|
||||
Source1: LICENSE
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-colorama
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
@@ -44,11 +44,9 @@ cp %{SOURCE1} .
|
||||
%install
|
||||
%python_install
|
||||
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user