commit python-rich for openSUSE:Factory

2020-10-29 Thread root
Hello community,

here is the log from the commit of package python-rich for openSUSE:Factory 
checked in at 2020-10-29 14:51:51

Comparing /work/SRC/openSUSE:Factory/python-rich (Old)
 and  /work/SRC/openSUSE:Factory/.python-rich.new.3463 (New)


Package is "python-rich"

Thu Oct 29 14:51:51 2020 rev:9 rq:844275 version:9.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-rich/python-rich.changes  2020-10-26 
16:21:58.955208725 +0100
+++ /work/SRC/openSUSE:Factory/.python-rich.new.3463/python-rich.changes
2020-10-29 14:51:53.121218519 +0100
@@ -1,0 +2,5 @@
+Tue Oct 27 00:12:00 UTC 2020 - Benjamin Greiner 
+
+- Kill dephell dependency 
+
+---



Other differences:
--
++ python-rich.spec ++
--- /var/tmp/diff_new_pack.XrvSaZ/_old  2020-10-29 14:51:54.149219538 +0100
+++ /var/tmp/diff_new_pack.XrvSaZ/_new  2020-10-29 14:51:54.153219542 +0100
@@ -27,8 +27,8 @@
 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_module setuptools}
-BuildRequires:  python-dephell-rpm-macros
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module poetry-core}
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module colorama >= 0.4.0}
@@ -56,11 +56,10 @@
 %setup -q -n rich-%{version}
 
 %build
-%dephell_gensetup
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -69,6 +68,7 @@
 %files %{python_files}
 %license LICENSE
 %doc CHANGELOG.md README.md
-%{python_sitelib}/*
+%{python_sitelib}/rich
+%{python_sitelib}/rich-%{version}*-info
 
 %changelog




commit python-rich for openSUSE:Factory

2020-10-26 Thread root
Hello community,

here is the log from the commit of package python-rich for openSUSE:Factory 
checked in at 2020-10-26 16:20:55

Comparing /work/SRC/openSUSE:Factory/python-rich (Old)
 and  /work/SRC/openSUSE:Factory/.python-rich.new.3463 (New)


Package is "python-rich"

Mon Oct 26 16:20:55 2020 rev:8 rq:843924 version:9.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-rich/python-rich.changes  2020-09-29 
19:02:56.509856463 +0200
+++ /work/SRC/openSUSE:Factory/.python-rich.new.3463/python-rich.changes
2020-10-26 16:21:58.955208725 +0100
@@ -1,0 +2,14 @@
+Sun Oct 25 15:36:02 UTC 2020 - Martin Hauke 
+
+- Update to version 9.1.0
+  * New option to render 'indent guides' in Syntax and pretty
+printing.
+  * Added a max_length argument to pretty printing which will
+truncate containers longer than a certain length.
+- Update to version 9.0.0
+  * Added a new pager method which will pipe any console output
+in to the system 'pager'.
+  * There's also a new Bar renderable you could use to display a
+chart in a table. See bars.py for an example of how to use it.
+
+---

Old:

  rich-7.1.0.tar.gz

New:

  rich-9.1.0.tar.gz



Other differences:
--
++ python-rich.spec ++
--- /var/tmp/diff_new_pack.VwRmvI/_old  2020-10-26 16:22:00.247209763 +0100
+++ /var/tmp/diff_new_pack.VwRmvI/_new  2020-10-26 16:22:00.251209767 +0100
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-rich
-Version:7.1.0
+Version:9.1.0
 Release:0
 Summary:A Python library for rich text and beautiful formatting in the 
terminal
 License:MIT

++ rich-7.1.0.tar.gz -> rich-9.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-rich/rich-7.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-rich.new.3463/rich-9.1.0.tar.gz differ: char 
12, line 1




commit python-rich for openSUSE:Factory

2020-09-29 Thread root
Hello community,

here is the log from the commit of package python-rich for openSUSE:Factory 
checked in at 2020-09-29 19:02:42

Comparing /work/SRC/openSUSE:Factory/python-rich (Old)
 and  /work/SRC/openSUSE:Factory/.python-rich.new.4249 (New)


Package is "python-rich"

Tue Sep 29 19:02:42 2020 rev:7 rq:838335 version:7.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-rich/python-rich.changes  2020-08-25 
09:36:09.656119896 +0200
+++ /work/SRC/openSUSE:Factory/.python-rich.new.4249/python-rich.changes
2020-09-29 19:02:56.509856463 +0200
@@ -1,0 +2,86 @@
+Sat Sep 26 15:51:49 UTC 2020 - Martin Hauke 
+
+- Update to version 7.1.0
+  Added
+  * Added Console.begin_capture, Console.end_capture and
+Console.capture
+  * Added Table.title_justify and Table.caption_justify
+  Changed
+  * Improved formatting of exceptions
+  * Enabled Rich exceptions in logging https://github.com/taliraj
+  * UTF-8 encoding is now mentioned in HTML head section
+  Removed
+  * Removed line_numbers argument from traceback.install, which
+was undocumented and did nothing
+
+---
+Fri Sep 18 19:12:03 UTC 2020 - Martin Hauke 
+
+- Update to version 7.0.0
+  Added
+  * New ansi_dark and ansi_light themes
+  * Added Text.append_tokens for fast appending of string + Style
+pairs
+  * Added Text.remove_suffix
+  * Added Text.append_tokens
+  Changed
+  * Text.tabs_to_spaces was renamed to Text.expand_tabs, which
+works in place rather than returning a new instance
+  * Renamed Column.index to Column._index
+  * Optimized Style.combine and Style.chain
+  * Optimized text rendering by fixing internal cache mechanism
+  * Optimized hash generation for Styles
+
+---
+Fri Sep 11 16:02:21 UTC 2020 - Martin Hauke 
+
+- Update to version 6.1.1
+  Added
+  * Added ipv4 and ipv6 to ReprHighlighter
+  Changed
+  * The # sign is included in url highlighting
+  Fixed
+  * Fixed force-color switch in rich.syntax and rich.markdown
+commands
+
+---
+Tue Sep  8 18:56:56 UTC 2020 - Martin Hauke 
+
+- Update to version 6.1.1
+  Added
+  * Inspect now adds def to signature of methods. Not strictly
+necessary, but I think it helps distinguish methods from data.
+  Changed
+  * Restored "def" in inspect signature
+
+---
+Mon Sep  7 16:20:35 UTC 2020 - Martin Hauke 
+
+- Update to version 6.1.0
+  Added
+  * New inspect module
+  * Added os._Environ to pretty print
+  Fixed
+  * Prevented recursive renderables from getting stuck
+  Changed
+  * force_terminal and force_jupyter can now be used to force the
+disabled state, or left as None to auto-detect.
+  * Panel now expands to fit title if supplied
+
+---
+Tue Aug 25 17:49:37 UTC 2020 - Martin Hauke 
+
+- Update to version 6.0.0
+  Fixed
+  * Fixed use of __rich__ cast
+  Changed
+  * New algorithm to pretty print which fits more on a line if
+possible
+  * Deprecated character parameter in Rule and Console.rule, in
+favor of characters
+  * Optimized Syntax.from_path to avoid searching all lexers, which
+also speeds up tracebacks
+  Added
+  * Added soft_wrap flag to Console.print
+
+---

Old:

  rich-5.2.1.tar.gz

New:

  rich-7.1.0.tar.gz



Other differences:
--
++ python-rich.spec ++
--- /var/tmp/diff_new_pack.kid1Lt/_old  2020-09-29 19:02:58.457858830 +0200
+++ /var/tmp/diff_new_pack.kid1Lt/_new  2020-09-29 19:02:58.461858834 +0200
@@ -18,8 +18,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-rich
-Version:5.2.1
+Version:7.1.0
 Release:0
 Summary:A Python library for rich text and beautiful formatting in the 
terminal
 License:MIT
@@ -63,7 +64,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+%pytest -k 'not test_log'
 
 %files %{python_files}
 %license LICENSE

++ rich-5.2.1.tar.gz -> rich-7.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-rich/rich-5.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-rich.new.4249/rich-7.1.0.tar.gz differ: char 
12, line 1




commit python-rich for openSUSE:Factory

2020-08-25 Thread root
Hello community,

here is the log from the commit of package python-rich for openSUSE:Factory 
checked in at 2020-08-25 09:34:13

Comparing /work/SRC/openSUSE:Factory/python-rich (Old)
 and  /work/SRC/openSUSE:Factory/.python-rich.new.3399 (New)


Package is "python-rich"

Tue Aug 25 09:34:13 2020 rev:6 rq:828941 version:5.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-rich/python-rich.changes  2020-08-13 
10:17:52.370750017 +0200
+++ /work/SRC/openSUSE:Factory/.python-rich.new.3399/python-rich.changes
2020-08-25 09:36:09.656119896 +0200
@@ -1,0 +2,26 @@
+Sat Aug 22 22:09:10 UTC 2020 - Martin Hauke 
+
+- Update to version 5.2.1
+  * Fixed underscore with display hook
+- Update to version 5.2.0
+  * Added crop argument to Console.print
+  * Added "ignore" overflow method
+  * Added multiple characters per rule
+- Update to version 5.1.2
+  * Further optimized pretty printing ~5X.
+- Update to version 5.1.1
+  * Optimized pretty printing ~3X faster
+- Update to version 5.1.0
+  Added
+  * Added Text.cell_len
+  * Added helpful message regarding unicode decoding errors
+  * Added display hook with pretty.install()
+  Fixed
+  * Fixed deprecation warnings re backslash
+  * Fixed repr highlighting of scientific notation, e.g. 1e100
+  Changed
+  * Implemented pretty printing, and removed pprintpp from
+dependencies
+  * Optimized Text.join
+
+---

Old:

  rich-5.0.0.tar.gz

New:

  rich-5.2.1.tar.gz



Other differences:
--
++ python-rich.spec ++
--- /var/tmp/diff_new_pack.mEUeIt/_old  2020-08-25 09:36:11.936121227 +0200
+++ /var/tmp/diff_new_pack.mEUeIt/_new  2020-08-25 09:36:11.940121229 +0200
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-rich
-Version:5.0.0
+Version:5.2.1
 Release:0
 Summary:A Python library for rich text and beautiful formatting in the 
terminal
 License:MIT
@@ -32,7 +32,6 @@
 # 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 pytest}
 BuildRequires:  %{python_module typing_extensions >= 3.7.4}
@@ -40,7 +39,6 @@
 BuildRequires:  fdupes
 Requires:   python-colorama >= 0.4.0
 Requires:   python-commonmark >= 0.9.0
-Requires:   python-pprintpp >= 0.4.0
 Requires:   python-pygments >= 2.6.0
 Requires:   python-typing_extensions >= 3.7.4
 %if %{python_version_nodots} < 37

++ rich-5.0.0.tar.gz -> rich-5.2.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-rich/rich-5.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-rich.new.3399/rich-5.2.1.tar.gz differ: char 
13, line 1




commit python-rich for openSUSE:Factory

2020-08-13 Thread root
Hello community,

here is the log from the commit of package python-rich for openSUSE:Factory 
checked in at 2020-08-13 10:16:02

Comparing /work/SRC/openSUSE:Factory/python-rich (Old)
 and  /work/SRC/openSUSE:Factory/.python-rich.new.3399 (New)


Package is "python-rich"

Thu Aug 13 10:16:02 2020 rev:5 rq:824958 version:5.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-rich/python-rich.changes  2020-07-24 
10:05:22.161921301 +0200
+++ /work/SRC/openSUSE:Factory/.python-rich.new.3399/python-rich.changes
2020-08-13 10:17:52.370750017 +0200
@@ -1,0 +2,35 @@
+Sat Aug  8 04:47:19 UTC 2020 - John Vandenberg 
+
+- Update to v5.0.0
+  * Change to console markup syntax to not parse Python structures
+as markup, i.e. `[1,2,3]` is treated as a literal, not a tag.
+  * Standard color numbers syntax has changed to `"color()"`
+so that `[5]` (for example) is considered a literal.
+  * Markup escape method has changed from double brackets to
+preceding with a backslash, so `foo[[]]` would be `foo\[bar]`
+
+- From v4.2.2
+  * Added thread to automatically call update() in progress.track().
+Replacing previous adaptive algorithm.
+  * Second attempt at working around https://bugs.python.org/issue37871
+
+---
+Fri Jul 31 08:06:43 UTC 2020 - Marketa Calabkova 
+
+- Update to version 4.2.1
+  - Added show_time and show_level parameters to RichHandler 
https://github.com/willmcgugan/rich/pull/182
+  - Fixed progress.track iterator exiting early 
https://github.com/willmcgugan/rich/issues/189
+  - Added workaround for Python bug https://bugs.python.org/issue37871, fixing 
https://github.com/willmcgugan/rich/issues/186
+  - Set overflow=fold for log messages 
https://github.com/willmcgugan/rich/issues/190
+  - Fixed missing new lines https://github.com/willmcgugan/rich/issues/178
+  - Fixed Progress.track https://github.com/willmcgugan/rich/issues/184
+  - Remove control codes from exported text 
https://github.com/willmcgugan/rich/issues/181
+  - Implemented auto-detection and color rendition of 16-color mode
+  - Optimized progress.track for very quick iterations
+  - Force default size of 80x25 if get_terminal_size reports size of 0,0
+  - Added markup switch to RichHandler 
https://github.com/willmcgugan/rich/issues/171
+  - Change signature of Text.stylize to accept style first
+  - Remove Text.stylize_all which is no longer necessary
+  - Fixed rendering of Confirm prompt 
https://github.com/willmcgugan/rich/issues/170
+
+---

Old:

  rich-3.4.1.tar.gz

New:

  rich-5.0.0.tar.gz



Other differences:
--
++ python-rich.spec ++
--- /var/tmp/diff_new_pack.1iULvD/_old  2020-08-13 10:18:02.374754127 +0200
+++ /var/tmp/diff_new_pack.1iULvD/_new  2020-08-13 10:18:02.374754127 +0200
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-rich
-Version:3.4.1
+Version:5.0.0
 Release:0
 Summary:A Python library for rich text and beautiful formatting in the 
terminal
 License:MIT

++ rich-3.4.1.tar.gz -> rich-5.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-rich/rich-3.4.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-rich.new.3399/rich-5.0.0.tar.gz differ: char 
13, line 1




commit python-rich for openSUSE:Factory

2020-07-24 Thread root
Hello community,

here is the log from the commit of package python-rich for openSUSE:Factory 
checked in at 2020-07-24 10:03:17

Comparing /work/SRC/openSUSE:Factory/python-rich (Old)
 and  /work/SRC/openSUSE:Factory/.python-rich.new.3592 (New)


Package is "python-rich"

Fri Jul 24 10:03:17 2020 rev:4 rq:822299 version:3.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-rich/python-rich.changes  2020-07-16 
13:59:57.597373925 +0200
+++ /work/SRC/openSUSE:Factory/.python-rich.new.3592/python-rich.changes
2020-07-24 10:05:22.161921301 +0200
@@ -1,0 +2,24 @@
+Wed Jul 22 20:03:19 UTC 2020 - Martin Hauke 
+
+- Update to version 3.4.1
+  * Fixed incorrect default of expand in Table.grid
+- Update to version 3.4.0
+  Added
+  * Added stream parameter to Console.input
+  * Added password parameter to Console.input
+  * Added description parameter to Progress.update
+  * Added rich.prompt
+  * Added detecting 'dumb' terminals
+  * Added Text.styled alternative constructor
+  Fixes
+  * Fixed progress bars so that they are readable when color is
+disabled
+- Update to version 3.3.2
+  Changed
+  * Optimized Text.pad
+  Added
+  * Added rich.scope
+  * Change log_locals to use scope.render_scope
+  * Added title parameter to Columns
+
+---

Old:

  rich-3.3.1.tar.gz

New:

  rich-3.4.1.tar.gz



Other differences:
--
++ python-rich.spec ++
--- /var/tmp/diff_new_pack.yTcrD2/_old  2020-07-24 10:05:27.065925047 +0200
+++ /var/tmp/diff_new_pack.yTcrD2/_new  2020-07-24 10:05:27.069925049 +0200
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-rich
-Version:3.3.1
+Version:3.4.1
 Release:0
 Summary:A Python library for rich text and beautiful formatting in the 
terminal
 License:MIT

++ rich-3.3.1.tar.gz -> rich-3.4.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-rich/rich-3.3.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-rich.new.3592/rich-3.4.1.tar.gz differ: char 
13, line 1




commit python-rich for openSUSE:Factory

2020-07-16 Thread root
Hello community,

here is the log from the commit of package python-rich for openSUSE:Factory 
checked in at 2020-07-16 13:59:53

Comparing /work/SRC/openSUSE:Factory/python-rich (Old)
 and  /work/SRC/openSUSE:Factory/.python-rich.new.3592 (New)


Package is "python-rich"

Thu Jul 16 13:59:53 2020 rev:3 rq:820783 version:3.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-rich/python-rich.changes  2020-07-05 
01:16:35.920693826 +0200
+++ /work/SRC/openSUSE:Factory/.python-rich.new.3592/python-rich.changes
2020-07-16 13:59:57.597373925 +0200
@@ -1,0 +2,50 @@
+Mon Jul 13 19:16:04 UTC 2020 - Martin Hauke 
+
+- Update to version 3.3.1
+  Added
+  * box.ASCII_DOUBLE_HEAD
+  Changed
+  * Removed replace of -- --- ... from Markdown, as it made it
+impossible to include CLI info
+- Update to version 3.3.0
+  Added
+  * Added title and title_align options to Panel
+  * Added pad and width parameters to Align
+  * Added end parameter to Rule
+  * Added Text.pad and Text.align methods
+  * Added leading parameter to Table
+- Update to version 3.2.0
+  Added
+  * Added Align.left Align.center Align.right shortcuts
+  * Added Panel.fit shortcut
+  * Added align parameter to Columns
+  Fixed
+  * Align class now pads to the right, like Text
+  * ipywidgets added as an optional dependency
+  * Issue with Panel and background color
+  * Fixed missing __bool__ on Segment
+  Changed
+  * Added border_style argument to Panel (note, style now applies
+to interior of the panel)
+- Update to version 3.1.0
+  Changed
+  * Progress bars now work in Jupyter
+  Added
+  * Added refresh_per_second to progress.track
+  * Added styles to BarColumn and progress.track
+- Update to version 3.0.5
+  Fixed
+  * Fixed Windows version number require for truecolor
+- Update to version 3.0.4
+  Changed
+  * More precise detection of Windows console
+- Update to version 3.0.3
+  Fixed
+  * Fixed edge case with wrapped and overflowed text
+  Changed
+  * New algorithm for compressing table that priorities smaller
+columns
+  Added
+  * Added safe_box parameter to Console constructor
+
+---

Old:

  rich-3.0.2.tar.gz

New:

  rich-3.3.1.tar.gz



Other differences:
--
++ python-rich.spec ++
--- /var/tmp/diff_new_pack.jYT94q/_old  2020-07-16 14:00:01.685378489 +0200
+++ /var/tmp/diff_new_pack.jYT94q/_new  2020-07-16 14:00:01.713378520 +0200
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-rich
-Version:3.0.2
+Version:3.3.1
 Release:0
 Summary:A Python library for rich text and beautiful formatting in the 
terminal
 License:MIT

++ rich-3.0.2.tar.gz -> rich-3.3.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-rich/rich-3.0.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-rich.new.3592/rich-3.3.1.tar.gz differ: char 
13, line 1




commit python-rich for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package python-rich for openSUSE:Factory 
checked in at 2020-07-05 01:15:28

Comparing /work/SRC/openSUSE:Factory/python-rich (Old)
 and  /work/SRC/openSUSE:Factory/.python-rich.new.3060 (New)


Package is "python-rich"

Sun Jul  5 01:15:28 2020 rev:2 rq:818402 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-rich/python-rich.changes  2020-07-01 
14:27:16.306874898 +0200
+++ /work/SRC/openSUSE:Factory/.python-rich.new.3060/python-rich.changes
2020-07-05 01:16:35.920693826 +0200
@@ -1,0 +2,13 @@
+Thu Jul  2 19:08:35 UTC 2020 - Martin Hauke 
+
+- 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
+
+---

Old:

  rich-3.0.1.tar.gz

New:

  rich-3.0.2.tar.gz



Other differences:
--
++ python-rich.spec ++
--- /var/tmp/diff_new_pack.PFFxgA/_old  2020-07-05 01:16:48.164732845 +0200
+++ /var/tmp/diff_new_pack.PFFxgA/_new  2020-07-05 01:16:48.164732845 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package python-rich
 #
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2020, Martin Hauke 
 #
 # 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

++ rich-3.0.1.tar.gz -> rich-3.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/python-rich/rich-3.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-rich.new.3060/rich-3.0.2.tar.gz differ: char 
18, line 1