Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mbstrdecoder for openSUSE:Factory checked in at 2021-09-07 21:21:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mbstrdecoder (Old) and /work/SRC/openSUSE:Factory/.python-mbstrdecoder.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mbstrdecoder" Tue Sep 7 21:21:31 2021 rev:7 rq:917212 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mbstrdecoder/python-mbstrdecoder.changes 2020-12-21 10:26:57.888221194 +0100 +++ /work/SRC/openSUSE:Factory/.python-mbstrdecoder.new.1899/python-mbstrdecoder.changes 2021-09-07 21:22:12.617360174 +0200 @@ -1,0 +2,6 @@ +Tue Sep 7 06:59:53 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.0.1: + * allow chardet 4 + +------------------------------------------------------------------- Old: ---- mbstrdecoder-1.0.0.tar.gz New: ---- mbstrdecoder-1.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mbstrdecoder.spec ++++++ --- /var/tmp/diff_new_pack.snT4wh/_old 2021-09-07 21:22:13.045360691 +0200 +++ /var/tmp/diff_new_pack.snT4wh/_new 2021-09-07 21:22:13.049360696 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-mbstrdecoder # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-mbstrdecoder -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: Multi-byte character string decoder License: MIT @@ -45,10 +45,6 @@ # Remove build alias sed -i '/build =/d' setup.cfg -# Remove chardet v4 block -# Effectively the same as https://github.com/thombashi/mbstrdecoder/pull/4 -sed -i 's/,<4.0.0//' setup.py - %build %python_build ++++++ mbstrdecoder-1.0.0.tar.gz -> mbstrdecoder-1.0.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbstrdecoder-1.0.0/PKG-INFO new/mbstrdecoder-1.0.1/PKG-INFO --- old/mbstrdecoder-1.0.0/PKG-INFO 2020-04-04 10:59:13.013850200 +0200 +++ new/mbstrdecoder-1.0.1/PKG-INFO 2020-12-20 16:18:07.287849000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: mbstrdecoder -Version: 1.0.0 +Version: 1.0.1 Summary: multi-byte character string decoder Home-page: https://github.com/thombashi/mbstrdecoder Author: Tsuyoshi Hombashi @@ -85,15 +85,8 @@ Dependencies ============ - Python 3.5+ - - - `chardet <https://github.com/chardet/chardet>`__ - - Test dependencies - ---------------------------------- - - `pytest <https://pypi.org/project/pytest>`__ - - `six <https://pypi.org/project/six/>`__ - - `tox <https://pypi.org/project/tox>`__ + - Python 3.5+ + - `Python package dependencies (automatically installed) <https://github.com/thombashi/mbstrdecoder/network/dependencies>`__ Keywords: multi-byte character,unicode,decoder Platform: UNKNOWN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbstrdecoder-1.0.0/README.rst new/mbstrdecoder-1.0.1/README.rst --- old/mbstrdecoder-1.0.0/README.rst 2020-04-04 03:33:43.000000000 +0200 +++ new/mbstrdecoder-1.0.1/README.rst 2020-12-20 15:51:49.000000000 +0100 @@ -75,12 +75,5 @@ Dependencies ============ -Python 3.5+ - -- `chardet <https://github.com/chardet/chardet>`__ - -Test dependencies ----------------------------------- -- `pytest <https://pypi.org/project/pytest>`__ -- `six <https://pypi.org/project/six/>`__ -- `tox <https://pypi.org/project/tox>`__ +- Python 3.5+ +- `Python package dependencies (automatically installed) <https://github.com/thombashi/mbstrdecoder/network/dependencies>`__ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbstrdecoder-1.0.0/mbstrdecoder/__version__.py new/mbstrdecoder-1.0.1/mbstrdecoder/__version__.py --- old/mbstrdecoder-1.0.0/mbstrdecoder/__version__.py 2020-04-04 05:20:24.000000000 +0200 +++ new/mbstrdecoder-1.0.1/mbstrdecoder/__version__.py 2020-12-20 15:54:49.000000000 +0100 @@ -1,6 +1,6 @@ __author__ = "Tsuyoshi Hombashi" __copyright__ = "Copyright 2016, {}".format(__author__) __license__ = "MIT License" -__version__ = "1.0.0" +__version__ = "1.0.1" __maintainer__ = __author__ __email__ = "tsuyoshi.homba...@gmail.com" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbstrdecoder-1.0.0/mbstrdecoder/_func.py new/mbstrdecoder-1.0.1/mbstrdecoder/_func.py --- old/mbstrdecoder-1.0.0/mbstrdecoder/_func.py 2020-04-04 05:03:46.000000000 +0200 +++ new/mbstrdecoder-1.0.1/mbstrdecoder/_func.py 2020-12-20 15:20:14.000000000 +0100 @@ -22,7 +22,7 @@ return False -def to_codec_name(name: str) -> Optional[str]: +def to_codec_name(name: Optional[str]) -> Optional[str]: if not name: return None diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbstrdecoder-1.0.0/mbstrdecoder.egg-info/PKG-INFO new/mbstrdecoder-1.0.1/mbstrdecoder.egg-info/PKG-INFO --- old/mbstrdecoder-1.0.0/mbstrdecoder.egg-info/PKG-INFO 2020-04-04 10:59:12.000000000 +0200 +++ new/mbstrdecoder-1.0.1/mbstrdecoder.egg-info/PKG-INFO 2020-12-20 16:18:04.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: mbstrdecoder -Version: 1.0.0 +Version: 1.0.1 Summary: multi-byte character string decoder Home-page: https://github.com/thombashi/mbstrdecoder Author: Tsuyoshi Hombashi @@ -85,15 +85,8 @@ Dependencies ============ - Python 3.5+ - - - `chardet <https://github.com/chardet/chardet>`__ - - Test dependencies - ---------------------------------- - - `pytest <https://pypi.org/project/pytest>`__ - - `six <https://pypi.org/project/six/>`__ - - `tox <https://pypi.org/project/tox>`__ + - Python 3.5+ + - `Python package dependencies (automatically installed) <https://github.com/thombashi/mbstrdecoder/network/dependencies>`__ Keywords: multi-byte character,unicode,decoder Platform: UNKNOWN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbstrdecoder-1.0.0/mbstrdecoder.egg-info/requires.txt new/mbstrdecoder-1.0.1/mbstrdecoder.egg-info/requires.txt --- old/mbstrdecoder-1.0.0/mbstrdecoder.egg-info/requires.txt 2020-04-04 10:59:12.000000000 +0200 +++ new/mbstrdecoder-1.0.1/mbstrdecoder.egg-info/requires.txt 2020-12-20 16:18:04.000000000 +0100 @@ -1,5 +1,6 @@ -chardet<4,>=3.0.4 +chardet<5,>=3.0.4 [test] Faker>=1.0.2 -pytest +pytest>=6.0.1 +pytest-md-report>=0.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbstrdecoder-1.0.0/pyproject.toml new/mbstrdecoder-1.0.1/pyproject.toml --- old/mbstrdecoder-1.0.0/pyproject.toml 2020-04-04 01:56:34.000000000 +0200 +++ new/mbstrdecoder-1.0.1/pyproject.toml 2020-12-20 15:57:28.000000000 +0100 @@ -17,7 +17,6 @@ ''' [tool.isort] -dont_skip = "*/**/__init__.py" known_third_party = [ 'pytest', ] @@ -48,3 +47,12 @@ 'abstractclassmethod', 'warnings.warn', ] + +[tool.pytest.ini_options] +testpaths = [ + "test", +] + +md_report = true +md_report_verbose = 0 +md_report_color = "auto" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbstrdecoder-1.0.0/requirements/requirements.txt new/mbstrdecoder-1.0.1/requirements/requirements.txt --- old/mbstrdecoder-1.0.0/requirements/requirements.txt 2020-01-03 08:37:29.000000000 +0100 +++ new/mbstrdecoder-1.0.1/requirements/requirements.txt 2020-12-20 15:13:20.000000000 +0100 @@ -1 +1 @@ -chardet>=3.0.4,<4 +chardet>=3.0.4,<5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbstrdecoder-1.0.0/requirements/test_requirements.txt new/mbstrdecoder-1.0.1/requirements/test_requirements.txt --- old/mbstrdecoder-1.0.0/requirements/test_requirements.txt 2020-04-04 03:31:20.000000000 +0200 +++ new/mbstrdecoder-1.0.1/requirements/test_requirements.txt 2020-12-20 15:57:01.000000000 +0100 @@ -1,2 +1,3 @@ Faker>=1.0.2 -pytest +pytest>=6.0.1 +pytest-md-report>=0.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mbstrdecoder-1.0.0/tox.ini new/mbstrdecoder-1.0.1/tox.ini --- old/mbstrdecoder-1.0.0/tox.ini 2020-04-04 03:30:40.000000000 +0200 +++ new/mbstrdecoder-1.0.1/tox.ini 2020-12-20 15:37:40.000000000 +0100 @@ -6,7 +6,6 @@ cov fmt lint - release [testenv] deps = @@ -33,24 +32,24 @@ [testenv:cov] deps = .[test] - coverage[toml] - pytest-cov + coverage[toml]>=5 commands = - pytest --cov {posargs:-vv} + coverage run -m pytest {posargs:-vv} + coverage report -m [testenv:fmt] basepython = python3.8 deps = autoflake black - isort[pyproject] + isort>=5 commands = autoflake --in-place --recursive --remove-all-unused-imports --ignore-init-module-imports . - isort --apply --recursive + isort . black setup.py test mbstrdecoder [testenv:lint] -basepython = python3.7 +basepython = python3.8 deps = codespell mypy>=0.761 @@ -60,9 +59,3 @@ -codespell mbstrdecoder examples test -q 2 --check-filenames --ignore-words-list followings -mypy mbstrdecoder setup.py --ignore-missing-imports --show-error-context --show-error-codes --python-version 3.5 pylama - -[testenv:release] -deps = - releasecmd>=0.3.1,<1 -commands = - python setup.py release --sign {posargs}