forked from pool/python-rich
Accepting request 818402 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/818402 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rich?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 2 19:08:35 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.0.2
|
||||
Added
|
||||
* Added rich.styled.Styled class to apply styles to renderable
|
||||
* Table.add_row now has an optional style parameter
|
||||
* Added table_movie.py to examples
|
||||
Changed
|
||||
* Modified box options to use half line characters at edges
|
||||
* Non no_wrap columns will now shrink below minimum width if
|
||||
table is compressed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 22:20:40 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package python-rich
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -12,28 +13,29 @@
|
||||
# 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-rich
|
||||
Version: 3.0.1
|
||||
Version: 3.0.2
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: A Python library for rich text and beautiful formatting in the terminal
|
||||
Url: https://github.com/willmcgugan/rich
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/willmcgugan/rich
|
||||
Source: https://github.com/willmcgugan/rich/archive/v%{version}.tar.gz#/rich-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-dephell-rpm-macros
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module colorama >= 0.4.0}
|
||||
BuildRequires: %{python_module commonmark >= 0.9.0}
|
||||
BuildRequires: %{python_module pprintpp >= 0.4.0}
|
||||
BuildRequires: %{python_module pygments >= 2.6.0}
|
||||
BuildRequires: %{python_module typing_extensions >= 3.7.4}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module typing_extensions >= 3.7.4}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-colorama >= 0.4.0
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23a8d88fac2f4d29f3642d3f05a434bc16474ed411ba1f28be7581f3bd3714b3
|
||||
size 10180617
|
3
rich-3.0.2.tar.gz
Normal file
3
rich-3.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9121a431c545d34776e9cb8fc4d16a276c1056309aef0b9bda544753239fd96b
|
||||
size 10180631
|
Reference in New Issue
Block a user