Hello community,

here is the log from the commit of package python-cliff for openSUSE:Factory 
checked in at 2019-04-12 09:13:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cliff (Old)
 and      /work/SRC/openSUSE:Factory/.python-cliff.new.27019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cliff"

Fri Apr 12 09:13:26 2019 rev:34 rq:692819 version:2.14.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cliff/python-cliff.changes        
2019-03-12 09:45:20.131671791 +0100
+++ /work/SRC/openSUSE:Factory/.python-cliff.new.27019/python-cliff.changes     
2019-04-12 09:13:28.961643248 +0200
@@ -1,0 +2,12 @@
+Mon Apr  8 13:45:14 UTC 2019 - [email protected]
+
+- update to version 2.14.1
+  - Use template for lower-constraints
+  - add lib-forward-testing-python3 test job
+  - import zuul job settings from project-config
+  - switch documentation job to new PTI
+  - add python 3.6 unit test job
+  - Removed unused err variable
+  - Don't try to run issubclass on non-classes
+
+-------------------------------------------------------------------

Old:
----
  cliff-2.13.0.tar.gz

New:
----
  cliff-2.14.1.tar.gz

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

Other differences:
------------------
++++++ python-cliff.spec ++++++
--- /var/tmp/diff_new_pack.YQQAMK/_old  2019-04-12 09:13:30.045643886 +0200
+++ /var/tmp/diff_new_pack.YQQAMK/_new  2019-04-12 09:13:30.045643886 +0200
@@ -17,15 +17,14 @@
 
 
 Name:           python-cliff
-Version:        2.13.0
+Version:        2.14.1
 Release:        0
 Summary:        Command Line Interface Formulation Framework
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://launchpad.net/python-cliff
-Source0:        
https://files.pythonhosted.org/packages/source/c/cliff/cliff-2.13.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/c/cliff/cliff-2.14.1.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python2-PrettyTable
 BuildRequires:  python2-PyYAML
 BuildRequires:  python2-cmd2
@@ -40,7 +39,6 @@
 BuildRequires:  python2-unicodecsv
 BuildRequires:  python3-PrettyTable
 BuildRequires:  python3-PyYAML
-BuildRequires:  python3-devel
 BuildRequires:  python3-mock
 BuildRequires:  python3-pbr
 BuildRequires:  python3-python-subunit
@@ -80,8 +78,8 @@
 This package contains documentation files for %{name}.
 
 %prep
-%autosetup -p1 -n cliff-2.13.0
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
+%autosetup -p1 -n cliff-2.14.1
+
 %py_req_cleanup
 
 %build

++++++ _service ++++++
--- /var/tmp/diff_new_pack.YQQAMK/_old  2019-04-12 09:13:30.097643916 +0200
+++ /var/tmp/diff_new_pack.YQQAMK/_new  2019-04-12 09:13:30.097643916 +0200
@@ -1,6 +1,6 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/cliff/cliff.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/cliff/cliff.spec.j2</param>
     <param name="output-name">python-cliff.spec</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,cliff</param>

++++++ cliff-2.13.0.tar.gz -> cliff-2.14.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-2.13.0/.zuul.yaml new/cliff-2.14.1/.zuul.yaml
--- old/cliff-2.13.0/.zuul.yaml 2018-07-03 15:54:33.000000000 +0200
+++ new/cliff-2.14.1/.zuul.yaml 2019-03-08 00:56:59.000000000 +0100
@@ -20,15 +20,22 @@
       zuul_work_dir: src/git.openstack.org/openstack/python-neutronclient
 
 - project:
+    templates:
+      - check-requirements
+      - lib-forward-testing
+      - lib-forward-testing-python3
+      - openstack-lower-constraints-jobs
+      - openstack-python-jobs
+      - openstack-python35-jobs
+      - openstack-python36-jobs
+      - publish-openstack-docs-pti
     check:
       jobs:
         - cliff-tox-py27-neutronclient-tip
         - osc-tox-unit-tips:
             branches: ^master$
-        - openstack-tox-lower-constraints
     gate:
       jobs:
         - cliff-tox-py27-neutronclient-tip
         - osc-tox-unit-tips:
             branches: ^master$
-        - openstack-tox-lower-constraints
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-2.13.0/AUTHORS new/cliff-2.14.1/AUTHORS
--- old/cliff-2.13.0/AUTHORS    2018-07-03 15:58:16.000000000 +0200
+++ new/cliff-2.14.1/AUTHORS    2019-03-08 01:00:05.000000000 +0100
@@ -1,6 +1,7 @@
 Akihiro Motoki <[email protected]>
 Alessandro Pilotti <[email protected]>
 Andrea Frittoli <[email protected]>
+Andreas Jaeger <[email protected]>
 Andreas Jaeger <[email protected]>
 Andrew Spiers <[email protected]>
 Atsushi SAKAI <[email protected]>
@@ -76,7 +77,6 @@
 Vitalii Kulanov <[email protected]>
 Yalei Wang <[email protected]>
 Yushiro FURUKAWA <[email protected]>
-Zuul <[email protected]>
 caoyue <[email protected]>
 dineshbhor <[email protected]>
 gcmalloc <[email protected]>
@@ -88,5 +88,6 @@
 liyingjun <[email protected]>
 markmcclain <[email protected]>
 melissaml <[email protected]>
+qingszhao <[email protected]>
 qneill <[email protected]>
 shizhihui <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-2.13.0/ChangeLog new/cliff-2.14.1/ChangeLog
--- old/cliff-2.13.0/ChangeLog  2018-07-03 15:58:16.000000000 +0200
+++ new/cliff-2.14.1/ChangeLog  2019-03-08 01:00:05.000000000 +0100
@@ -1,6 +1,21 @@
 CHANGES
 =======
 
+2.14.1
+------
+
+* Use template for lower-constraints
+
+2.14.0
+------
+
+* Don't try to run issubclass on non-classes
+* Removed unused err variable
+* add lib-forward-testing-python3 test job
+* add python 3.6 unit test job
+* switch documentation job to new PTI
+* import zuul job settings from project-config
+
 2.13.0
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-2.13.0/PKG-INFO new/cliff-2.14.1/PKG-INFO
--- old/cliff-2.13.0/PKG-INFO   2018-07-03 15:58:17.000000000 +0200
+++ new/cliff-2.14.1/PKG-INFO   2019-03-08 01:00:05.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cliff
-Version: 2.13.0
+Version: 2.14.1
 Summary: Command Line Interface Formulation Framework
 Home-page: https://docs.openstack.org/cliff/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-2.13.0/cliff/app.py 
new/cliff-2.14.1/cliff/app.py
--- old/cliff-2.13.0/cliff/app.py       2018-07-03 15:54:33.000000000 +0200
+++ new/cliff-2.14.1/cliff/app.py       2019-03-08 00:56:59.000000000 +0100
@@ -389,7 +389,6 @@
         if 'cmd_name' in utils.getargspec(cmd_factory.__init__).args:
             kwargs['cmd_name'] = cmd_name
         cmd = cmd_factory(self, self.options, **kwargs)
-        err = None
         result = 1
         try:
             self.prepare_to_run_command(cmd)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-2.13.0/cliff/sphinxext.py 
new/cliff-2.14.1/cliff/sphinxext.py
--- old/cliff-2.13.0/cliff/sphinxext.py 2018-07-03 15:54:33.000000000 +0200
+++ new/cliff-2.14.1/cliff/sphinxext.py 2019-03-08 00:56:59.000000000 +0100
@@ -15,6 +15,7 @@
 import argparse
 import fnmatch
 import importlib
+import inspect
 import re
 import sys
 
@@ -242,6 +243,8 @@
             cliff_app_class = getattr(sys.modules[mod_str], class_str)
         except AttributeError:
             return
+        if not inspect.isclass(cliff_app_class):
+            return
         if not issubclass(cliff_app_class, app.App):
             return
         app_arguments = self.options.get('arguments', '').split()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-2.13.0/cliff.egg-info/PKG-INFO 
new/cliff-2.14.1/cliff.egg-info/PKG-INFO
--- old/cliff-2.13.0/cliff.egg-info/PKG-INFO    2018-07-03 15:58:16.000000000 
+0200
+++ new/cliff-2.14.1/cliff.egg-info/PKG-INFO    2019-03-08 01:00:05.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cliff
-Version: 2.13.0
+Version: 2.14.1
 Summary: Command Line Interface Formulation Framework
 Home-page: https://docs.openstack.org/cliff/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-2.13.0/cliff.egg-info/pbr.json 
new/cliff-2.14.1/cliff.egg-info/pbr.json
--- old/cliff-2.13.0/cliff.egg-info/pbr.json    2018-07-03 15:58:16.000000000 
+0200
+++ new/cliff-2.14.1/cliff.egg-info/pbr.json    2019-03-08 01:00:05.000000000 
+0100
@@ -1 +1 @@
-{"git_version": "dd6abff", "is_release": true}
\ No newline at end of file
+{"git_version": "99236b4", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-2.13.0/cliff.egg-info/requires.txt 
new/cliff-2.14.1/cliff.egg-info/requires.txt
--- old/cliff-2.13.0/cliff.egg-info/requires.txt        2018-07-03 
15:58:16.000000000 +0200
+++ new/cliff-2.14.1/cliff.egg-info/requires.txt        2019-03-08 
01:00:05.000000000 +0100
@@ -1,5 +1,4 @@
 pbr!=2.1.0,>=2.0.0
-cmd2!=0.8.3
 PrettyTable<0.8,>=0.7.2
 pyparsing>=2.1.0
 six>=1.10.0
@@ -9,3 +8,6 @@
 [:(python_version<'3.0')]
 cmd2!=0.8.3,<0.9.0
 unicodecsv>=0.8.0
+
+[:(python_version>='3.0')]
+cmd2!=0.8.3


Reply via email to