diff --git a/crayons-0.1.2.tar.gz b/crayons-0.1.2.tar.gz deleted file mode 100644 index 164a7d3..0000000 --- a/crayons-0.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e17691605e564d63482067eb6327d01a584bbaf870beffd4456a3391bd8809d -size 3168 diff --git a/crayons-0.2.0.tar.gz b/crayons-0.2.0.tar.gz new file mode 100644 index 0000000..4eb5b83 --- /dev/null +++ b/crayons-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f0843815a8e3ac6fb445b7970d8b9c766e6f164092d84e7ea809b4c91418ec +size 3526 diff --git a/python-crayons.changes b/python-crayons.changes index 2fd24fa..476f601 100644 --- a/python-crayons.changes +++ b/python-crayons.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 4 14:43:50 UTC 2019 - Ondřej Súkup + +- 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 diff --git a/python-crayons.spec b/python-crayons.spec index 405fc8b..7a29dba 100644 --- a/python-crayons.spec +++ b/python-crayons.spec @@ -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