Hello community,

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

Package is "python-pycadf"

Wed Dec  4 13:47:41 2019 rev:14 rq:736578 version:2.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pycadf/python-pycadf.changes      
2019-05-03 22:43:10.287335560 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycadf.new.4691/python-pycadf.changes    
2019-12-04 14:18:39.422360750 +0100
@@ -1,0 +2,10 @@
+Wed Oct  9 12:34:16 UTC 2019 - [email protected]
+
+- update to version 2.10.0
+  - add python 3.7 unit test job
+  - Removes temporary fix for doc generation
+  - Add py37 tox env and drop py35
+  - Add Python 3 Train unit tests
+  - OpenDev Migration Patch
+
+-------------------------------------------------------------------

Old:
----
  pycadf-2.9.0.tar.gz

New:
----
  pycadf-2.10.0.tar.gz

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

Other differences:
------------------
++++++ python-pycadf.spec ++++++
--- /var/tmp/diff_new_pack.xZ8snB/_old  2019-12-04 14:18:39.914360813 +0100
+++ /var/tmp/diff_new_pack.xZ8snB/_new  2019-12-04 14:18:39.918360813 +0100
@@ -18,13 +18,13 @@
 
 %global oldpython python
 Name:           python-pycadf
-Version:        2.9.0
+Version:        2.10.0
 Release:        0
 Summary:        DMTF Cloud Audit (CADF) data model
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://launchpad.net/pycadf
-Source0:        
https://files.pythonhosted.org/packages/source/p/pycadf/pycadf-2.9.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/p/pycadf/pycadf-2.10.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python2-fixtures
 BuildRequires:  python2-oslo.config >= 5.2.0
@@ -73,7 +73,7 @@
 Configuration files for the DMTF Cloud Audit (CADF) data model.
 
 %prep
-%autosetup -n pycadf-2.9.0
+%autosetup -n pycadf-2.10.0
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 %py_req_cleanup
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.xZ8snB/_old  2019-12-04 14:18:39.942360816 +0100
+++ /var/tmp/diff_new_pack.xZ8snB/_new  2019-12-04 14:18:39.942360816 +0100
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/pycadf/pycadf.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/pycadf/pycadf.spec.j2</param>
     <param name="output-name">python-pycadf.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/pycadf/stable/stein/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/pycadf/stable/train/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,pycadf</param>
   </service>

++++++ pycadf-2.9.0.tar.gz -> pycadf-2.10.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycadf-2.9.0/.zuul.yaml new/pycadf-2.10.0/.zuul.yaml
--- old/pycadf-2.9.0/.zuul.yaml 2019-01-29 16:07:14.000000000 +0100
+++ new/pycadf-2.10.0/.zuul.yaml        2019-09-06 19:17:12.000000000 +0200
@@ -6,6 +6,5 @@
       - openstack-cover-jobs
       - openstack-lower-constraints-jobs
       - openstack-python-jobs
-      - openstack-python35-jobs
-      - openstack-python36-jobs
+      - openstack-python3-train-jobs
       - publish-openstack-docs-pti
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycadf-2.9.0/AUTHORS new/pycadf-2.10.0/AUTHORS
--- old/pycadf-2.9.0/AUTHORS    2019-01-29 16:09:26.000000000 +0100
+++ new/pycadf-2.10.0/AUTHORS   2019-09-06 19:17:47.000000000 +0200
@@ -6,6 +6,8 @@
 ChangBo Guo(gcb) <[email protected]>
 Charles Short <[email protected]>
 Christian Berendt <[email protected]>
+Colleen Murphy <[email protected]>
+Corey Bryant <[email protected]>
 Cyril Roelandt <[email protected]>
 Davanum Srinivas <[email protected]>
 Davanum Srinivas <[email protected]>
@@ -37,6 +39,7 @@
 Tony Breeds <[email protected]>
 Tony Xu <[email protected]>
 Vieri <[email protected]>
+Vishakha Agarwal <[email protected]>
 Vu Cong Tuan <[email protected]>
 bgsilva <[email protected]>
 chenghuiyu <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycadf-2.9.0/ChangeLog new/pycadf-2.10.0/ChangeLog
--- old/pycadf-2.9.0/ChangeLog  2019-01-29 16:09:26.000000000 +0100
+++ new/pycadf-2.10.0/ChangeLog 2019-09-06 19:17:47.000000000 +0200
@@ -1,6 +1,15 @@
 CHANGES
 =======
 
+2.10.0
+------
+
+* Add Python 3 Train unit tests
+* Removes temporary fix for doc generation
+* OpenDev Migration Patch
+* Add py37 tox env and drop py35
+* add python 3.7 unit test job
+
 2.9.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycadf-2.9.0/PKG-INFO new/pycadf-2.10.0/PKG-INFO
--- old/pycadf-2.9.0/PKG-INFO   2019-01-29 16:09:26.000000000 +0100
+++ new/pycadf-2.10.0/PKG-INFO  2019-09-06 19:17:47.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pycadf
-Version: 2.9.0
+Version: 2.10.0
 Summary: CADF Library
 Home-page: https://docs.openstack.org/pycadf/latest/
 Author: OpenStack
@@ -58,4 +58,5 @@
 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycadf-2.9.0/doc/ext/apidoc.py 
new/pycadf-2.10.0/doc/ext/apidoc.py
--- old/pycadf-2.9.0/doc/ext/apidoc.py  2019-01-29 16:07:14.000000000 +0100
+++ new/pycadf-2.10.0/doc/ext/apidoc.py 1970-01-01 01:00:00.000000000 +0100
@@ -1,41 +0,0 @@
-# Copyright 2013 OpenStack Foundation
-#
-# Licensed under the Apache License, Version 2.0 (the "License"); you may
-# not use this file except in compliance with the License. You may obtain
-# a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-# License for the specific language governing permissions and limitations
-# under the License.
-import os.path as path
-
-from sphinx import apidoc
-
-
-# NOTE(gordc): pbr will run Sphinx multiple times when it generates
-# documentation. Once for each builder. To run this extension we use the
-# 'builder-inited' hook that fires at the beginning of a Sphinx build.
-# We use ``run_already`` to make sure apidocs are only generated once
-# even if Sphinx is run multiple times.
-run_already = False
-
-
-def run_apidoc(app):
-    global run_already
-    if run_already:
-        return
-    run_already = True
-
-    package_dir = path.abspath(path.join(app.srcdir, '..', '..', 'pycadf'))
-    source_dir = path.join(app.srcdir, 'api')
-    apidoc.main(['apidoc', package_dir, '-f',
-                 '-H', 'pyCADF Modules',
-                 '-o', source_dir])
-
-
-def setup(app):
-    app.connect('builder-inited', run_apidoc)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycadf-2.9.0/doc/source/conf.py 
new/pycadf-2.10.0/doc/source/conf.py
--- old/pycadf-2.9.0/doc/source/conf.py 2019-01-29 16:07:14.000000000 +0100
+++ new/pycadf-2.10.0/doc/source/conf.py        2019-09-06 19:17:12.000000000 
+0200
@@ -10,10 +10,7 @@
 # All configuration values have a default; values that are commented out
 # serve to show the default.
 
-import sys, os
-
-# NOTE(gordc): path for Sphinx ext.apidoc
-sys.path.insert(0, os.path.abspath('..'))
+import os
 
 # This is required for ReadTheDocs.org, but isn't a bad idea anyway.
 os.environ['DJANGO_SETTINGS_MODULE'] = 'openstack_dashboard.settings'
@@ -37,7 +34,6 @@
     'sphinx.ext.coverage',
     'sphinx.ext.viewcode',
     'openstackdocstheme',
-    'ext.apidoc'
 ]
 
 # Add any paths that contain templates here, relative to this directory.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycadf-2.9.0/pycadf.egg-info/PKG-INFO 
new/pycadf-2.10.0/pycadf.egg-info/PKG-INFO
--- old/pycadf-2.9.0/pycadf.egg-info/PKG-INFO   2019-01-29 16:09:26.000000000 
+0100
+++ new/pycadf-2.10.0/pycadf.egg-info/PKG-INFO  2019-09-06 19:17:47.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pycadf
-Version: 2.9.0
+Version: 2.10.0
 Summary: CADF Library
 Home-page: https://docs.openstack.org/pycadf/latest/
 Author: OpenStack
@@ -58,4 +58,5 @@
 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycadf-2.9.0/pycadf.egg-info/SOURCES.txt 
new/pycadf-2.10.0/pycadf.egg-info/SOURCES.txt
--- old/pycadf-2.9.0/pycadf.egg-info/SOURCES.txt        2019-01-29 
16:09:26.000000000 +0100
+++ new/pycadf-2.10.0/pycadf.egg-info/SOURCES.txt       2019-09-06 
19:17:47.000000000 +0200
@@ -12,8 +12,6 @@
 test-requirements.txt
 tox.ini
 doc/Makefile
-doc/ext/__init__.py
-doc/ext/apidoc.py
 doc/source/audit_maps.rst
 doc/source/conf.py
 doc/source/event_concept.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycadf-2.9.0/pycadf.egg-info/pbr.json 
new/pycadf-2.10.0/pycadf.egg-info/pbr.json
--- old/pycadf-2.9.0/pycadf.egg-info/pbr.json   2019-01-29 16:09:26.000000000 
+0100
+++ new/pycadf-2.10.0/pycadf.egg-info/pbr.json  2019-09-06 19:17:47.000000000 
+0200
@@ -1 +1 @@
-{"git_version": "4398b7d", "is_release": true}
\ No newline at end of file
+{"git_version": "d113c15", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycadf-2.9.0/setup.cfg new/pycadf-2.10.0/setup.cfg
--- old/pycadf-2.9.0/setup.cfg  2019-01-29 16:09:26.000000000 +0100
+++ new/pycadf-2.10.0/setup.cfg 2019-09-06 19:17:47.000000000 +0200
@@ -17,7 +17,8 @@
        Programming Language :: Python :: 2
        Programming Language :: Python :: 2.7
        Programming Language :: Python :: 3
-       Programming Language :: Python :: 3.5
+       Programming Language :: Python :: 3.6
+       Programming Language :: Python :: 3.7
 
 [files]
 packages = 
@@ -46,6 +47,8 @@
 
 [pbr]
 warnerrors = True
+autodoc_tree_index_modules = True
+autodoc_tree_root = ./pycadf
 
 [egg_info]
 tag_build = 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycadf-2.9.0/tox.ini new/pycadf-2.10.0/tox.ini
--- old/pycadf-2.9.0/tox.ini    2019-01-29 16:07:14.000000000 +0100
+++ new/pycadf-2.10.0/tox.ini   2019-09-06 19:17:12.000000000 +0200
@@ -1,6 +1,6 @@
 [tox]
 minversion = 2.0
-envlist = py35,py27,pep8
+envlist = py27,py37,pep8
 
 [testenv]
 install_command = pip install {opts} {packages}


Reply via email to