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 <[email protected]>
+
+- 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.000000000 +0100
+++ new/texttable-1.6.7/.gitignore 2018-06-12 19:37:11.000000000 +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.md 2021-07-13 19:17:05.000000000 +0200
+++ new/texttable-1.6.7/CHANGELOG.md 2022-11-23 08:11:53.000000000 +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-INFO 2021-07-13 19:21:42.920240900 +0200
+++ new/texttable-1.6.7/PKG-INFO 2022-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: [email protected]
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 <jef(at)foutaise.org>'
__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 <jef(at)foutaise.org>
@@ -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.000000000 +0200
+++ new/texttable-1.6.7/README.md 2022-11-23 08:12:19.000000000 +0100
@@ -1,6 +1,6 @@
# texttable
-Python module for creating simple ASCII tables
+Python module to create simple ASCII tables
## Availability
@@ -18,7 +18,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
@@ -219,10 +219,10 @@
__author__ = 'Gerome Fournier <jef(at)foutaise.org>'
__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 <jef(at)foutaise.org>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/texttable-1.6.4/setup.py new/texttable-1.6.7/setup.py
--- old/texttable-1.6.4/setup.py 2021-07-13 19:17:36.000000000 +0200
+++ new/texttable-1.6.7/setup.py 2022-11-23 08:10:39.000000000 +0100
@@ -1,22 +1,22 @@
#!/usr/bin/env python
#
-# texttable - module for creating simple ASCII tables
-# Copyright (C) 2003-2020 Gerome Fournier <jef(at)foutaise.org>
+# texttable - module to create simple ASCII tables
+# Copyright (C) 2003-2022 Gerome Fournier <jef(at)foutaise.org>
from setuptools import setup
-DESCRIPTION = "module for creating simple ASCII tables"
+DESCRIPTION = "module to create simple ASCII tables"
with open("README.md") as f:
LONG_DESCRIPTION = f.read()
setup(
name="texttable",
- version="1.6.4",
+ version="1.6.7",
author="Gerome Fournier",
author_email="[email protected]",
url="https://github.com/foutaise/texttable/",
- download_url="https://github.com/foutaise/texttable/archive/v1.6.4.tar.gz",
+ download_url="https://github.com/foutaise/texttable/archive/v1.6.7.tar.gz",
license="MIT",
py_modules=["texttable"],
description=DESCRIPTION,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/texttable-1.6.4/texttable.egg-info/PKG-INFO
new/texttable-1.6.7/texttable.egg-info/PKG-INFO
--- old/texttable-1.6.4/texttable.egg-info/PKG-INFO 2021-07-13
19:21:42.000000000 +0200
+++ new/texttable-1.6.7/texttable.egg-info/PKG-INFO 2022-11-23
08:17:52.000000000 +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: [email protected]
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 <jef(at)foutaise.org>'
__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 <jef(at)foutaise.org>
@@ -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/texttable.egg-info/SOURCES.txt
new/texttable-1.6.7/texttable.egg-info/SOURCES.txt
--- old/texttable-1.6.4/texttable.egg-info/SOURCES.txt 2021-07-13
19:21:42.000000000 +0200
+++ new/texttable-1.6.7/texttable.egg-info/SOURCES.txt 2022-11-23
08:17:52.000000000 +0100
@@ -1,7 +1,9 @@
.coveragerc
+.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
+PKG-INFO
README.md
setup.py
tests.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/texttable-1.6.4/texttable.py
new/texttable-1.6.7/texttable.py
--- old/texttable-1.6.4/texttable.py 2021-07-13 19:17:48.000000000 +0200
+++ new/texttable-1.6.7/texttable.py 2022-11-23 08:12:09.000000000 +0100
@@ -1,7 +1,7 @@
-# texttable - module for creating simple ASCII tables
-# Copyright (C) 2003-2020 Gerome Fournier <jef(at)foutaise.org>
+# texttable - module to create simple ASCII tables
+# Copyright (C) 2003-2022 Gerome Fournier <jef(at)foutaise.org>
-"""module for creating simple ASCII tables
+"""module to create simple ASCII tables
Example:
@@ -63,7 +63,7 @@
__author__ = 'Gerome Fournier <jef(at)foutaise.org>'
__license__ = 'MIT'
-__version__ = '1.6.4'
+__version__ = '1.6.7'
__credits__ = """\
Jeff Kowalczyk:
- textwrap improved import
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/texttable-1.6.4/tox.ini new/texttable-1.6.7/tox.ini
--- old/texttable-1.6.4/tox.ini 2020-12-12 01:02:32.000000000 +0100
+++ new/texttable-1.6.7/tox.ini 2022-11-20 21:15:54.000000000 +0100
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py35,py36,py37,py38,py39
+envlist = py27,py35,py36,py37,py38,py39,py311
[testenv]
deps =