Hello community,

here is the log from the commit of package python-testpath for openSUSE:Factory 
checked in at 2018-10-12 13:11:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testpath (Old)
 and      /work/SRC/openSUSE:Factory/.python-testpath.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-testpath"

Fri Oct 12 13:11:37 2018 rev:6 rq:641323 version:0.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testpath/python-testpath.changes  
2018-10-01 08:18:36.665922086 +0200
+++ /work/SRC/openSUSE:Factory/.python-testpath.new/python-testpath.changes     
2018-10-12 13:11:43.619211700 +0200
@@ -1,0 +2,6 @@
+Thu Oct 11 16:13:29 UTC 2018 - Todd R <toddrme2...@gmail.com>
+
+- Update to version 0.4.2:
+  * Copyright fixes
+
+-------------------------------------------------------------------

Old:
----
  testpath-0.4.1.tar.gz

New:
----
  testpath-0.4.2.tar.gz

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

Other differences:
------------------
++++++ python-testpath.spec ++++++
--- /var/tmp/diff_new_pack.sfiMl2/_old  2018-10-12 13:11:44.459210507 +0200
+++ /var/tmp/diff_new_pack.sfiMl2/_new  2018-10-12 13:11:44.463210502 +0200
@@ -18,10 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-testpath
-Version:        0.4.1
+Version:        0.4.2
 Release:        0
 Summary:        Test utilities for code working with files and commands
-License:        MIT
+License:        LGPL-2.1-or-later OR BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            https://github.com/jupyter/testpath
 Source0:        
https://files.pythonhosted.org/packages/source/t/testpath/testpath-%{version}.tar.gz

++++++ testpath-0.4.1.tar.gz -> testpath-0.4.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testpath-0.4.1/LICENSE new/testpath-0.4.2/LICENSE
--- old/testpath-0.4.1/LICENSE  2017-08-20 15:25:13.474373800 +0200
+++ new/testpath-0.4.2/LICENSE  2018-10-02 08:30:12.292307000 +0200
@@ -1,21 +1,29 @@
-The MIT License (MIT)
+BSD 3-Clause License
 
 Copyright (c) 2015, The Jupyter Development Team
+All rights reserved.
 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+* Neither the name of the copyright holder nor the names of its
+  contributors may be used to endorse or promote products derived from
+  this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testpath-0.4.1/PKG-INFO new/testpath-0.4.2/PKG-INFO
--- old/testpath-0.4.1/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
+++ new/testpath-0.4.2/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: testpath
-Version: 0.4.1
+Version: 0.4.2
 Summary: Test utilities for code working with files and commands
 Home-page: https://github.com/jupyter/testpath
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testpath-0.4.1/doc/conf.py 
new/testpath-0.4.2/doc/conf.py
--- old/testpath-0.4.1/doc/conf.py      2018-09-27 22:16:18.024534000 +0200
+++ new/testpath-0.4.2/doc/conf.py      2018-10-02 08:31:26.421049000 +0200
@@ -55,7 +55,7 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.4.1'
+version = '0.4.2'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testpath-0.4.1/pyproject.toml 
new/testpath-0.4.2/pyproject.toml
--- old/testpath-0.4.1/pyproject.toml   2018-09-27 22:16:25.187562500 +0200
+++ new/testpath-0.4.2/pyproject.toml   2018-10-02 08:30:55.218157500 +0200
@@ -10,7 +10,7 @@
 description-file = "README.rst"
 classifiers = [
     "Intended Audience :: Developers",
-    "License :: OSI Approved :: MIT License",
+    "License :: OSI Approved :: BSD License",
     "Programming Language :: Python",
     "Programming Language :: Python :: 2",
     "Programming Language :: Python :: 3",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testpath-0.4.1/setup.py new/testpath-0.4.2/setup.py
--- old/testpath-0.4.1/setup.py 1970-01-01 01:00:00.000000000 +0100
+++ new/testpath-0.4.2/setup.py 1970-01-01 01:00:00.000000000 +0100
@@ -10,10 +10,10 @@
 {'': ['*']}
 
 extras_require = \
-{':extra == "test" and ( python_version == "2.7")': ['pathlib2']}
+{'test:python_version == "2.7"': ['pathlib2']}
 
 setup(name='testpath',
-      version='0.4.1',
+      version='0.4.2',
       description='Test utilities for code working with files and commands',
       author='Jupyter Development Team',
       author_email='jupy...@googlegroups.com',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testpath-0.4.1/testpath/__init__.py 
new/testpath-0.4.2/testpath/__init__.py
--- old/testpath-0.4.1/testpath/__init__.py     2018-09-27 22:16:14.597520400 
+0200
+++ new/testpath-0.4.2/testpath/__init__.py     2018-10-02 08:31:26.435049000 
+0200
@@ -3,4 +3,4 @@
 from .env import temporary_env, modified_env, make_env_restorer
 from .commands import MockCommand, assert_calls
 
-__version__ = '0.4.1'
+__version__ = '0.4.2'


Reply via email to