Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-PrettyTable for 
openSUSE:Factory checked in at 2021-11-18 10:33:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PrettyTable (Old)
 and      /work/SRC/openSUSE:Factory/.python-PrettyTable.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PrettyTable"

Thu Nov 18 10:33:02 2021 rev:11 rq:931627 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PrettyTable/python-PrettyTable.changes    
2021-10-20 20:23:44.641358065 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PrettyTable.new.1895/python-PrettyTable.changes
  2021-11-18 10:33:11.379871449 +0100
@@ -1,0 +2,22 @@
+Mon Nov  8 21:56:21 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 2.4.0:
+  * Markdown: Add colons to align the rendered output 
+  * Add rows attribute to prettytable
+  * Add Jupyter repr and default interpreter repr methods
+  * Add custom format support 
+  * Add method to generate LaTex formatted string
+  * Add support for Python 3.10
+  * Update issue templates
+  * Add support for positional junction characters and add "double_border" 
table style
+  * Access properties instead of protected fields in _get_options()
+  * Use declarative metadata and support PyPy3
+  * Add auto index column 
+  * Support formatting options in get_json_string()
+  * Add tbody and thead tags
+  * Add add_rows to add several rows at once 
+  * Add setuptools as a dependency
+  * Fix string comparison and deprecation warning
+- skip python2
+
+-------------------------------------------------------------------

Old:
----
  prettytable-0.7.2.tar.gz

New:
----
  prettytable-2.4.0.tar.gz

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

Other differences:
------------------
++++++ python-PrettyTable.spec ++++++
--- /var/tmp/diff_new_pack.gXwAZ9/_old  2021-11-18 10:33:11.955871984 +0100
+++ /var/tmp/diff_new_pack.gXwAZ9/_new  2021-11-18 10:33:11.955871984 +0100
@@ -18,21 +18,21 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define oldpython python
+%global skip_python2 1
 Name:           python-PrettyTable
-Version:        0.7.2
+Version:        2.4.0
 Release:        0
 Summary:        Library for displaying tabular data in formatted fashion
 License:        BSD-2-Clause
 URL:            https://github.com/jazzband/prettytable
 Source0:        
https://files.pythonhosted.org/packages/source/p/prettytable/prettytable-%{version}.tar.gz
+BuildRequires:  %{python_module dbm}
+BuildRequires:  %{python_module pytest-lazy-fixture}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-%ifpython2
-Provides:       %{oldpython}-prettytable = 0.7.2
-Obsoletes:      %{oldpython}-prettytable < 0.7.2
-%endif
 %python_subpackages
 
 %description
@@ -44,7 +44,6 @@
 
 %prep
 %setup -q -n prettytable-%{version}
-sed -i '1s/^#!.*//' prettytable.py
 
 %build
 %python_build
@@ -54,11 +53,11 @@
 
 %check
 export LANG=en_US.UTF-8
-%pyunittest prettytable_test.py
+%pytest
 
 %files %{python_files}
 %license COPYING
-%doc CHANGELOG README
+%doc CHANGELOG.md README.md
 %{python_sitelib}/*
 
 %changelog

++++++ prettytable-0.7.2.tar.gz -> prettytable-2.4.0.tar.gz ++++++
++++ 9826 lines of diff (skipped)

Reply via email to