Hello community,
here is the log from the commit of package python-mbstrdecoder for
openSUSE:Factory checked in at 2020-04-01 19:19:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mbstrdecoder (Old)
and /work/SRC/openSUSE:Factory/.python-mbstrdecoder.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mbstrdecoder"
Wed Apr 1 19:19:31 2020 rev:4 rq:790510 version:0.8.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mbstrdecoder/python-mbstrdecoder.changes
2020-02-07 15:56:31.671577706 +0100
+++
/work/SRC/openSUSE:Factory/.python-mbstrdecoder.new.3248/python-mbstrdecoder.changes
2020-04-01 19:19:42.579568135 +0200
@@ -1,0 +2,6 @@
+Wed Apr 1 09:07:21 UTC 2020 - [email protected]
+
+- version update to 0.8.4
+ * no upstream changelog found
+
+-------------------------------------------------------------------
Old:
----
mbstrdecoder-0.8.3.tar.gz
New:
----
mbstrdecoder-0.8.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mbstrdecoder.spec ++++++
--- /var/tmp/diff_new_pack.QwTZrI/_old 2020-04-01 19:19:43.127568382 +0200
+++ /var/tmp/diff_new_pack.QwTZrI/_new 2020-04-01 19:19:43.131568384 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-mbstrdecoder
-Version: 0.8.3
+Version: 0.8.4
Release: 0
Summary: Multi-byte character string decoder
License: MIT
@@ -60,7 +60,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%pytest
%files %{python_files}
%license LICENSE
++++++ mbstrdecoder-0.8.3.tar.gz -> mbstrdecoder-0.8.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mbstrdecoder-0.8.3/PKG-INFO
new/mbstrdecoder-0.8.4/PKG-INFO
--- old/mbstrdecoder-0.8.3/PKG-INFO 2020-01-04 13:33:03.546205300 +0100
+++ new/mbstrdecoder-0.8.4/PKG-INFO 2020-01-04 15:31:35.690955400 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: mbstrdecoder
-Version: 0.8.3
+Version: 0.8.4
Summary: multi-byte character string decoder
Home-page: https://github.com/thombashi/mbstrdecoder
Author: Tsuyoshi Hombashi
@@ -26,6 +26,10 @@
:target: https://pypi.org/project/mbstrdecoder
:alt: Supported Python versions
+ .. image:: https://img.shields.io/pypi/implementation/mbstrdecoder.svg
+ :target: https://pypi.org/project/mbstrdecoder
+ :alt: Supported Python implementations
+
.. image::
https://img.shields.io/travis/thombashi/mbstrdecoder/master.svg?label=Linux/macOS%20CI
:target: https://travis-ci.org/thombashi/mbstrdecoder
:alt: Linux/macOS CI status
@@ -81,7 +85,7 @@
Dependencies
============
- Python 2.7+ or 3.5+ or `PyPy <https://pypy.org/>`__
+ Python 2.7+ or 3.5+
- `chardet <https://github.com/chardet/chardet>`__
@@ -106,6 +110,7 @@
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mbstrdecoder-0.8.3/README.rst
new/mbstrdecoder-0.8.4/README.rst
--- old/mbstrdecoder-0.8.3/README.rst 2020-01-04 13:22:50.000000000 +0100
+++ new/mbstrdecoder-0.8.4/README.rst 2020-01-04 15:12:39.000000000 +0100
@@ -16,6 +16,10 @@
:target: https://pypi.org/project/mbstrdecoder
:alt: Supported Python versions
+.. image:: https://img.shields.io/pypi/implementation/mbstrdecoder.svg
+ :target: https://pypi.org/project/mbstrdecoder
+ :alt: Supported Python implementations
+
.. image::
https://img.shields.io/travis/thombashi/mbstrdecoder/master.svg?label=Linux/macOS%20CI
:target: https://travis-ci.org/thombashi/mbstrdecoder
:alt: Linux/macOS CI status
@@ -71,7 +75,7 @@
Dependencies
============
-Python 2.7+ or 3.5+ or `PyPy <https://pypy.org/>`__
+Python 2.7+ or 3.5+
- `chardet <https://github.com/chardet/chardet>`__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mbstrdecoder-0.8.3/mbstrdecoder/__version__.py
new/mbstrdecoder-0.8.4/mbstrdecoder/__version__.py
--- old/mbstrdecoder-0.8.3/mbstrdecoder/__version__.py 2020-01-04
13:32:38.000000000 +0100
+++ new/mbstrdecoder-0.8.4/mbstrdecoder/__version__.py 2020-01-04
15:19:22.000000000 +0100
@@ -6,6 +6,6 @@
__author__ = "Tsuyoshi Hombashi"
__copyright__ = "Copyright 2016-{}, {}".format(datetime.now().year, __author__)
__license__ = "MIT License"
-__version__ = "0.8.3"
+__version__ = "0.8.4"
__maintainer__ = __author__
__email__ = "[email protected]"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mbstrdecoder-0.8.3/mbstrdecoder.egg-info/PKG-INFO
new/mbstrdecoder-0.8.4/mbstrdecoder.egg-info/PKG-INFO
--- old/mbstrdecoder-0.8.3/mbstrdecoder.egg-info/PKG-INFO 2020-01-04
13:33:03.000000000 +0100
+++ new/mbstrdecoder-0.8.4/mbstrdecoder.egg-info/PKG-INFO 2020-01-04
15:31:35.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: mbstrdecoder
-Version: 0.8.3
+Version: 0.8.4
Summary: multi-byte character string decoder
Home-page: https://github.com/thombashi/mbstrdecoder
Author: Tsuyoshi Hombashi
@@ -26,6 +26,10 @@
:target: https://pypi.org/project/mbstrdecoder
:alt: Supported Python versions
+ .. image:: https://img.shields.io/pypi/implementation/mbstrdecoder.svg
+ :target: https://pypi.org/project/mbstrdecoder
+ :alt: Supported Python implementations
+
.. image::
https://img.shields.io/travis/thombashi/mbstrdecoder/master.svg?label=Linux/macOS%20CI
:target: https://travis-ci.org/thombashi/mbstrdecoder
:alt: Linux/macOS CI status
@@ -81,7 +85,7 @@
Dependencies
============
- Python 2.7+ or 3.5+ or `PyPy <https://pypy.org/>`__
+ Python 2.7+ or 3.5+
- `chardet <https://github.com/chardet/chardet>`__
@@ -106,6 +110,7 @@
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mbstrdecoder-0.8.3/setup.py
new/mbstrdecoder-0.8.4/setup.py
--- old/mbstrdecoder-0.8.3/setup.py 2020-01-04 13:07:16.000000000 +0100
+++ new/mbstrdecoder-0.8.4/setup.py 2020-01-04 15:15:36.000000000 +0100
@@ -61,7 +61,7 @@
license=pkg_info["__license__"],
long_description=long_description,
packages=setuptools.find_packages(exclude=["test*"]),
- project_urls={"Source": REPOSITORY_URL, "Tracker":
"{:s}/issues".format(REPOSITORY_URL),},
+ project_urls={"Source": REPOSITORY_URL, "Tracker":
"{:s}/issues".format(REPOSITORY_URL)},
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
install_requires=SETUPTOOLS_REQUIRES + install_requires,
setup_requires=SETUPTOOLS_REQUIRES + PYTEST_RUNNER_REQUIRES,
@@ -87,6 +87,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",