commit python-mbstrdecoder for openSUSE:Factory

2020-04-07 Thread root
Hello community,

here is the log from the commit of package python-mbstrdecoder for 
openSUSE:Factory checked in at 2020-04-07 10:28:20

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


Package is "python-mbstrdecoder"

Tue Apr  7 10:28:20 2020 rev:5 rq:791503 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-mbstrdecoder/python-mbstrdecoder.changes  
2020-04-01 19:19:42.579568135 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-mbstrdecoder.new.3248/python-mbstrdecoder.changes
2020-04-07 10:28:41.654321002 +0200
@@ -1,0 +2,8 @@
+Sun Apr  5 07:52:27 UTC 2020 - Martin Hauke 
+
+- Update to version 1.0.0
+  * no upstream changelog found
+- Drop support for python2
+- Adjust dependencies
+
+---

Old:

  mbstrdecoder-0.8.4.tar.gz

New:

  mbstrdecoder-1.0.0.tar.gz



Other differences:
--
++ python-mbstrdecoder.spec ++
--- /var/tmp/diff_new_pack.6Fwmea/_old  2020-04-07 10:28:42.218321629 +0200
+++ /var/tmp/diff_new_pack.6Fwmea/_new  2020-04-07 10:28:42.222321633 +0200
@@ -17,22 +17,23 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-mbstrdecoder
-Version:0.8.4
+Version:1.0.0
 Release:0
 Summary:Multi-byte character string decoder
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/thombashi/mbstrdecoder
 Source: 
https://files.pythonhosted.org/packages/source/m/mbstrdecoder/mbstrdecoder-%{version}.tar.gz
+BuildRequires:  %{python_module Faker >= 1.0.2}
 BuildRequires:  %{python_module chardet >= 3.0.4}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-Faker >= 1.0.2
 Requires:   python-chardet >= 3.0.4
-Requires:   python-six
 BuildArch:  noarch
 %python_subpackages
 
@@ -41,14 +42,6 @@
 
 %prep
 %setup -q -n mbstrdecoder-%{version}
-# De-vendor six
-rm mbstrdecoder/_six.py
-sed -i 's/\._six/six/' mbstrdecoder/_mbstrdecoder.py
-
-find . -type f | xargs chmod -x
-
-echo > requirements/test_requirements.txt
-
 # Remove build alias
 sed -i '/build =/d' setup.cfg
 

++ mbstrdecoder-0.8.4.tar.gz -> mbstrdecoder-1.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbstrdecoder-0.8.4/MANIFEST.in 
new/mbstrdecoder-1.0.0/MANIFEST.in
--- old/mbstrdecoder-0.8.4/MANIFEST.in  2019-12-29 00:54:43.0 +0100
+++ new/mbstrdecoder-1.0.0/MANIFEST.in  2020-04-04 05:14:55.0 +0200
@@ -2,6 +2,7 @@
 include README.rst
 include setup.cfg
 include tox.ini
+include */py.typed
 
 recursive-include requirements *
 recursive-include test *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbstrdecoder-0.8.4/PKG-INFO 
new/mbstrdecoder-1.0.0/PKG-INFO
--- old/mbstrdecoder-0.8.4/PKG-INFO 2020-01-04 15:31:35.690955400 +0100
+++ new/mbstrdecoder-1.0.0/PKG-INFO 2020-04-04 10:59:13.013850200 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: mbstrdecoder
-Version: 0.8.4
+Version: 1.0.0
 Summary: multi-byte character string decoder
 Home-page: https://github.com/thombashi/mbstrdecoder
 Author: Tsuyoshi Hombashi
@@ -85,37 +85,34 @@
 
 Dependencies
 
-Python 2.7+ or 3.5+
+Python 3.5+
 
 - `chardet `__
 
 Test dependencies
 --
 - `pytest `__
-- `pytest-runner `__
 - `six `__
 - `tox `__
 
 Keywords: multi-byte character,unicode,decoder
 Platform: UNKNOWN
-Classifier: Development Status :: 4 - Beta
+Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
 Classifier: Intended Audience :: Information Technology
 Classifier: License :: OSI Approved :: MIT License
 Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 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: Programming Language 

commit python-mbstrdecoder for openSUSE:Factory

2020-04-01 Thread root
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 - pgaj...@suse.com
+
+- 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 `__
+Python 2.7+ or 3.5+
 
 - `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.0 +0100
+++ new/mbstrdecoder-0.8.4/README.rst   2020-01-04 15:12:39.0 +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 `__
+Python 2.7+ or 3.5+
 
 - `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.0 +0100
+++ new/mbstrdecoder-0.8.4/mbstrdecoder/__version__.py  2020-01-04 
15:19:22.0 +0100
@@ -6,6 +6,6 @@
 __author__ = 

commit python-mbstrdecoder for openSUSE:Factory

2020-02-07 Thread root
Hello community,

here is the log from the commit of package python-mbstrdecoder for 
openSUSE:Factory checked in at 2020-02-07 15:54:58

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


Package is "python-mbstrdecoder"

Fri Feb  7 15:54:58 2020 rev:3 rq:770662 version:0.8.3

Changes:

--- /work/SRC/openSUSE:Factory/python-mbstrdecoder/python-mbstrdecoder.changes  
2019-07-24 20:35:42.238572975 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-mbstrdecoder.new.26092/python-mbstrdecoder.changes
   2020-02-07 15:56:31.671577706 +0100
@@ -1,0 +2,9 @@
+Thu Feb  6 16:43:18 UTC 2020 - Martin Hauke 
+
+- Update to version 0.8.3:
+  * Fix encoding detection failure
+  * Modify to get a stable result when repeatedly call
+  * Change chardet dependency from optional to mandatory
+  * Update extras_require
+
+---

Old:

  mbstrdecoder-0.8.1.tar.gz

New:

  mbstrdecoder-0.8.3.tar.gz



Other differences:
--
++ python-mbstrdecoder.spec ++
--- /var/tmp/diff_new_pack.y7Hx0R/_old  2020-02-07 15:56:32.383578069 +0100
+++ /var/tmp/diff_new_pack.y7Hx0R/_new  2020-02-07 15:56:32.383578069 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mbstrdecoder
 #
-# 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-mbstrdecoder
-Version:0.8.1
+Version:0.8.3
 Release:0
 Summary:Multi-byte character string decoder
 License:MIT

++ mbstrdecoder-0.8.1.tar.gz -> mbstrdecoder-0.8.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbstrdecoder-0.8.1/LICENSE 
new/mbstrdecoder-0.8.3/LICENSE
--- old/mbstrdecoder-0.8.1/LICENSE  2016-12-10 05:35:27.0 +0100
+++ new/mbstrdecoder-0.8.3/LICENSE  2019-12-29 00:54:43.0 +0100
@@ -1,21 +1,21 @@
-MIT License
-
-Copyright (c) 2016 Tsuyoshi Hombashi
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
+MIT License
+
+Copyright (c) 2016 Tsuyoshi Hombashi
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbstrdecoder-0.8.1/PKG-INFO 
new/mbstrdecoder-0.8.3/PKG-INFO
--- old/mbstrdecoder-0.8.1/PKG-INFO 2019-05-11 11:14:01.0 +0200
+++ new/mbstrdecoder-0.8.3/PKG-INFO 2020-01-04 13:33:03.546205300 +0100
@@ -1,6 +1,6 @@
 

commit python-mbstrdecoder for openSUSE:Factory

2019-07-24 Thread root
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 
+
+- 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.0 +0200
+++ new/mbstrdecoder-0.8.1/PKG-INFO 2019-05-11 11:14:01.0 +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.0 +0200
+++ new/mbstrdecoder-0.8.1/README.rst   2019-05-02 08:01:42.0 +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.0 +0200
+++ new/mbstrdecoder-0.8.1/mbstrdecoder/__version__.py  2019-05-11 
11:10:14.0 +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__ = "tsuyoshi.homba...@gmail.com"
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.0 +0200
+++ new/mbstrdecoder-0.8.1/mbstrdecoder.egg-info/PKG-INFO   2019-05-11 
11:14:00.0 +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: