commit python-texttable for openSUSE:Factory

2024-01-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-texttable for 
openSUSE:Factory checked in at 2024-01-03 12:24:13

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


Package is "python-texttable"

Wed Jan  3 12:24:13 2024 rev:10 rq:1135624 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-texttable/python-texttable.changes
2023-06-27 23:18:18.319970218 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-texttable.new.28375/python-texttable.changes 
2024-01-03 12:24:16.957930912 +0100
@@ -1,0 +2,6 @@
+Fri Dec 29 09:57:42 UTC 2023 - Dirk Müller 
+
+- update to 1.7.0:
+  * Add boolean formatting option
+
+---

Old:

  texttable-1.6.7.tar.gz

New:

  texttable-1.7.0.tar.gz



Other differences:
--
++ python-texttable.spec ++
--- /var/tmp/diff_new_pack.6FlHEK/_old  2024-01-03 12:24:18.081971981 +0100
+++ /var/tmp/diff_new_pack.6FlHEK/_new  2024-01-03 12:24:18.081971981 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-texttable
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,16 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-texttable
-Version:1.6.7
+Version:1.7.0
 Release:0
 Summary:Module for creating simple ASCII tables
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/foutaise/texttable/
 Source: 
https://files.pythonhosted.org/packages/source/t/texttable/texttable-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-base
@@ -42,10 +43,10 @@
 %setup -q -n texttable-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -54,5 +55,7 @@
 %files %{python_files}
 %license LICENSE
 %doc README.md CHANGELOG.md
-%{python_sitelib}/*
+%{python_sitelib}/texttable.py
+%pycache_only %{python_sitelib}/__pycache__/texttable*
+%{python_sitelib}/texttable-%{version}.dist-info
 

++ texttable-1.6.7.tar.gz -> texttable-1.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texttable-1.6.7/.gitignore 
new/texttable-1.7.0/.gitignore
--- old/texttable-1.6.7/.gitignore  2018-06-12 19:37:11.0 +0200
+++ new/texttable-1.7.0/.gitignore  1970-01-01 01:00:00.0 +0100
@@ -1,7 +0,0 @@
-/.cache/
-/.coverage
-/.tox/
-/MANIFEST
-/__pycache__/
-*.egg-info/
-*.pyc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texttable-1.6.7/CHANGELOG.md 
new/texttable-1.7.0/CHANGELOG.md
--- old/texttable-1.6.7/CHANGELOG.md2022-11-23 08:11:53.0 +0100
+++ new/texttable-1.7.0/CHANGELOG.md2023-10-03 11:40:32.0 +0200
@@ -1,5 +1,8 @@
 # Version History
 
+v1.7.0 (2023-10-03)
+* Add boolean formatting option (https://github.com/foutaise/texttable/pull/89)
+
 v1.6.7 (2022-11-23)
 * Get rid of stub file in wheel package 
(https://github.com/foutaise/texttable/issues/84)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texttable-1.6.7/PKG-INFO new/texttable-1.7.0/PKG-INFO
--- old/texttable-1.6.7/PKG-INFO2022-11-23 08:17:52.513803200 +0100
+++ new/texttable-1.7.0/PKG-INFO2023-10-03 11:40:45.542220600 +0200
@@ -1,9 +1,9 @@
 Metadata-Version: 2.1
 Name: texttable
-Version: 1.6.7
+Version: 1.7.0
 Summary: module to create simple ASCII tables
 Home-page: https://github.com/foutaise/texttable/
-Download-URL: https://github.com/foutaise/texttable/archive/v1.6.7.tar.gz
+Download-URL: https://github.com/foutaise/texttable/archive/v1.7.0.tar.gz
 Author: Gerome Fournier
 Author-email: j...@foutaise.org
 License: MIT
@@ -177,6 +177,7 @@
  |  * "f": treat as float in decimal format
  |  * "e": treat as float in exponential format
  |  * "i": treat as int
+ |  * "b": treat as boolean
  |  * a callable: should return formatted string for any value 
given
  |
  |  - by default, automatic datatyping is used for each column
@@ -252,10 +253,10 @@
 __author__ = 'Gerome Fournier '
 __credits__ = 'Jeff Kowalcz

commit python-texttable for openSUSE:Factory

2023-06-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-texttable for 
openSUSE:Factory checked in at 2023-06-27 23:18:00

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


Package is "python-texttable"

Tue Jun 27 23:18:00 2023 rev:9 rq:1095656 version:1.6.7

Changes:

--- /work/SRC/openSUSE:Factory/python-texttable/python-texttable.changes
2022-12-07 17:36:27.801031382 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-texttable.new.15902/python-texttable.changes 
2023-06-27 23:18:18.319970218 +0200
@@ -1,0 +2,5 @@
+Tue Jun 27 12:45:39 UTC 2023 - ecsos 
+
+- Add %{?sle15_python_module_pythons}
+
+---



Other differences:
--
++ python-texttable.spec ++
--- /var/tmp/diff_new_pack.1BiAg6/_old  2023-06-27 23:18:19.267975797 +0200
+++ /var/tmp/diff_new_pack.1BiAg6/_new  2023-06-27 23:18:19.275975843 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?sle15_python_module_pythons}
 Name:   python-texttable
 Version:1.6.7
 Release:0


commit python-texttable for openSUSE:Factory

2022-12-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-texttable for 
openSUSE:Factory checked in at 2022-12-07 17:35:08

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


Package is "python-texttable"

Wed Dec  7 17:35:08 2022 rev:8 rq:1040779 version:1.6.7

Changes:

--- /work/SRC/openSUSE:Factory/python-texttable/python-texttable.changes
2022-02-15 00:10:58.711370606 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-texttable.new.1835/python-texttable.changes  
2022-12-07 17:36:27.801031382 +0100
@@ -1,0 +2,12 @@
+Tue Dec  6 17:01:27 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to 1.6.7
+  * Get rid of stub file in wheel package (#84)
+
+- Update to 1.6.6
+  * Fix regression introduced in 1.6.5 release (#83)
+
+- Update to 1.6.5 
+  * Modify setup.py to include missing stub file in wheel package (#82)
+
+---

Old:

  texttable-1.6.4.tar.gz

New:

  texttable-1.6.7.tar.gz



Other differences:
--
++ python-texttable.spec ++
--- /var/tmp/diff_new_pack.zR4kAs/_old  2022-12-07 17:36:28.169033397 +0100
+++ /var/tmp/diff_new_pack.zR4kAs/_new  2022-12-07 17:36:28.173033419 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-texttable
-Version:1.6.4
+Version:1.6.7
 Release:0
 Summary:Module for creating simple ASCII tables
 License:MIT

++ texttable-1.6.4.tar.gz -> texttable-1.6.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texttable-1.6.4/.gitignore 
new/texttable-1.6.7/.gitignore
--- old/texttable-1.6.4/.gitignore  1970-01-01 01:00:00.0 +0100
+++ new/texttable-1.6.7/.gitignore  2018-06-12 19:37:11.0 +0200
@@ -0,0 +1,7 @@
+/.cache/
+/.coverage
+/.tox/
+/MANIFEST
+/__pycache__/
+*.egg-info/
+*.pyc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texttable-1.6.4/CHANGELOG.md 
new/texttable-1.6.7/CHANGELOG.md
--- old/texttable-1.6.4/CHANGELOG.md2021-07-13 19:17:05.0 +0200
+++ new/texttable-1.6.7/CHANGELOG.md2022-11-23 08:11:53.0 +0100
@@ -1,5 +1,14 @@
 # Version History
 
+v1.6.7 (2022-11-23)
+* Get rid of stub file in wheel package 
(https://github.com/foutaise/texttable/issues/84)
+
+v1.6.6 (2022-11-22)
+* Fix regression introduced in 1.6.5 release 
(https://github.com/foutaise/texttable/issues/83)
+
+v1.6.5 (2022-11-20)
+* Modify setup.py to include missing stub file in wheel package 
(https://github.com/foutaise/texttable/issues/82)
+
 v1.6.4 (2021-07-13)
 * Fix alignment bug when deco is modified 
(https://github.com/foutaise/texttable/issues/76)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texttable-1.6.4/PKG-INFO new/texttable-1.6.7/PKG-INFO
--- old/texttable-1.6.4/PKG-INFO2021-07-13 19:21:42.920240900 +0200
+++ new/texttable-1.6.7/PKG-INFO2022-11-23 08:17:52.513803200 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 2.1
 Name: texttable
-Version: 1.6.4
-Summary: module for creating simple ASCII tables
+Version: 1.6.7
+Summary: module to create simple ASCII tables
 Home-page: https://github.com/foutaise/texttable/
+Download-URL: https://github.com/foutaise/texttable/archive/v1.6.7.tar.gz
 Author: Gerome Fournier
 Author-email: j...@foutaise.org
 License: MIT
-Download-URL: https://github.com/foutaise/texttable/archive/v1.6.4.tar.gz
 Platform: any
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Console
@@ -33,7 +33,7 @@
 
 # texttable
 
-Python module for creating simple ASCII tables
+Python module to create simple ASCII tables
 
 ## Availability
 
@@ -51,7 +51,7 @@
 
 ```
 NAME
-texttable - module for creating simple ASCII tables
+texttable - module to create simple ASCII tables
 
 FILE
 /usr/local/lib/python2.7/dist-packages/texttable.py
@@ -252,10 +252,10 @@
 __author__ = 'Gerome Fournier '
 __credits__ = 'Jeff Kowalczyk:\n- textwrap improved import\n ...at...
 __license__ = 'MIT'
-__version__ = '1.6.4'
+__version__ = '1.6.7'
 
 VERSION
-1.6.4
+1.6.7
 
 AUTHOR
 Gerome Fournier 
@@ -290,5 +290,3 @@
 ## Forks
 
 * [latextable](https://github.com/JAEarly/latextable) is a fork of texttable 
that provide a LaTeX backend.
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texttable-1.6.4/README.md 
new/texttable-1.6.7/README.md
--- old/texttable-1.6.4/README.md   2021-07-13 19:17:24.0 +020

commit python-texttable for openSUSE:Factory

2022-02-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-texttable for 
openSUSE:Factory checked in at 2022-02-15 00:10:57

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


Package is "python-texttable"

Tue Feb 15 00:10:57 2022 rev:7 rq:954399 version:1.6.4

Changes:

--- /work/SRC/openSUSE:Factory/python-texttable/python-texttable.changes
2020-12-21 10:26:54.260217082 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-texttable.new.1956/python-texttable.changes  
2022-02-15 00:10:58.711370606 +0100
@@ -1,0 +2,6 @@
+Mon Feb 14 21:54:33 UTC 2022 - Dirk M??ller 
+
+- update to 1.6.4:
+  * Fix alignment bug when deco is modified 
+
+---

Old:

  texttable-1.6.3.tar.gz

New:

  texttable-1.6.4.tar.gz



Other differences:
--
++ python-texttable.spec ++
--- /var/tmp/diff_new_pack.zlcHCn/_old  2022-02-15 00:10:59.259371832 +0100
+++ /var/tmp/diff_new_pack.zlcHCn/_new  2022-02-15 00:10:59.263371842 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-texttable
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 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-texttable
-Version:1.6.3
+Version:1.6.4
 Release:0
 Summary:Module for creating simple ASCII tables
 License:MIT

++ texttable-1.6.3.tar.gz -> texttable-1.6.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texttable-1.6.3/CHANGELOG.md 
new/texttable-1.6.4/CHANGELOG.md
--- old/texttable-1.6.3/CHANGELOG.md2020-09-06 10:18:57.0 +0200
+++ new/texttable-1.6.4/CHANGELOG.md2021-07-13 19:17:05.0 +0200
@@ -1,5 +1,8 @@
 # Version History
 
+v1.6.4 (2021-07-13)
+* Fix alignment bug when deco is modified 
(https://github.com/foutaise/texttable/issues/76)
+
 v1.6.3 (2020-09-06)
 * Improve int conversion (https://github.com/foutaise/texttable/issues/70)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texttable-1.6.3/PKG-INFO new/texttable-1.6.4/PKG-INFO
--- old/texttable-1.6.3/PKG-INFO2020-09-06 10:45:19.122467500 +0200
+++ new/texttable-1.6.4/PKG-INFO2021-07-13 19:21:42.920240900 +0200
@@ -1,271 +1,12 @@
 Metadata-Version: 2.1
 Name: texttable
-Version: 1.6.3
+Version: 1.6.4
 Summary: module for creating simple ASCII tables
 Home-page: https://github.com/foutaise/texttable/
 Author: Gerome Fournier
 Author-email: j...@foutaise.org
 License: MIT
-Download-URL: https://github.com/foutaise/texttable/archive/v1.6.3.tar.gz
-Description: # texttable
-
-Python module for creating simple ASCII tables
-
-## Availability
-
-This module is available on 
[PyPI](https://pypi.org/project/texttable/), and has been packaged for several 
Linux/Unix platforms
-
([Debian](https://packages.debian.org/search?&searchon=names&keywords=python-texttable+),
-
[FreeBSD](https://www.freebsd.org/cgi/ports.cgi?query=texttable&stype=all), 
Fedora, Suse...).
-
-## Dependencies
-
-If available, [cjkwrap](https://github.com/fgallaire/cjkwrap) library 
is used instead of textwrap, for a better wrapping of CJK text.
-
-If available, [wcwidth](https://github.com/jquast/wcwidth) library is 
used for a better rendering (basic emoji support).
-
-## Documentation
-
-```
-NAME
-texttable - module for creating simple ASCII tables
-
-FILE
-/usr/local/lib/python2.7/dist-packages/texttable.py
-
-DESCRIPTION
-
-Example:
-
-table = Texttable()
-table.set_cols_align(["l", "r", "c"])
-table.set_cols_valign(["t", "m", "b"])
-table.add_rows([["Name", "Age", "Nickname"],
-["Mr\nXavier\nHuon", 32, "Xav'"],
-["Mr\nBaptiste\nClement", 1, "Baby"],
-["Mme\nLouise\nBourgeau", 28, "Lou\n\nLoue"]])
-print table.draw() + "\n"
-
-table = Texttable()
-table.set_deco(Texttable.HEADER)
-table.set_cols_dtype(['t',  # text
-  'f',  # float (decimal)
- 

commit python-texttable for openSUSE:Factory

2020-12-21 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package python-texttable for 
openSUSE:Factory checked in at 2020-12-21 10:24:10

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


Package is "python-texttable"

Mon Dec 21 10:24:10 2020 rev:6 rq:857117 version:1.6.3

Changes:

--- /work/SRC/openSUSE:Factory/python-texttable/python-texttable.changes
2019-07-22 17:19:49.113903846 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-texttable.new.5145/python-texttable.changes  
2020-12-21 10:26:54.260217082 +0100
@@ -1,0 +2,6 @@
+Sun Dec 20 09:44:50 UTC 2020 - Dirk Müller 
+
+- update to 1.6.3:
+  * Improve int conversion  
+
+---

Old:

  texttable-1.6.2.tar.gz

New:

  texttable-1.6.3.tar.gz



Other differences:
--
++ python-texttable.spec ++
--- /var/tmp/diff_new_pack.Qzx7Jt/_old  2020-12-21 10:26:54.824217722 +0100
+++ /var/tmp/diff_new_pack.Qzx7Jt/_new  2020-12-21 10:26:54.828217726 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-texttable
 #
-# 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-texttable
-Version:1.6.2
+Version:1.6.3
 Release:0
 Summary:Module for creating simple ASCII tables
 License:MIT

++ texttable-1.6.2.tar.gz -> texttable-1.6.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texttable-1.6.2/CHANGELOG.md 
new/texttable-1.6.3/CHANGELOG.md
--- old/texttable-1.6.2/CHANGELOG.md2019-07-01 11:39:46.0 +0200
+++ new/texttable-1.6.3/CHANGELOG.md2020-09-06 10:18:57.0 +0200
@@ -1,5 +1,8 @@
 # Version History
 
+v1.6.3 (2020-09-06)
+* Improve int conversion (https://github.com/foutaise/texttable/issues/70)
+
 v1.6.2 (2019-07-01)
 * Fix auto-formatting NaN (https://github.com/foutaise/texttable/pull/60)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texttable-1.6.2/LICENSE new/texttable-1.6.3/LICENSE
--- old/texttable-1.6.2/LICENSE 2019-02-15 13:19:32.0 +0100
+++ new/texttable-1.6.3/LICENSE 2020-01-15 10:42:06.0 +0100
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2019 Gerome Fournier
+Copyright (c) 2020 Gerome Fournier
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texttable-1.6.2/PKG-INFO new/texttable-1.6.3/PKG-INFO
--- old/texttable-1.6.2/PKG-INFO2019-07-01 11:47:18.0 +0200
+++ new/texttable-1.6.3/PKG-INFO2020-09-06 10:45:19.122467500 +0200
@@ -1,12 +1,12 @@
 Metadata-Version: 2.1
 Name: texttable
-Version: 1.6.2
+Version: 1.6.3
 Summary: module for creating simple ASCII tables
 Home-page: https://github.com/foutaise/texttable/
 Author: Gerome Fournier
 Author-email: j...@foutaise.org
 License: MIT
-Download-URL: https://github.com/foutaise/texttable/archive/v1.6.2.tar.gz
+Download-URL: https://github.com/foutaise/texttable/archive/v1.6.3.tar.gz
 Description: # texttable
 
 Python module for creating simple ASCII tables
@@ -262,6 +262,10 @@
 - preserve empty lines
 ```
 
+## Forks
+
+* [latextable](https://github.com/JAEarly/latextable) is a fork of 
texttable that provide a LaTeX backend.
+
 Platform: any
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Console
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texttable-1.6.2/README.md 
new/texttable-1.6.3/README.md
--- old/texttable-1.6.2/README.md   2019-07-01 11:40:25.0 +0200
+++ new/texttable-1.6.3/README.md   2020-06-21 15:47:55.0 +0200
@@ -252,3 +252,7 @@
 frinkelpi:
 - preserve empty lines
 ```
+
+## Forks
+
+* [latextable](https://github.com/JAEarly/latextable) is a fork of texttable 
that provide a LaTeX backend.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texttable-1.6.2/setup.py new/texttable-1.6.3/setup.py
--- old/texttable-1.6.2/setup.py2019-07-01 11:40:28.0 +0200
+++ new/texttable-1.6.3/setup.py2020-09-06 10:19:32.0 +0