Hello community,
here is the log from the commit of package python-mbstrdecoder for
openSUSE:Factory checked in at 2019-07-24 20:35:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mbstrdecoder (Old)
and /work/SRC/openSUSE:Factory/.python-mbstrdecoder.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mbstrdecoder"
Wed Jul 24 20:35:42 2019 rev:2 rq:718103 version:0.8.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mbstrdecoder/python-mbstrdecoder.changes
2019-05-16 22:07:36.910415959 +0200
+++
/work/SRC/openSUSE:Factory/.python-mbstrdecoder.new.4126/python-mbstrdecoder.changes
2019-07-24 20:35:42.238572975 +0200
@@ -1,0 +2,7 @@
+Wed Jul 24 07:49:49 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.8.1:
+ * reduced test dependencies
+ * Fixes for python 3.8
+
+-------------------------------------------------------------------
Old:
----
mbstrdecoder-0.8.0.tar.gz
New:
----
mbstrdecoder-0.8.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mbstrdecoder.spec ++++++
--- /var/tmp/diff_new_pack.N4FzpE/_old 2019-07-24 20:35:42.666572928 +0200
+++ /var/tmp/diff_new_pack.N4FzpE/_new 2019-07-24 20:35:42.666572928 +0200
@@ -12,12 +12,13 @@
# 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-mbstrdecoder
-Version: 0.8.0
+Version: 0.8.1
Release: 0
Summary: Multi-byte character string decoder
License: MIT
++++++ mbstrdecoder-0.8.0.tar.gz -> mbstrdecoder-0.8.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mbstrdecoder-0.8.0/PKG-INFO
new/mbstrdecoder-0.8.1/PKG-INFO
--- old/mbstrdecoder-0.8.0/PKG-INFO 2019-05-01 17:09:00.000000000 +0200
+++ new/mbstrdecoder-0.8.1/PKG-INFO 2019-05-11 11:14:01.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: mbstrdecoder
-Version: 0.8.0
+Version: 0.8.1
Summary: multi-byte character string decoder
Home-page: https://github.com/thombashi/mbstrdecoder
Author: Tsuyoshi Hombashi
@@ -88,7 +88,7 @@
Dependencies
============
- Python 2.7+ or 3.4+
+ Python 2.7+ or 3.5+
Optional dependencies
----------------------------------
@@ -114,11 +114,12 @@
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
-Provides-Extra: release
Provides-Extra: all
-Provides-Extra: test
Provides-Extra: build
+Provides-Extra: test
+Provides-Extra: release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mbstrdecoder-0.8.0/README.rst
new/mbstrdecoder-0.8.1/README.rst
--- old/mbstrdecoder-0.8.0/README.rst 2019-04-29 11:26:40.000000000 +0200
+++ new/mbstrdecoder-0.8.1/README.rst 2019-05-02 08:01:42.000000000 +0200
@@ -78,7 +78,7 @@
Dependencies
============
-Python 2.7+ or 3.4+
+Python 2.7+ or 3.5+
Optional dependencies
----------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mbstrdecoder-0.8.0/mbstrdecoder/__version__.py
new/mbstrdecoder-0.8.1/mbstrdecoder/__version__.py
--- old/mbstrdecoder-0.8.0/mbstrdecoder/__version__.py 2019-05-01
16:31:46.000000000 +0200
+++ new/mbstrdecoder-0.8.1/mbstrdecoder/__version__.py 2019-05-11
11:10:14.000000000 +0200
@@ -6,6 +6,6 @@
__author__ = "Tsuyoshi Hombashi"
__copyright__ = "Copyright 2016-{}, {}".format(datetime.now().year, __author__)
__license__ = "MIT License"
-__version__ = "0.8.0"
+__version__ = "0.8.1"
__maintainer__ = __author__
__email__ = "[email protected]"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mbstrdecoder-0.8.0/mbstrdecoder.egg-info/PKG-INFO
new/mbstrdecoder-0.8.1/mbstrdecoder.egg-info/PKG-INFO
--- old/mbstrdecoder-0.8.0/mbstrdecoder.egg-info/PKG-INFO 2019-05-01
17:08:58.000000000 +0200
+++ new/mbstrdecoder-0.8.1/mbstrdecoder.egg-info/PKG-INFO 2019-05-11
11:14:00.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: mbstrdecoder
-Version: 0.8.0
+Version: 0.8.1
Summary: multi-byte character string decoder
Home-page: https://github.com/thombashi/mbstrdecoder
Author: Tsuyoshi Hombashi
@@ -88,7 +88,7 @@
Dependencies
============
- Python 2.7+ or 3.4+
+ Python 2.7+ or 3.5+
Optional dependencies
----------------------------------
@@ -114,11 +114,12 @@
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
-Provides-Extra: release
Provides-Extra: all
-Provides-Extra: test
Provides-Extra: build
+Provides-Extra: test
+Provides-Extra: release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mbstrdecoder-0.8.0/mbstrdecoder.egg-info/requires.txt
new/mbstrdecoder-0.8.1/mbstrdecoder.egg-info/requires.txt
--- old/mbstrdecoder-0.8.0/mbstrdecoder.egg-info/requires.txt 2019-05-01
17:08:58.000000000 +0200
+++ new/mbstrdecoder-0.8.1/mbstrdecoder.egg-info/requires.txt 2019-05-11
11:14:00.000000000 +0200
@@ -12,7 +12,5 @@
[test]
Faker<2.0.0,>=1.0.2
-pytest-cov
pytest
six
-tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mbstrdecoder-0.8.0/requirements/test_requirements.txt
new/mbstrdecoder-0.8.1/requirements/test_requirements.txt
--- old/mbstrdecoder-0.8.0/requirements/test_requirements.txt 2019-04-29
09:45:20.000000000 +0200
+++ new/mbstrdecoder-0.8.1/requirements/test_requirements.txt 2019-05-11
04:15:42.000000000 +0200
@@ -1,5 +1,3 @@
Faker>=1.0.2,<2.0.0
-pytest-cov
pytest
six
-tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mbstrdecoder-0.8.0/setup.cfg
new/mbstrdecoder-0.8.1/setup.cfg
--- old/mbstrdecoder-0.8.0/setup.cfg 2019-05-01 17:09:00.000000000 +0200
+++ new/mbstrdecoder-0.8.1/setup.cfg 2019-05-11 11:14:01.000000000 +0200
@@ -1,5 +1,4 @@
[aliases]
-build = sdist bdist_wheel
test = pytest
[bdist_wheel]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mbstrdecoder-0.8.0/setup.py
new/mbstrdecoder-0.8.1/setup.py
--- old/mbstrdecoder-0.8.0/setup.py 2019-05-01 16:06:47.000000000 +0200
+++ new/mbstrdecoder-0.8.1/setup.py 2019-05-11 06:49:19.000000000 +0200
@@ -91,6 +91,7 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mbstrdecoder-0.8.0/tox.ini
new/mbstrdecoder-0.8.1/tox.ini
--- old/mbstrdecoder-0.8.0/tox.ini 2019-05-01 16:18:41.000000000 +0200
+++ new/mbstrdecoder-0.8.1/tox.ini 2019-05-11 08:27:19.000000000 +0200
@@ -1,5 +1,5 @@
[tox]
-envlist = python{2.7,3.5,3.6,3.7},cov
+envlist = py{27,35,36,37,38},cov
[testenv]
deps =