diff --git a/pastel-0.1.1.tar.gz b/pastel-0.1.1.tar.gz deleted file mode 100644 index 45fbe4e..0000000 --- a/pastel-0.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf3b1901b2442ea0d8ab9a390594e5b0c9584709d543a3113506fe8b28cbace3 -size 7334 diff --git a/pastel-0.2.0.tar.gz b/pastel-0.2.0.tar.gz new file mode 100644 index 0000000..13b98c5 --- /dev/null +++ b/pastel-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46155fc523bdd4efcd450bbcb3f2b94a6e3b25edc0eb493e081104ad09e1ca36 +size 7601 diff --git a/python-pastel.changes b/python-pastel.changes index 7aa42a5..cb99138 100644 --- a/python-pastel.changes +++ b/python-pastel.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 11 15:36:19 UTC 2020 - Marketa Calabkova + +- update to version 0.2.0 + * few code formating fixes + * Add styling options + ------------------------------------------------------------------- Tue Sep 17 13:22:55 UTC 2019 - Tomáš Chvátal diff --git a/python-pastel.spec b/python-pastel.spec index 4ec7758..ecd357d 100644 --- a/python-pastel.spec +++ b/python-pastel.spec @@ -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