Hello community,

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

Package is "python-cliff"

Tue Mar 12 09:45:08 2019 rev:33 rq:682602 version:2.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cliff/python-cliff.changes        
2019-03-04 09:09:43.632714433 +0100
+++ /work/SRC/openSUSE:Factory/.python-cliff.new.28833/python-cliff.changes     
2019-03-12 09:45:20.131671791 +0100
@@ -1,0 +2,5 @@
+Wed Mar  6 10:53:49 UTC 2019 - [email protected]
+
+- downgrade to version 2.13.0 to match rest of rocky based clients
+
+-------------------------------------------------------------------

Old:
----
  cliff-2.14.0.tar.gz

New:
----
  cliff-2.13.0.tar.gz

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

Other differences:
------------------
++++++ python-cliff.spec ++++++
--- /var/tmp/diff_new_pack.0hXtg7/_old  2019-03-12 09:45:20.855669761 +0100
+++ /var/tmp/diff_new_pack.0hXtg7/_new  2019-03-12 09:45:20.855669761 +0100
@@ -17,13 +17,13 @@
 
 
 Name:           python-cliff
-Version:        2.14.0
+Version:        2.13.0
 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.14.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/c/cliff/cliff-2.13.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-PrettyTable
@@ -80,7 +80,7 @@
 This package contains documentation files for %{name}.
 
 %prep
-%autosetup -p1 -n cliff-2.14.0
+%autosetup -p1 -n cliff-2.13.0
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 %py_req_cleanup
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.0hXtg7/_old  2019-03-12 09:45:20.895669649 +0100
+++ /var/tmp/diff_new_pack.0hXtg7/_new  2019-03-12 09:45:20.895669649 +0100
@@ -1,8 +1,7 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/cliff/cliff.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/cliff/cliff.spec.j2</param>
     <param name="output-name">python-cliff.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,cliff</param>
   </service>

++++++ cliff-2.14.0.tar.gz -> cliff-2.13.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-2.14.0/.zuul.yaml new/cliff-2.13.0/.zuul.yaml
--- old/cliff-2.14.0/.zuul.yaml 2018-11-01 14:18:07.000000000 +0100
+++ new/cliff-2.13.0/.zuul.yaml 2018-07-03 15:54:33.000000000 +0200
@@ -20,14 +20,6 @@
       zuul_work_dir: src/git.openstack.org/openstack/python-neutronclient
 
 - project:
-    templates:
-      - openstack-python-jobs
-      - openstack-python35-jobs
-      - openstack-python36-jobs
-      - lib-forward-testing
-      - lib-forward-testing-python3
-      - publish-openstack-docs-pti
-      - check-requirements
     check:
       jobs:
         - cliff-tox-py27-neutronclient-tip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-2.14.0/AUTHORS new/cliff-2.13.0/AUTHORS
--- old/cliff-2.14.0/AUTHORS    2018-11-01 14:20:28.000000000 +0100
+++ new/cliff-2.13.0/AUTHORS    2018-07-03 15:58:16.000000000 +0200
@@ -76,6 +76,7 @@
 Vitalii Kulanov <[email protected]>
 Yalei Wang <[email protected]>
 Yushiro FURUKAWA <[email protected]>
+Zuul <[email protected]>
 caoyue <[email protected]>
 dineshbhor <[email protected]>
 gcmalloc <[email protected]>
@@ -87,6 +88,5 @@
 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.14.0/ChangeLog new/cliff-2.13.0/ChangeLog
--- old/cliff-2.14.0/ChangeLog  2018-11-01 14:20:28.000000000 +0100
+++ new/cliff-2.13.0/ChangeLog  2018-07-03 15:58:16.000000000 +0200
@@ -1,16 +1,6 @@
 CHANGES
 =======
 
-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.14.0/PKG-INFO new/cliff-2.13.0/PKG-INFO
--- old/cliff-2.14.0/PKG-INFO   2018-11-01 14:20:28.000000000 +0100
+++ new/cliff-2.13.0/PKG-INFO   2018-07-03 15:58:17.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cliff
-Version: 2.14.0
+Version: 2.13.0
 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.14.0/cliff/app.py 
new/cliff-2.13.0/cliff/app.py
--- old/cliff-2.14.0/cliff/app.py       2018-11-01 14:18:07.000000000 +0100
+++ new/cliff-2.13.0/cliff/app.py       2018-07-03 15:54:33.000000000 +0200
@@ -389,6 +389,7 @@
         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.14.0/cliff/sphinxext.py 
new/cliff-2.13.0/cliff/sphinxext.py
--- old/cliff-2.14.0/cliff/sphinxext.py 2018-11-01 14:18:07.000000000 +0100
+++ new/cliff-2.13.0/cliff/sphinxext.py 2018-07-03 15:54:33.000000000 +0200
@@ -15,7 +15,6 @@
 import argparse
 import fnmatch
 import importlib
-import inspect
 import re
 import sys
 
@@ -243,8 +242,6 @@
             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.14.0/cliff.egg-info/PKG-INFO 
new/cliff-2.13.0/cliff.egg-info/PKG-INFO
--- old/cliff-2.14.0/cliff.egg-info/PKG-INFO    2018-11-01 14:20:28.000000000 
+0100
+++ new/cliff-2.13.0/cliff.egg-info/PKG-INFO    2018-07-03 15:58:16.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cliff
-Version: 2.14.0
+Version: 2.13.0
 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.14.0/cliff.egg-info/pbr.json 
new/cliff-2.13.0/cliff.egg-info/pbr.json
--- old/cliff-2.14.0/cliff.egg-info/pbr.json    2018-11-01 14:20:28.000000000 
+0100
+++ new/cliff-2.13.0/cliff.egg-info/pbr.json    2018-07-03 15:58:16.000000000 
+0200
@@ -1 +1 @@
-{"git_version": "cd6cd9d", "is_release": true}
\ No newline at end of file
+{"git_version": "dd6abff", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-2.14.0/cliff.egg-info/requires.txt 
new/cliff-2.13.0/cliff.egg-info/requires.txt
--- old/cliff-2.14.0/cliff.egg-info/requires.txt        2018-11-01 
14:20:28.000000000 +0100
+++ new/cliff-2.13.0/cliff.egg-info/requires.txt        2018-07-03 
15:58:16.000000000 +0200
@@ -1,4 +1,5 @@
 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
@@ -8,6 +9,3 @@
 [:(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