15
0
forked from pool/python-pastel

Accepting request 783947 from home:mcalabkova:branches:devel:languages:python

- update to version 0.2.0
  * few code formating fixes
  * Add styling options

OBS-URL: https://build.opensuse.org/request/show/783947
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pastel?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-03-11 15:59:04 +00:00
committed by Git OBS Bridge
parent 60f1a40996
commit 3fb60120d2
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf3b1901b2442ea0d8ab9a390594e5b0c9584709d543a3113506fe8b28cbace3
size 7334

3
pastel-0.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46155fc523bdd4efcd450bbcb3f2b94a6e3b25edc0eb493e081104ad09e1ca36
size 7601

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 11 15:36:19 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.2.0
* few code formating fixes
* Add styling options
-------------------------------------------------------------------
Tue Sep 17 13:22:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pastel
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 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-pastel
Version: 0.1.1
Version: 0.2.0
Release: 0
Summary: String colorization for Python
License: MIT
@@ -48,6 +48,9 @@ Pastel is a library to colorize strings in the terminal.
%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%doc README.rst
%license LICENSE