Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-rich for openSUSE:Factory 
checked in at 2023-07-11 15:56:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rich (Old)
 and      /work/SRC/openSUSE:Factory/.python-rich.new.8922 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rich"

Tue Jul 11 15:56:37 2023 rev:25 rq:1097985 version:13.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rich/python-rich.changes  2023-06-04 
00:11:47.237241585 +0200
+++ /work/SRC/openSUSE:Factory/.python-rich.new.8922/python-rich.changes        
2023-07-11 15:56:43.064967001 +0200
@@ -1,0 +2,10 @@
+Sat Jul  8 20:32:32 UTC 2023 - Arun Persaud <a...@gmx.de>
+
+- specfile:
+  * update copyright year
+
+- update to version 13.4.2:
+  * Changed
+    + Relaxed markdown-it-py dependency
+
+-------------------------------------------------------------------

Old:
----
  rich-13.4.1.tar.gz

New:
----
  rich-13.4.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-rich.spec ++++++
--- /var/tmp/diff_new_pack.nD9urS/_old  2023-07-11 15:56:43.924972004 +0200
+++ /var/tmp/diff_new_pack.nD9urS/_new  2023-07-11 15:56:43.928972026 +0200
@@ -17,9 +17,8 @@
 #
 
 
-%{?sle15_python_module_pythons}
 Name:           python-rich
-Version:        13.4.1
+Version:        13.4.2
 Release:        0
 Summary:        A Python library for rich text and beautiful formatting in the 
terminal
 License:        MIT
@@ -32,21 +31,22 @@
 BuildRequires:  %{python_module poetry-core}
 BuildRequires:  %{python_module pygments >= 2.13.0}
 BuildRequires:  %{python_module typing_extensions >= 4.0.0 if %python-base < 
3.9}
-BuildRequires:  python-rpm-macros
-# SECTION test requirements
-BuildRequires:  %{python_module pytest}
-# /SECTION
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:       python-markdown-it-py >= 2.2.0
 Requires:       python-pygments >= 2.13.0
 Suggests:       python-ipywidgets >= 7.5.1
+BuildArch:      noarch
+%{?sle15_python_module_pythons}
+# SECTION test requirements
+BuildRequires:  %{python_module pytest}
+# /SECTION
 %if 0%{?python_version_nodots} < 39
 Requires:       python-typing_extensions >= 4.0.0
 %endif
 %if 0%{?python_version_nodots} < 37
 Requires:       python-dataclasses >= 0.7
 %endif
-BuildArch:      noarch
 %python_subpackages
 
 %description

++++++ rich-13.4.1.tar.gz -> rich-13.4.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rich-13.4.1/PKG-INFO new/rich-13.4.2/PKG-INFO
--- old/rich-13.4.1/PKG-INFO    1970-01-01 01:00:00.000000000 +0100
+++ new/rich-13.4.2/PKG-INFO    1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: rich
-Version: 13.4.1
+Version: 13.4.2
 Summary: Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal
 Home-page: https://github.com/Textualize/rich
 License: MIT
@@ -29,7 +29,7 @@
 Classifier: Typing :: Typed
 Provides-Extra: jupyter
 Requires-Dist: ipywidgets (>=7.5.1,<9) ; extra == "jupyter"
-Requires-Dist: markdown-it-py (>=2.2.0,<3.0.0)
+Requires-Dist: markdown-it-py (>=2.2.0)
 Requires-Dist: pygments (>=2.13.0,<3.0.0)
 Requires-Dist: typing-extensions (>=4.0.0,<5.0) ; python_version < "3.9"
 Project-URL: Documentation, https://rich.readthedocs.io/en/latest/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rich-13.4.1/pyproject.toml 
new/rich-13.4.2/pyproject.toml
--- old/rich-13.4.1/pyproject.toml      2023-05-31 19:15:37.644099200 +0200
+++ new/rich-13.4.2/pyproject.toml      2023-06-12 15:54:56.878625200 +0200
@@ -2,7 +2,7 @@
 name = "rich"
 homepage = "https://github.com/Textualize/rich";
 documentation = "https://rich.readthedocs.io/en/latest/";
-version = "13.4.1"
+version = "13.4.2"
 description = "Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal"
 authors = ["Will McGugan <willmcgu...@gmail.com>"]
 license = "MIT"
@@ -30,7 +30,7 @@
 typing-extensions = { version = ">=4.0.0, <5.0", python = "<3.9" }
 pygments = "^2.13.0"
 ipywidgets = { version = ">=7.5.1,<9", optional = true }
-markdown-it-py = "^2.2.0"
+markdown-it-py = ">=2.2.0"
 
 [tool.poetry.extras]
 jupyter = ["ipywidgets"]

Reply via email to