commit python-subprocrunner for openSUSE:Factory

2020-04-07 Thread root
Hello community,

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

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


Package is "python-subprocrunner"

Tue Apr  7 10:28:23 2020 rev:5 rq:791506 version:1.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-subprocrunner/python-subprocrunner.changes
2020-03-23 12:51:01.723974057 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-subprocrunner.new.3248/python-subprocrunner.changes
  2020-04-07 10:28:42.562322011 +0200
@@ -1,0 +2,6 @@
+Sat Apr  4 11:15:24 UTC 2020 - Martin Hauke 
+
+- version update to 1.2.1
+  * no upstream changelog this time
+
+---

Old:

  subprocrunner-1.2.0.tar.gz

New:

  subprocrunner-1.2.1.tar.gz



Other differences:
--
++ python-subprocrunner.spec ++
--- /var/tmp/diff_new_pack.ELaMlu/_old  2020-04-07 10:28:43.094322603 +0200
+++ /var/tmp/diff_new_pack.ELaMlu/_new  2020-04-07 10:28:43.094322603 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-subprocrunner
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:A Python wrapper library for subprocess module
 License:MIT
@@ -30,14 +30,14 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module loguru}
-BuildRequires:  %{python_module mbstrdecoder >= 0.8.0}
+BuildRequires:  %{python_module loguru >= 0.4.1}
+BuildRequires:  %{python_module mbstrdecoder >= 1.0.0}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module typepy}
 # /SECTION
-Requires:   python-loguru
-Requires:   python-mbstrdecoder >= 0.8.0
+Requires:   python-loguru >= 0.4.1
+Requires:   python-mbstrdecoder >= 1.0.0
 Requires:   python-six
 Requires:   python-typepy
 BuildArch:  noarch

++ subprocrunner-1.2.0.tar.gz -> subprocrunner-1.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subprocrunner-1.2.0/PKG-INFO 
new/subprocrunner-1.2.1/PKG-INFO
--- old/subprocrunner-1.2.0/PKG-INFO2020-03-20 15:43:11.178614100 +0100
+++ new/subprocrunner-1.2.1/PKG-INFO2020-04-04 11:26:26.678303700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: subprocrunner
-Version: 1.2.0
+Version: 1.2.1
 Summary: A Python wrapper library for subprocess module.
 Home-page: https://github.com/thombashi/subprocrunner
 Author: Tsuyoshi Hombashi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subprocrunner-1.2.0/requirements/requirements.txt 
new/subprocrunner-1.2.1/requirements/requirements.txt
--- old/subprocrunner-1.2.0/requirements/requirements.txt   2020-01-04 
13:33:34.0 +0100
+++ new/subprocrunner-1.2.1/requirements/requirements.txt   2020-04-04 
11:00:28.0 +0200
@@ -1 +1 @@
-mbstrdecoder>=0.8.3,<1.0.0
+mbstrdecoder>=1.0.0,<2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subprocrunner-1.2.0/setup.py 
new/subprocrunner-1.2.1/setup.py
--- old/subprocrunner-1.2.0/setup.py2020-03-20 13:38:54.0 +0100
+++ new/subprocrunner-1.2.1/setup.py2020-04-04 11:18:47.0 +0200
@@ -2,9 +2,8 @@
 .. codeauthor:: Tsuyoshi Hombashi 
 """
 
-
 import os.path
-from typing import Dict, List  # noqa
+from typing import Dict
 
 import setuptools
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subprocrunner-1.2.0/subprocrunner/__version__.py 
new/subprocrunner-1.2.1/subprocrunner/__version__.py
--- old/subprocrunner-1.2.0/subprocrunner/__version__.py2020-03-20 
15:38:24.0 +0100
+++ new/subprocrunner-1.2.1/subprocrunner/__version__.py2020-04-04 
11:24:20.0 +0200
@@ -1,6 +1,6 @@
 __author__ = "Tsuyoshi Hombashi"
 __copyright__ = "Copyright 2016, {}".format(__author__)
 __license__ = "MIT License"
-__version__ = "1.2.0"
+__version__ = "1.2.1"
 __maintainer__ = __author__
 __email__ = "tsuyoshi.homba...@gmail.com"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subprocrunner-1.2.0/subprocrunner/_which.py 
new/subprocrunner-1.2.1/subprocrunner/_which.py
--- old/subprocrunner-1.2.0/subprocrunner/_which.py 2020-03-20 
15:07:37.0 +0100
+++ new/subprocrunner-1.2.1/subprocrunner/_which.py 2020-04-02 
14:47:04.0 +0200
@@ -41,7 +41,7 @@
 def verify(self) -> None:

commit python-subprocrunner for openSUSE:Factory

2020-03-23 Thread root
Hello community,

here is the log from the commit of package python-subprocrunner for 
openSUSE:Factory checked in at 2020-03-23 12:50:15

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


Package is "python-subprocrunner"

Mon Mar 23 12:50:15 2020 rev:4 rq:786977 version:1.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-subprocrunner/python-subprocrunner.changes
2020-03-17 13:12:24.865903506 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-subprocrunner.new.3160/python-subprocrunner.changes
  2020-03-23 12:51:01.723974057 +0100
@@ -1,0 +2,9 @@
+Fri Mar 20 16:52:01 UTC 2020 - Martin Hauke 
+
+- Update to version 1.2.0
+  * Add follow_symlinks argument to Which constructor
+  * Improve path existence check for Which
+  * Modify an error handling when a command not specified for Which
+  * Fix to include py.typed to the package
+
+---

Old:

  subprocrunner-1.1.0.tar.gz

New:

  subprocrunner-1.2.0.tar.gz



Other differences:
--
++ python-subprocrunner.spec ++
--- /var/tmp/diff_new_pack.GQJCXP/_old  2020-03-23 12:51:05.163976217 +0100
+++ /var/tmp/diff_new_pack.GQJCXP/_new  2020-03-23 12:51:05.171976222 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-subprocrunner
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:A Python wrapper library for subprocess module
 License:MIT

++ subprocrunner-1.1.0.tar.gz -> subprocrunner-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subprocrunner-1.1.0/MANIFEST.in 
new/subprocrunner-1.2.0/MANIFEST.in
--- old/subprocrunner-1.1.0/MANIFEST.in 2019-12-30 00:54:16.0 +0100
+++ new/subprocrunner-1.2.0/MANIFEST.in 2020-03-20 13:37:52.0 +0100
@@ -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/subprocrunner-1.1.0/PKG-INFO 
new/subprocrunner-1.2.0/PKG-INFO
--- old/subprocrunner-1.1.0/PKG-INFO2020-02-15 15:40:19.317512000 +0100
+++ new/subprocrunner-1.2.0/PKG-INFO2020-03-20 15:43:11.178614100 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: subprocrunner
-Version: 1.1.0
+Version: 1.2.0
 Summary: A Python wrapper library for subprocess module.
 Home-page: https://github.com/thombashi/subprocrunner
 Author: Tsuyoshi Hombashi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subprocrunner-1.1.0/setup.py 
new/subprocrunner-1.2.0/setup.py
--- old/subprocrunner-1.1.0/setup.py2020-02-11 08:48:35.0 +0100
+++ new/subprocrunner-1.2.0/setup.py2020-03-20 13:38:54.0 +0100
@@ -55,7 +55,7 @@
 long_description=long_description,
 long_description_content_type="text/x-rst",
 packages=setuptools.find_packages(exclude=["test*"]),
-package_data={"subprocrunner": ["py.typed"]},
+package_data={MODULE_NAME: ["py.typed"]},
 project_urls={"Source": REPOSITORY_URL, "Tracker": 
"{:s}/issues".format(REPOSITORY_URL)},
 python_requires=">=3.5",
 install_requires=SETUPTOOLS_REQUIRES + install_requires,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subprocrunner-1.1.0/subprocrunner/__version__.py 
new/subprocrunner-1.2.0/subprocrunner/__version__.py
--- old/subprocrunner-1.1.0/subprocrunner/__version__.py2020-02-15 
03:20:37.0 +0100
+++ new/subprocrunner-1.2.0/subprocrunner/__version__.py2020-03-20 
15:38:24.0 +0100
@@ -1,6 +1,6 @@
 __author__ = "Tsuyoshi Hombashi"
 __copyright__ = "Copyright 2016, {}".format(__author__)
 __license__ = "MIT License"
-__version__ = "1.1.0"
+__version__ = "1.2.0"
 __maintainer__ = __author__
 __email__ = "tsuyoshi.homba...@gmail.com"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/subprocrunner-1.1.0/subprocrunner/_logger/_null_logger.py 
new/subprocrunner-1.2.0/subprocrunner/_logger/_null_logger.py
--- old/subprocrunner-1.1.0/subprocrunner/_logger/_null_logger.py   
2020-02-14 12:27:31.0 +0100
+++ new/subprocrunner-1.2.0/subprocrunner/_logger/_null_logger.py   
2020-02-23 03:10:07.0 +0100
@@ -4,7 +4,7 @@
 def remove(self, handler_id=None):  # pragma: no cover
 pass
 
-def add(self, **kwargs):  # pragma: no cover
+def add(self, sink, **kwargs):  # pragma: no cover
 pass
 
   

commit python-subprocrunner for openSUSE:Factory

2020-03-17 Thread root
Hello community,

here is the log from the commit of package python-subprocrunner for 
openSUSE:Factory checked in at 2020-03-17 13:12:20

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


Package is "python-subprocrunner"

Tue Mar 17 13:12:20 2020 rev:3 rq:785907 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-subprocrunner/python-subprocrunner.changes
2020-02-18 10:37:38.536606241 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-subprocrunner.new.3160/python-subprocrunner.changes
  2020-03-17 13:12:24.865903506 +0100
@@ -1,0 +2,6 @@
+Tue Mar 17 11:27:31 UTC 2020 - pgaj...@suse.com
+
+- version update to 1.1.0
+  * no upstream changelog this time
+
+---

Old:

  subprocrunner-1.0.0.tar.gz

New:

  subprocrunner-1.1.0.tar.gz



Other differences:
--
++ python-subprocrunner.spec ++
--- /var/tmp/diff_new_pack.e70SNP/_old  2020-03-17 13:12:26.621904855 +0100
+++ /var/tmp/diff_new_pack.e70SNP/_new  2020-03-17 13:12:26.625904857 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-subprocrunner
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:A Python wrapper library for subprocess module
 License:MIT

++ subprocrunner-1.0.0.tar.gz -> subprocrunner-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subprocrunner-1.0.0/PKG-INFO 
new/subprocrunner-1.1.0/PKG-INFO
--- old/subprocrunner-1.0.0/PKG-INFO2020-02-11 08:49:07.976968500 +0100
+++ new/subprocrunner-1.1.0/PKG-INFO2020-02-15 15:40:19.317512000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: subprocrunner
-Version: 1.0.0
+Version: 1.1.0
 Summary: A Python wrapper library for subprocess module.
 Home-page: https://github.com/thombashi/subprocrunner
 Author: Tsuyoshi Hombashi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subprocrunner-1.0.0/subprocrunner/__version__.py 
new/subprocrunner-1.1.0/subprocrunner/__version__.py
--- old/subprocrunner-1.0.0/subprocrunner/__version__.py2020-02-11 
08:08:17.0 +0100
+++ new/subprocrunner-1.1.0/subprocrunner/__version__.py2020-02-15 
03:20:37.0 +0100
@@ -1,6 +1,6 @@
 __author__ = "Tsuyoshi Hombashi"
 __copyright__ = "Copyright 2016, {}".format(__author__)
 __license__ = "MIT License"
-__version__ = "1.0.0"
+__version__ = "1.1.0"
 __maintainer__ = __author__
 __email__ = "tsuyoshi.homba...@gmail.com"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subprocrunner-1.0.0/subprocrunner/_logger/_logger.py 
new/subprocrunner-1.1.0/subprocrunner/_logger/_logger.py
--- old/subprocrunner-1.0.0/subprocrunner/_logger/_logger.py2020-02-11 
06:29:36.0 +0100
+++ new/subprocrunner-1.1.0/subprocrunner/_logger/_logger.py2020-02-15 
02:36:15.0 +0100
@@ -30,8 +30,11 @@
 log_level = "DEBUG"
 
 method_table = {
+"QUIET": lambda _x: None,
+"TRACE": logger.trace,
 "DEBUG": logger.debug,
 "INFO": logger.info,
+"SUCCESS": logger.success,
 "WARNING": logger.warning,
 "ERROR": logger.error,
 "CRITICAL": logger.critical,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/subprocrunner-1.0.0/subprocrunner/_logger/_null_logger.py 
new/subprocrunner-1.1.0/subprocrunner/_logger/_null_logger.py
--- old/subprocrunner-1.0.0/subprocrunner/_logger/_null_logger.py   
2020-02-11 06:20:02.0 +0100
+++ new/subprocrunner-1.1.0/subprocrunner/_logger/_null_logger.py   
2020-02-14 12:27:31.0 +0100
@@ -1,38 +1,41 @@
 class NullLogger:
 level_name = None
 
-def catch_exceptions(self, *args, **kwargs):  # pragma: no cover
+def remove(self, handler_id=None):  # pragma: no cover
 pass
 
-def critical(self, *args, **kwargs):  # pragma: no cover
+def add(self, **kwargs):  # pragma: no cover
 pass
 
-def debug(self, *args, **kwargs):  # pragma: no cover
+def disable(self, name):  # pragma: no cover
 pass
 
-def disable(self):  # pragma: no cover
+def enable(self, name):  # pragma: no cover
 pass
 
-def enable(self):  # pragma: no cover
+def critical(self, __message, *args, **kwargs):  # pragma: no cover
 pass
 
-def error(self, *args, **kwargs):  # pragma: no cover
+def debug(self, __message, *args, **kwargs):  # pragma: no cover
 pass
 
-def 

commit python-subprocrunner for openSUSE:Factory

2020-02-18 Thread root
Hello community,

here is the log from the commit of package python-subprocrunner for 
openSUSE:Factory checked in at 2020-02-18 10:36:17

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


Package is "python-subprocrunner"

Tue Feb 18 10:36:17 2020 rev:2 rq:774733 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-subprocrunner/python-subprocrunner.changes
2020-02-09 20:47:32.722845144 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-subprocrunner.new.26092/python-subprocrunner.changes
 2020-02-18 10:37:38.536606241 +0100
@@ -1,0 +2,10 @@
+Sun Feb 16 19:32:47 UTC 2020 - Martin Hauke 
+
+- Update to version 1.0.0
+  * Drop Python 2 support
+  * Add type annotations and py.typed to the package
+  * Replace the logging library from Logbook to loguru
+  * Remove deprecated error classes
+  * Remove deprecated methods
+
+---

Old:

  subprocrunner-0.17.2.tar.gz

New:

  subprocrunner-1.0.0.tar.gz



Other differences:
--
++ python-subprocrunner.spec ++
--- /var/tmp/diff_new_pack.88em4i/_old  2020-02-18 10:37:42.608614549 +0100
+++ /var/tmp/diff_new_pack.88em4i/_new  2020-02-18 10:37:42.612614557 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-subprocrunner
 #
-# 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
@@ -12,12 +12,14 @@
 # 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-%{**}}
+%define skip_python2 1
 Name:   python-subprocrunner
-Version:0.17.2
+Version:1.0.0
 Release:0
 Summary:A Python wrapper library for subprocess module
 License:MIT
@@ -28,15 +30,16 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
+BuildRequires:  %{python_module loguru}
 BuildRequires:  %{python_module mbstrdecoder >= 0.8.0}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module typepy}
 # /SECTION
+Requires:   python-loguru
 Requires:   python-mbstrdecoder >= 0.8.0
 Requires:   python-six
-Suggests:   python-Logbook >= 0.12.3
-Suggests:   python-typepy
+Requires:   python-typepy
 BuildArch:  noarch
 %python_subpackages
 

++ subprocrunner-0.17.2.tar.gz -> subprocrunner-1.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/subprocrunner-0.17.2/PKG-INFO 
new/subprocrunner-1.0.0/PKG-INFO
--- old/subprocrunner-0.17.2/PKG-INFO   2020-01-04 16:06:49.580974300 +0100
+++ new/subprocrunner-1.0.0/PKG-INFO2020-02-11 08:49:07.976968500 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: subprocrunner
-Version: 0.17.2
+Version: 1.0.0
 Summary: A Python wrapper library for subprocess module.
 Home-page: https://github.com/thombashi/subprocrunner
 Author: Tsuyoshi Hombashi
@@ -147,26 +147,24 @@
 
 Dependencies
 
-Python 2.7+ or 3.5+
+Python 3.5+
 
 - `mbstrdecoder `__
 
 Optional dependencies
 --
-- `logbook `__
-- Logging using logbook if the package installed
+- `loguru `__
+- Used for logging if the package installed
 
 Test dependencies
 -
 - `pytest `__
-- `pytest-runner `__
-- `six `__
 - `tox `__
 - `typepy `__
 
 Keywords: library,subprocess
 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
@@ -174,18 +172,18 @@
 Classifier: Operating System :: Microsoft :: Windows
 Classifier: Operating System :: POSIX
 Classifier: Operating System ::