Hello community,

here is the log from the commit of package python-oslotest for openSUSE:Factory 
checked in at 2019-11-04 17:04:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslotest (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslotest.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslotest"

Mon Nov  4 17:04:54 2019 rev:19 rq:736631 version:3.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslotest/python-oslotest.changes  
2019-08-15 12:25:39.982602210 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslotest.new.2990/python-oslotest.changes    
    2019-11-04 17:04:55.600166277 +0100
@@ -1,0 +2,14 @@
+Wed Oct  9 12:33:48 UTC 2019 - [email protected]
+
+- removed 0001-Stop-testing-mock-functionality.patch
+- update to version 3.8.1
+  - Stop testing mock functionality
+  - Add Python 3 Train unit tests
+  - Dropping the py35 testing
+  - OpenDev Migration Patch
+  - Replace git.openstack.org URLs with opendev.org URLs
+  - Sync Sphinx requirement
+  - Update master for stable/stein
+  - Replace openstack.org git:// URLs with https://
+
+-------------------------------------------------------------------

Old:
----
  0001-Stop-testing-mock-functionality.patch
  oslotest-3.7.1.tar.gz

New:
----
  oslotest-3.8.1.tar.gz

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

Other differences:
------------------
++++++ python-oslotest.spec ++++++
--- /var/tmp/diff_new_pack.RrMfS3/_old  2019-11-04 17:04:56.184166901 +0100
+++ /var/tmp/diff_new_pack.RrMfS3/_new  2019-11-04 17:04:56.192166910 +0100
@@ -17,17 +17,14 @@
 
 
 Name:           python-oslotest
-Version:        3.7.1
+Version:        3.8.1
 Release:        0
 Summary:        OpenStack test framework
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://launchpad.net/oslotest
-Source0:        
https://files.pythonhosted.org/packages/source/o/oslotest/oslotest-3.7.1.tar.gz
-# https://review.opendev.org/#/c/672522/
-Patch0:         0001-Stop-testing-mock-functionality.patch
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslotest/oslotest-3.8.1.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python2-debtcollector >= 1.2.0
 BuildRequires:  python2-fixtures >= 3.0.0
 BuildRequires:  python2-mock >= 2.0.0
@@ -38,7 +35,6 @@
 BuildRequires:  python2-stestr >= 2.0.0
 BuildRequires:  python2-testtools >= 2.2.0
 BuildRequires:  python3-debtcollector >= 1.2.0
-BuildRequires:  python3-devel
 BuildRequires:  python3-fixtures >= 3.0.0
 BuildRequires:  python3-mock >= 2.0.0
 BuildRequires:  python3-mox3 >= 0.20.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.RrMfS3/_old  2019-11-04 17:04:56.232166952 +0100
+++ /var/tmp/diff_new_pack.RrMfS3/_new  2019-11-04 17:04:56.232166952 +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/oslotest/oslotest.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/oslotest/oslotest.spec.j2</param>
     <param name="output-name">python-oslotest.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/oslotest/stable/stein/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/oslotest/stable/train/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,oslotest</param>
   </service>

++++++ oslotest-3.7.1.tar.gz -> oslotest-3.8.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-3.7.1/.zuul.yaml 
new/oslotest-3.8.1/.zuul.yaml
--- old/oslotest-3.7.1/.zuul.yaml       2019-02-28 19:02:33.000000000 +0100
+++ new/oslotest-3.8.1/.zuul.yaml       2019-09-04 16:25:27.000000000 +0200
@@ -4,8 +4,7 @@
       - openstack-cover-jobs
       - openstack-lower-constraints-jobs
       - openstack-python-jobs
-      - openstack-python36-jobs
-      - openstack-python37-jobs
+      - openstack-python3-train-jobs
       - periodic-stable-jobs
       - publish-openstack-docs-pti
       - release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-3.7.1/AUTHORS new/oslotest-3.8.1/AUTHORS
--- old/oslotest-3.7.1/AUTHORS  2019-02-28 19:05:29.000000000 +0100
+++ new/oslotest-3.8.1/AUTHORS  2019-09-04 16:26:13.000000000 +0200
@@ -19,6 +19,8 @@
 Doug Hellmann <[email protected]>
 Flavio Percoco <[email protected]>
 George Peristerakis <[email protected]>
+Ghanshyam Mann <[email protected]>
+Ian Wienand <[email protected]>
 Ihar Hrachyshka <[email protected]>
 Ilya Pekelny <[email protected]>
 James Carey <[email protected]>
@@ -55,6 +57,7 @@
 Yuriy Taraday <[email protected]>
 ZhijunWei <[email protected]>
 Zhongyue Luo <[email protected]>
+jacky06 <[email protected]>
 kavithahr <[email protected]>
 lingyongxu <[email protected]>
 melissaml <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-3.7.1/ChangeLog new/oslotest-3.8.1/ChangeLog
--- old/oslotest-3.7.1/ChangeLog        2019-02-28 19:05:29.000000000 +0100
+++ new/oslotest-3.8.1/ChangeLog        2019-09-04 16:26:13.000000000 +0200
@@ -1,6 +1,22 @@
 CHANGES
 =======
 
+3.8.1
+-----
+
+* Add Python 3 Train unit tests
+
+3.8.0
+-----
+
+* Sync Sphinx requirement
+* Replace git.openstack.org URLs with opendev.org URLs
+* Stop testing mock functionality
+* OpenDev Migration Patch
+* Dropping the py35 testing
+* Replace openstack.org git:// URLs with https://
+* Update master for stable/stein
+
 3.7.1
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-3.7.1/PKG-INFO new/oslotest-3.8.1/PKG-INFO
--- old/oslotest-3.7.1/PKG-INFO 2019-02-28 19:05:29.000000000 +0100
+++ new/oslotest-3.8.1/PKG-INFO 2019-09-04 16:26:13.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslotest
-Version: 3.7.1
+Version: 3.8.1
 Summary: Oslo test framework
 Home-page: https://docs.openstack.org/oslotest/latest/
 Author: OpenStack
@@ -15,16 +15,16 @@
         
         .. Change things from this point on
         
-        =======================================================
-         oslotest -- OpenStack Testing Framework and Utilities
-        =======================================================
+        =====================================================
+        oslotest -- OpenStack Testing Framework and Utilities
+        =====================================================
         
         The Oslo Test framework provides common fixtures, support for 
debugging, and
         better support for mocking results.
         
         * Free software: Apache license
         * Documentation: https://docs.openstack.org/oslotest/latest/
-        * Source: https://git.openstack.org/cgit/openstack/oslotest
+        * Source: https://opendev.org/openstack/oslotest
         * Bugs: https://bugs.launchpad.net/oslotest
         * Release notes: https://docs.openstack.org/releasenotes/oslotest
         
@@ -39,4 +39,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/oslotest-3.7.1/README.rst 
new/oslotest-3.8.1/README.rst
--- old/oslotest-3.7.1/README.rst       2019-02-28 19:02:33.000000000 +0100
+++ new/oslotest-3.8.1/README.rst       2019-09-04 16:25:27.000000000 +0200
@@ -7,15 +7,15 @@
 
 .. Change things from this point on
 
-=======================================================
- oslotest -- OpenStack Testing Framework and Utilities
-=======================================================
+=====================================================
+oslotest -- OpenStack Testing Framework and Utilities
+=====================================================
 
 The Oslo Test framework provides common fixtures, support for debugging, and
 better support for mocking results.
 
 * Free software: Apache license
 * Documentation: https://docs.openstack.org/oslotest/latest/
-* Source: https://git.openstack.org/cgit/openstack/oslotest
+* Source: https://opendev.org/openstack/oslotest
 * Bugs: https://bugs.launchpad.net/oslotest
 * Release notes: https://docs.openstack.org/releasenotes/oslotest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-3.7.1/doc/source/user/cross-testing.rst 
new/oslotest-3.8.1/doc/source/user/cross-testing.rst
--- old/oslotest-3.7.1/doc/source/user/cross-testing.rst        2019-02-28 
19:02:33.000000000 +0100
+++ new/oslotest-3.8.1/doc/source/user/cross-testing.rst        2019-09-04 
16:25:27.000000000 +0200
@@ -31,7 +31,7 @@
 
   $ mkdir -p ~/repos/openstack
   $ cd ~/repos/openstack
-  $ git clone git://git.openstack.org/openstack/oslo-incubator
+  $ git clone https://opendev.org/openstack/oslo-incubator
   $ cd ~/repos
   $ ./openstack/oslo-incubator/tools/clone_openstack.sh
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-3.7.1/oslotest/tests/unit/test_base.py 
new/oslotest-3.8.1/oslotest/tests/unit/test_base.py
--- old/oslotest-3.7.1/oslotest/tests/unit/test_base.py 2019-02-28 
19:02:33.000000000 +0100
+++ new/oslotest-3.8.1/oslotest/tests/unit/test_base.py 2019-09-04 
16:25:27.000000000 +0200
@@ -126,14 +126,6 @@
         self.addCleanup(patcher.stop)
         super(TestManualMock, self).setUp()
         self.useFixture(fixtures.MockPatch('fixtures.Timeout'))
-        self.unstopped = mock.patch('os.environ.put')
-
-    def tearDown(self):
-        super(TestManualMock, self).tearDown()
-        self.assertRaises(
-            RuntimeError,
-            self.unstopped.stop,
-        )
 
     def test_mock_patch_manually(self):
         # Verify that if a test instance creates its own mock and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-3.7.1/oslotest.egg-info/PKG-INFO 
new/oslotest-3.8.1/oslotest.egg-info/PKG-INFO
--- old/oslotest-3.7.1/oslotest.egg-info/PKG-INFO       2019-02-28 
19:05:29.000000000 +0100
+++ new/oslotest-3.8.1/oslotest.egg-info/PKG-INFO       2019-09-04 
16:26:13.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslotest
-Version: 3.7.1
+Version: 3.8.1
 Summary: Oslo test framework
 Home-page: https://docs.openstack.org/oslotest/latest/
 Author: OpenStack
@@ -15,16 +15,16 @@
         
         .. Change things from this point on
         
-        =======================================================
-         oslotest -- OpenStack Testing Framework and Utilities
-        =======================================================
+        =====================================================
+        oslotest -- OpenStack Testing Framework and Utilities
+        =====================================================
         
         The Oslo Test framework provides common fixtures, support for 
debugging, and
         better support for mocking results.
         
         * Free software: Apache license
         * Documentation: https://docs.openstack.org/oslotest/latest/
-        * Source: https://git.openstack.org/cgit/openstack/oslotest
+        * Source: https://opendev.org/openstack/oslotest
         * Bugs: https://bugs.launchpad.net/oslotest
         * Release notes: https://docs.openstack.org/releasenotes/oslotest
         
@@ -39,4 +39,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/oslotest-3.7.1/oslotest.egg-info/SOURCES.txt 
new/oslotest-3.8.1/oslotest.egg-info/SOURCES.txt
--- old/oslotest-3.7.1/oslotest.egg-info/SOURCES.txt    2019-02-28 
19:05:29.000000000 +0100
+++ new/oslotest-3.8.1/oslotest.egg-info/SOURCES.txt    2019-09-04 
16:26:13.000000000 +0200
@@ -69,6 +69,7 @@
 releasenotes/source/pike.rst
 releasenotes/source/queens.rst
 releasenotes/source/rocky.rst
+releasenotes/source/stein.rst
 releasenotes/source/unreleased.rst
 releasenotes/source/_static/.placeholder
 releasenotes/source/_templates/.placeholder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-3.7.1/oslotest.egg-info/pbr.json 
new/oslotest-3.8.1/oslotest.egg-info/pbr.json
--- old/oslotest-3.7.1/oslotest.egg-info/pbr.json       2019-02-28 
19:05:29.000000000 +0100
+++ new/oslotest-3.8.1/oslotest.egg-info/pbr.json       2019-09-04 
16:26:13.000000000 +0200
@@ -1 +1 @@
-{"git_version": "dac45a6", "is_release": true}
\ No newline at end of file
+{"git_version": "7ad16de", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-3.7.1/releasenotes/source/index.rst 
new/oslotest-3.8.1/releasenotes/source/index.rst
--- old/oslotest-3.7.1/releasenotes/source/index.rst    2019-02-28 
19:02:33.000000000 +0100
+++ new/oslotest-3.8.1/releasenotes/source/index.rst    2019-09-04 
16:25:27.000000000 +0200
@@ -6,6 +6,7 @@
     :maxdepth: 1
 
     unreleased
+    stein
     rocky
     queens
     pike
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-3.7.1/releasenotes/source/stein.rst 
new/oslotest-3.8.1/releasenotes/source/stein.rst
--- old/oslotest-3.7.1/releasenotes/source/stein.rst    1970-01-01 
01:00:00.000000000 +0100
+++ new/oslotest-3.8.1/releasenotes/source/stein.rst    2019-09-04 
16:25:27.000000000 +0200
@@ -0,0 +1,6 @@
+===================================
+ Stein Series Release Notes
+===================================
+
+.. release-notes::
+   :branch: stable/stein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-3.7.1/setup.cfg new/oslotest-3.8.1/setup.cfg
--- old/oslotest-3.7.1/setup.cfg        2019-02-28 19:05:29.000000000 +0100
+++ new/oslotest-3.8.1/setup.cfg        2019-09-04 16:26:13.000000000 +0200
@@ -16,7 +16,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 = 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-3.7.1/test-requirements.txt 
new/oslotest-3.8.1/test-requirements.txt
--- old/oslotest-3.7.1/test-requirements.txt    2019-02-28 19:02:33.000000000 
+0100
+++ new/oslotest-3.8.1/test-requirements.txt    2019-09-04 16:25:27.000000000 
+0200
@@ -10,7 +10,8 @@
 coverage!=4.4,>=4.0 # Apache-2.0
 
 # this is required for the docs build jobs
-sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7'  # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4'  # BSD
 openstackdocstheme>=1.18.1 # Apache-2.0
 oslo.config>=5.2.0 # Apache-2.0
 stestr>=2.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-3.7.1/tox.ini new/oslotest-3.8.1/tox.ini
--- old/oslotest-3.7.1/tox.ini  2019-02-28 19:02:33.000000000 +0100
+++ new/oslotest-3.8.1/tox.ini  2019-09-04 16:25:27.000000000 +0200
@@ -1,12 +1,12 @@
 [tox]
 minversion = 2.0
 distribute = False
-envlist = py35,py27,pep8
+envlist = py27,py37,pep8
 
 [testenv]
 install_command = pip install {opts} {packages}
 deps =
-  
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+  
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
   -r{toxinidir}/test-requirements.txt
   -r{toxinidir}/requirements.txt
 commands = stestr run --slowest {posargs}


Reply via email to