Hello community,

here is the log from the commit of package python-click-threading for 
openSUSE:Factory checked in at 2019-03-19 09:58:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-click-threading (Old)
 and      /work/SRC/openSUSE:Factory/.python-click-threading.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-click-threading"

Tue Mar 19 09:58:17 2019 rev:2 rq:682392 version:0.4.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-click-threading/python-click-threading.changes
    2017-08-10 14:11:30.761441659 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-click-threading.new.28833/python-click-threading.changes
 2019-03-19 09:58:20.056104363 +0100
@@ -1,0 +2,8 @@
+Thu Mar  7 10:26:05 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Enable tests
+- Update to 0.4.4:
+  * no upstream changelog provided
+- Add missing deps
+
+-------------------------------------------------------------------

Old:
----
  click-threading-0.4.3.tar.gz

New:
----
  click-threading-0.4.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-click-threading.spec ++++++
--- /var/tmp/diff_new_pack.isJQZ8/_old  2019-03-19 09:58:21.440103808 +0100
+++ /var/tmp/diff_new_pack.isJQZ8/_new  2019-03-19 09:58:21.460103799 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-click-threading
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,29 @@
 # 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-click-threading
-Version:        0.4.3
+Version:        0.4.4
 Release:        0
 Summary:        Multithreaded Click apps made easy
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/click-contrib/click-threading
+URL:            https://github.com/click-contrib/click-threading
 Source:         
https://files.pythonhosted.org/packages/source/c/click-threading/click-threading-%{version}.tar.gz
-BuildRequires:  %{python_module base}
 BuildRequires:  %{python_module click >= 5.0}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-futures
 BuildRequires:  python-rpm-macros
 Requires:       python-click >= 5.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%ifpython2
+Requires:       python-futures
+%endif
 BuildArch:      noarch
 %python_subpackages
 
@@ -50,9 +53,12 @@
 %python_install
 %python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
+%check
+%pytest tests
+
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst LICENSE
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

++++++ click-threading-0.4.3.tar.gz -> click-threading-0.4.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-threading-0.4.3/.gitignore 
new/click-threading-0.4.4/.gitignore
--- old/click-threading-0.4.3/.gitignore        2016-12-23 22:25:22.000000000 
+0100
+++ new/click-threading-0.4.4/.gitignore        1970-01-01 01:00:00.000000000 
+0100
@@ -1,11 +0,0 @@
-.DS_Store
-*.pyc
-*.pyo
-*.egg-ignore
-*.egg-info
-dist
-build/
-docs/_build
-click.egg-info
-.tox
-.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-threading-0.4.3/.travis.yml 
new/click-threading-0.4.4/.travis.yml
--- old/click-threading-0.4.3/.travis.yml       2016-12-23 22:25:22.000000000 
+0100
+++ new/click-threading-0.4.4/.travis.yml       1970-01-01 01:00:00.000000000 
+0100
@@ -1,11 +0,0 @@
-language: python
-
-python:
-    - 2.7
-    - pypy
-    - 3.3
-    - 3.4
-
-install:
-   - pip install -U tox setuptools wheel $(python -V |& grep -q 'Python 3.2' 
&& echo 'pip<8.0 virtualenv<14.0')
-script: tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-threading-0.4.3/Makefile 
new/click-threading-0.4.4/Makefile
--- old/click-threading-0.4.3/Makefile  2016-12-23 22:35:16.000000000 +0100
+++ new/click-threading-0.4.4/Makefile  1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-release:
-       python setup.py sdist bdist_wheel upload
-
-docs:
-       cd docs && make html
-
-.PHONY: docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-threading-0.4.3/PKG-INFO 
new/click-threading-0.4.4/PKG-INFO
--- old/click-threading-0.4.3/PKG-INFO  2017-01-07 01:47:18.000000000 +0100
+++ new/click-threading-0.4.4/PKG-INFO  2017-09-25 20:03:36.000000000 +0200
@@ -1,10 +1,11 @@
 Metadata-Version: 1.0
 Name: click-threading
-Version: 0.4.3
+Version: 0.4.4
 Summary: Multithreaded Click apps made easy
 Home-page: https://github.com/click-contrib/click-threading
 Author: Markus Unterwaditzer
 Author-email: [email protected]
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: UNKNOWN
 Platform: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-threading-0.4.3/click_threading/__init__.py 
new/click-threading-0.4.4/click_threading/__init__.py
--- old/click-threading-0.4.3/click_threading/__init__.py       2017-01-07 
01:47:02.000000000 +0100
+++ new/click-threading-0.4.4/click_threading/__init__.py       2017-09-25 
20:03:18.000000000 +0200
@@ -21,7 +21,7 @@
 except ImportError:
     from futures import Future as _Future
 
-__version__ = '0.4.3'
+__version__ = '0.4.4'
 
 _CTX_WORKER_KEY = __name__ + '.uiworker'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-threading-0.4.3/click_threading/_compat.py 
new/click-threading-0.4.4/click_threading/_compat.py
--- old/click-threading-0.4.3/click_threading/_compat.py        2016-12-23 
22:25:22.000000000 +0100
+++ new/click-threading-0.4.4/click_threading/_compat.py        2017-09-25 
20:03:08.000000000 +0200
@@ -1,12 +1,15 @@
 # -*- coding: utf-8 -*-
 
+import inspect
 import sys
 
 PY2 = sys.version_info[0] == 2
 
 if PY2:
+    getargspec = inspect.getargspec
     exec('def reraise(tp, value, tb=None):\n raise tp, value, tb')
 else:
+    getargspec = inspect.getfullargspec
     def reraise(tp, value, tb=None):
         if value.__traceback__ is not tb:
             raise value.with_traceback(tb)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-threading-0.4.3/click_threading/monkey.py 
new/click-threading-0.4.4/click_threading/monkey.py
--- old/click-threading-0.4.3/click_threading/monkey.py 2016-12-25 
00:07:31.000000000 +0100
+++ new/click-threading-0.4.4/click_threading/monkey.py 2017-09-25 
20:03:08.000000000 +0200
@@ -4,7 +4,7 @@
 import contextlib
 import inspect
 
-from ._compat import PY2
+from ._compat import PY2, getargspec
 
 
 class FunctionInfo(object):
@@ -40,7 +40,7 @@
 
         new_f = wrapper(_copy_fn(f), info)
 
-        argspec = inspect.getargspec(f)
+        argspec = getargspec(f)
         signature = inspect.formatargspec(*argspec) \
             .lstrip('(') \
             .rstrip(')')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/click-threading-0.4.3/click_threading.egg-info/PKG-INFO 
new/click-threading-0.4.4/click_threading.egg-info/PKG-INFO
--- old/click-threading-0.4.3/click_threading.egg-info/PKG-INFO 2017-01-07 
01:47:18.000000000 +0100
+++ new/click-threading-0.4.4/click_threading.egg-info/PKG-INFO 2017-09-25 
20:03:36.000000000 +0200
@@ -1,10 +1,11 @@
 Metadata-Version: 1.0
 Name: click-threading
-Version: 0.4.3
+Version: 0.4.4
 Summary: Multithreaded Click apps made easy
 Home-page: https://github.com/click-contrib/click-threading
 Author: Markus Unterwaditzer
 Author-email: [email protected]
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: UNKNOWN
 Platform: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/click-threading-0.4.3/click_threading.egg-info/SOURCES.txt 
new/click-threading-0.4.4/click_threading.egg-info/SOURCES.txt
--- old/click-threading-0.4.3/click_threading.egg-info/SOURCES.txt      
2017-01-07 01:47:18.000000000 +0100
+++ new/click-threading-0.4.4/click_threading.egg-info/SOURCES.txt      
2017-09-25 20:03:36.000000000 +0200
@@ -1,12 +1,8 @@
-.gitignore
-.travis.yml
 LICENSE
 MANIFEST.in
-Makefile
 README.rst
 setup.cfg
 setup.py
-tox.ini
 click_threading/__init__.py
 click_threading/_compat.py
 click_threading/monkey.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-threading-0.4.3/setup.cfg 
new/click-threading-0.4.4/setup.cfg
--- old/click-threading-0.4.3/setup.cfg 2017-01-07 01:47:18.000000000 +0100
+++ new/click-threading-0.4.4/setup.cfg 2017-09-25 20:03:36.000000000 +0200
@@ -10,5 +10,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-threading-0.4.3/tox.ini 
new/click-threading-0.4.4/tox.ini
--- old/click-threading-0.4.3/tox.ini   2016-12-23 23:08:24.000000000 +0100
+++ new/click-threading-0.4.4/tox.ini   1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-[testenv]
-passenv = LANG
-deps =
-    pytest
-    git+https://github.com/mitsuhiko/click
-commands = py.test


Reply via email to