Hello community,

here is the log from the commit of package python3-pkginfo for openSUSE:Factory 
checked in at 2017-01-24 10:31:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pkginfo (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pkginfo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pkginfo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pkginfo/python3-pkginfo.changes  
2016-07-05 09:53:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pkginfo.new/python3-pkginfo.changes     
2017-01-24 10:31:58.118586865 +0100
@@ -1,0 +2,13 @@
+Sat Nov 19 00:55:14 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated license, changed to MIT in 1.4.0
+
+- update to version 1.4.1:
+  * Packaging only change (invalid sdist bulit for 1.4.0).
+
+- changes from version 1.4.0:
+  * Relicense under MIT license: the PSF license is not suitable for
+    third-party libraries.
+
+-------------------------------------------------------------------

Old:
----
  pkginfo-1.3.2.tar.gz

New:
----
  pkginfo-1.4.1.tar.gz

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

Other differences:
------------------
++++++ python3-pkginfo.spec ++++++
--- /var/tmp/diff_new_pack.GaMdye/_old  2017-01-24 10:31:58.458538660 +0100
+++ /var/tmp/diff_new_pack.GaMdye/_new  2017-01-24 10:31:58.462538093 +0100
@@ -17,10 +17,10 @@
 
 
 Name:           python3-pkginfo
-Version:        1.3.2
+Version:        1.4.1
 Release:        0
 Summary:        Query metadatdata from sdists / bdists / installed packages
-License:        Python-2.0
+License:        MIT
 Group:          Development/Languages/Python
 Url:            http://pypi.python.org/pypi/pkginfo/
 Source:         
https://files.pythonhosted.org/packages/source/p/pkginfo/pkginfo-%{version}.tar.gz

++++++ pkginfo-1.3.2.tar.gz -> pkginfo-1.4.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.3.2/CHANGES.txt 
new/pkginfo-1.4.1/CHANGES.txt
--- old/pkginfo-1.3.2/CHANGES.txt       2016-05-24 15:20:25.000000000 +0200
+++ new/pkginfo-1.4.1/CHANGES.txt       2016-11-07 15:37:31.000000000 +0100
@@ -1,6 +1,17 @@
 ``pkginfo`` Changelog
 =====================
 
+1.4.1 (2016-11-07)
+------------------
+
+- Packaging only change (invalid sdist bulit for 1.4.0).
+
+1.4.0 (2016-11-04)
+------------------
+
+- Relicense under MIT license:  the PSF license is not suitable for
+  third-party libraries.
+
 1.3.2 (2016-05-24)
 ------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.3.2/LICENSE.txt 
new/pkginfo-1.4.1/LICENSE.txt
--- old/pkginfo-1.3.2/LICENSE.txt       1970-01-01 01:00:00.000000000 +0100
+++ new/pkginfo-1.4.1/LICENSE.txt       2016-11-04 21:17:33.000000000 +0100
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2009 Agendaless Consulting, Inc.
+
+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.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.3.2/PKG-INFO new/pkginfo-1.4.1/PKG-INFO
--- old/pkginfo-1.3.2/PKG-INFO  2016-05-24 15:22:56.000000000 +0200
+++ new/pkginfo-1.4.1/PKG-INFO  2016-11-07 15:41:39.000000000 +0100
@@ -1,11 +1,11 @@
 Metadata-Version: 1.1
 Name: pkginfo
-Version: 1.3.2
+Version: 1.4.1
 Summary: Query metadatdata from sdists / bdists / installed packages.
 Home-page: https://code.launchpad.net/~tseaver/pkginfo/trunk
 Author: Tres Seaver, Agendaless Consulting
 Author-email: tsea...@agendaless.com
-License: Python
+License: MIT
 Description: ``pkginfo`` README
         ==================
         
@@ -24,6 +24,17 @@
         ``pkginfo`` Changelog
         =====================
         
+        1.4.1 (2016-11-07)
+        ------------------
+        
+        - Packaging only change (invalid sdist bulit for 1.4.0).
+        
+        1.4.0 (2016-11-04)
+        ------------------
+        
+        - Relicense under MIT license:  the PSF license is not suitable for
+          third-party libraries.
+        
         1.3.2 (2016-05-24)
         ------------------
         
@@ -242,7 +253,7 @@
 Platform: Unix
 Platform: Windows
 Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: Python Software Foundation License
+Classifier: License :: OSI Approved :: MIT License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.3.2/pkginfo/tests/__init__.py 
new/pkginfo-1.4.1/pkginfo/tests/__init__.py
--- old/pkginfo-1.3.2/pkginfo/tests/__init__.py 2016-05-23 23:58:58.000000000 
+0200
+++ new/pkginfo-1.4.1/pkginfo/tests/__init__.py 2016-11-04 21:29:27.000000000 
+0100
@@ -18,7 +18,7 @@
     testcase.assertEqual(list(installed.classifiers),
                          [
       'Intended Audience :: Developers',
-      'License :: OSI Approved :: Python Software Foundation License',
+      'License :: OSI Approved :: MIT License',
       'Operating System :: OS Independent',
       'Programming Language :: Python :: 2.7',
       'Programming Language :: Python :: 3.3',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.3.2/pkginfo.egg-info/PKG-INFO 
new/pkginfo-1.4.1/pkginfo.egg-info/PKG-INFO
--- old/pkginfo-1.3.2/pkginfo.egg-info/PKG-INFO 2016-05-24 15:22:53.000000000 
+0200
+++ new/pkginfo-1.4.1/pkginfo.egg-info/PKG-INFO 2016-11-07 15:41:38.000000000 
+0100
@@ -1,11 +1,11 @@
 Metadata-Version: 1.1
 Name: pkginfo
-Version: 1.3.2
+Version: 1.4.1
 Summary: Query metadatdata from sdists / bdists / installed packages.
 Home-page: https://code.launchpad.net/~tseaver/pkginfo/trunk
 Author: Tres Seaver, Agendaless Consulting
 Author-email: tsea...@agendaless.com
-License: Python
+License: MIT
 Description: ``pkginfo`` README
         ==================
         
@@ -24,6 +24,17 @@
         ``pkginfo`` Changelog
         =====================
         
+        1.4.1 (2016-11-07)
+        ------------------
+        
+        - Packaging only change (invalid sdist bulit for 1.4.0).
+        
+        1.4.0 (2016-11-04)
+        ------------------
+        
+        - Relicense under MIT license:  the PSF license is not suitable for
+          third-party libraries.
+        
         1.3.2 (2016-05-24)
         ------------------
         
@@ -242,7 +253,7 @@
 Platform: Unix
 Platform: Windows
 Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: Python Software Foundation License
+Classifier: License :: OSI Approved :: MIT License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.3.2/pkginfo.egg-info/SOURCES.txt 
new/pkginfo-1.4.1/pkginfo.egg-info/SOURCES.txt
--- old/pkginfo-1.3.2/pkginfo.egg-info/SOURCES.txt      2016-05-24 
15:22:56.000000000 +0200
+++ new/pkginfo-1.4.1/pkginfo.egg-info/SOURCES.txt      2016-11-07 
15:41:39.000000000 +0100
@@ -1,5 +1,6 @@
 .bzrignore
 CHANGES.txt
+LICENSE.txt
 README.txt
 TODO.txt
 setup.cfg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.3.2/setup.py new/pkginfo-1.4.1/setup.py
--- old/pkginfo-1.3.2/setup.py  2016-05-24 15:20:28.000000000 +0200
+++ new/pkginfo-1.4.1/setup.py  2016-11-07 15:37:38.000000000 +0100
@@ -20,7 +20,7 @@
 
 setup(
     name='pkginfo',
-    version='1.3.2',
+    version='1.4.1',
     description='Query metadatdata from sdists / bdists / installed packages.',
     platforms=['Unix', 'Windows'],
     long_description='\n\n'.join([README, CHANGES]),
@@ -28,10 +28,10 @@
     url='https://code.launchpad.net/~tseaver/pkginfo/trunk',
     author='Tres Seaver, Agendaless Consulting',
     author_email='tsea...@agendaless.com',
-    license='Python',
+    license='MIT',
     classifiers=[
       'Intended Audience :: Developers',
-      'License :: OSI Approved :: Python Software Foundation License',
+      'License :: OSI Approved :: MIT License',
       'Operating System :: OS Independent',
       'Programming Language :: Python :: 2.7',
       'Programming Language :: Python :: 3.3',


Reply via email to