Hello community,

here is the log from the commit of package python3-pkginfo for openSUSE:Factory 
checked in at 2016-07-05 09:52:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-25 21:25:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pkginfo.new/python3-pkginfo.changes     
2016-07-05 09:53:07.000000000 +0200
@@ -1,0 +2,15 @@
+Mon Jul  4 16:11:34 UTC 2016 - a...@gmx.de
+
+- update to version 1.3.2:
+  * Packaging-only change (automate fix for wheel built for 1.3.1).
+
+- changes from version 1.3.1:
+  * Packaging-only change (invalid wheel built for 1.3.0).
+
+- changes from version 1.3.0:
+  * Update homepage URL to point to Launchpad, rather than PyPI.
+  * Add support for building wheels.
+  * Add support for Python 3.5.
+  * Drop support for Python 2.6 and 3.2.
+
+-------------------------------------------------------------------
@@ -6 +20,0 @@
-

Old:
----
  pkginfo-1.2.1.tar.gz

New:
----
  pkginfo-1.3.2.tar.gz

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

Other differences:
------------------
++++++ python3-pkginfo.spec ++++++
--- /var/tmp/diff_new_pack.FBe4TC/_old  2016-07-05 09:53:08.000000000 +0200
+++ /var/tmp/diff_new_pack.FBe4TC/_new  2016-07-05 09:53:08.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pkginfo
-Version:        1.2.1
+Version:        1.3.2
 Release:        0
 Summary:        Query metadatdata from sdists / bdists / installed packages
 License:        Python-2.0

++++++ pkginfo-1.2.1.tar.gz -> pkginfo-1.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.2.1/CHANGES.txt 
new/pkginfo-1.3.2/CHANGES.txt
--- old/pkginfo-1.2.1/CHANGES.txt       2015-01-02 19:52:59.000000000 +0100
+++ new/pkginfo-1.3.2/CHANGES.txt       2016-05-24 15:20:25.000000000 +0200
@@ -1,6 +1,27 @@
 ``pkginfo`` Changelog
 =====================
 
+1.3.2 (2016-05-24)
+------------------
+
+- Packaging-only change (automate fix for wheel built for 1.3.1).
+
+1.3.1 (2016-05-24)
+------------------
+
+- Packaging-only change (invalid wheel built for 1.3.0).
+
+1.3.0 (2016-05-23)
+------------------
+
+- Update homepage URL to point to Launchpad, rather than PyPI.
+
+- Add support for building wheels.
+
+- Add support for Python 3.5.
+
+- Drop support for Python 2.6 and 3.2.
+
 1.2.1 (2014-01-02)
 ------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.2.1/PKG-INFO new/pkginfo-1.3.2/PKG-INFO
--- old/pkginfo-1.2.1/PKG-INFO  2015-01-02 19:53:59.000000000 +0100
+++ new/pkginfo-1.3.2/PKG-INFO  2016-05-24 15:22:56.000000000 +0200
@@ -1,8 +1,8 @@
 Metadata-Version: 1.1
 Name: pkginfo
-Version: 1.2.1
+Version: 1.3.2
 Summary: Query metadatdata from sdists / bdists / installed packages.
-Home-page: http://pypi.python.org/pypi/pkginfo/
+Home-page: https://code.launchpad.net/~tseaver/pkginfo/trunk
 Author: Tres Seaver, Agendaless Consulting
 Author-email: tsea...@agendaless.com
 License: Python
@@ -24,6 +24,27 @@
         ``pkginfo`` Changelog
         =====================
         
+        1.3.2 (2016-05-24)
+        ------------------
+        
+        - Packaging-only change (automate fix for wheel built for 1.3.1).
+        
+        1.3.1 (2016-05-24)
+        ------------------
+        
+        - Packaging-only change (invalid wheel built for 1.3.0).
+        
+        1.3.0 (2016-05-23)
+        ------------------
+        
+        - Update homepage URL to point to Launchpad, rather than PyPI.
+        
+        - Add support for building wheels.
+        
+        - Add support for Python 3.5.
+        
+        - Drop support for Python 2.6 and 3.2.
+        
         1.2.1 (2014-01-02)
         ------------------
         
@@ -223,11 +244,10 @@
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Python Software Foundation License
 Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.2
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.2.1/pkginfo/tests/__init__.py 
new/pkginfo-1.3.2/pkginfo/tests/__init__.py
--- old/pkginfo-1.2.1/pkginfo/tests/__init__.py 2013-10-09 22:58:32.000000000 
+0200
+++ new/pkginfo-1.3.2/pkginfo/tests/__init__.py 2016-05-23 23:58:58.000000000 
+0200
@@ -20,10 +20,10 @@
       'Intended Audience :: Developers',
       'License :: OSI Approved :: Python Software Foundation License',
       'Operating System :: OS Independent',
-      'Programming Language :: Python :: 2.6',
       'Programming Language :: Python :: 2.7',
-      'Programming Language :: Python :: 3.2',
       'Programming Language :: Python :: 3.3',
+      'Programming Language :: Python :: 3.4',
+      'Programming Language :: Python :: 3.5',
       'Programming Language :: Python :: Implementation :: CPython',
       'Programming Language :: Python :: Implementation :: PyPy',
       'Topic :: Software Development :: Libraries :: Python Modules',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.2.1/pkginfo.egg-info/PKG-INFO 
new/pkginfo-1.3.2/pkginfo.egg-info/PKG-INFO
--- old/pkginfo-1.2.1/pkginfo.egg-info/PKG-INFO 2015-01-02 19:53:58.000000000 
+0100
+++ new/pkginfo-1.3.2/pkginfo.egg-info/PKG-INFO 2016-05-24 15:22:53.000000000 
+0200
@@ -1,8 +1,8 @@
 Metadata-Version: 1.1
 Name: pkginfo
-Version: 1.2.1
+Version: 1.3.2
 Summary: Query metadatdata from sdists / bdists / installed packages.
-Home-page: http://pypi.python.org/pypi/pkginfo/
+Home-page: https://code.launchpad.net/~tseaver/pkginfo/trunk
 Author: Tres Seaver, Agendaless Consulting
 Author-email: tsea...@agendaless.com
 License: Python
@@ -24,6 +24,27 @@
         ``pkginfo`` Changelog
         =====================
         
+        1.3.2 (2016-05-24)
+        ------------------
+        
+        - Packaging-only change (automate fix for wheel built for 1.3.1).
+        
+        1.3.1 (2016-05-24)
+        ------------------
+        
+        - Packaging-only change (invalid wheel built for 1.3.0).
+        
+        1.3.0 (2016-05-23)
+        ------------------
+        
+        - Update homepage URL to point to Launchpad, rather than PyPI.
+        
+        - Add support for building wheels.
+        
+        - Add support for Python 3.5.
+        
+        - Drop support for Python 2.6 and 3.2.
+        
         1.2.1 (2014-01-02)
         ------------------
         
@@ -223,11 +244,10 @@
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Python Software Foundation License
 Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.2
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.2.1/setup.cfg new/pkginfo-1.3.2/setup.cfg
--- old/pkginfo-1.2.1/setup.cfg 2015-01-02 19:53:59.000000000 +0100
+++ new/pkginfo-1.3.2/setup.cfg 2016-05-24 15:22:56.000000000 +0200
@@ -1,3 +1,6 @@
+[bdist_wheel]
+universal = 1
+
 [easy_install]
 zip_ok = false
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.2.1/setup.py new/pkginfo-1.3.2/setup.py
--- old/pkginfo-1.2.1/setup.py  2015-01-02 19:53:10.000000000 +0100
+++ new/pkginfo-1.3.2/setup.py  2016-05-24 15:20:28.000000000 +0200
@@ -20,12 +20,12 @@
 
 setup(
     name='pkginfo',
-    version='1.2.1',
+    version='1.3.2',
     description='Query metadatdata from sdists / bdists / installed packages.',
     platforms=['Unix', 'Windows'],
     long_description='\n\n'.join([README, CHANGES]),
     keywords='distribution sdist installed metadata',
-    url='http://pypi.python.org/pypi/pkginfo/',
+    url='https://code.launchpad.net/~tseaver/pkginfo/trunk',
     author='Tres Seaver, Agendaless Consulting',
     author_email='tsea...@agendaless.com',
     license='Python',
@@ -33,11 +33,10 @@
       'Intended Audience :: Developers',
       'License :: OSI Approved :: Python Software Foundation License',
       'Operating System :: OS Independent',
-      'Programming Language :: Python :: 2.6',
       'Programming Language :: Python :: 2.7',
-      'Programming Language :: Python :: 3.2',
       'Programming Language :: Python :: 3.3',
       'Programming Language :: Python :: 3.4',
+      'Programming Language :: Python :: 3.5',
       'Programming Language :: Python :: Implementation :: CPython',
       'Programming Language :: Python :: Implementation :: PyPy',
       'Topic :: Software Development :: Libraries :: Python Modules',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.2.1/tox.ini new/pkginfo-1.3.2/tox.ini
--- old/pkginfo-1.2.1/tox.ini   2015-01-02 19:15:19.000000000 +0100
+++ new/pkginfo-1.3.2/tox.ini   2016-05-24 00:03:53.000000000 +0200
@@ -1,7 +1,6 @@
 [tox]
 envlist = 
-#    py26,py27,py32,py33,pypy,cover
-    py26,py27,pypy,py32,py33,py34,pypy3,cover2,cover3,docs
+    py27,pypy,py33,py34,py35,pypy3,cover2,cover3,docs
 
 [testenv]
 commands = 
@@ -10,7 +9,7 @@
 
 [testenv:cover2]
 basepython =
-    python2.6
+    python2.7
 commands = 
     python setup.py develop
     python setup.py nosetests --with-xunit --with-xcoverage
@@ -21,7 +20,7 @@
 
 [testenv:cover3]
 basepython =
-    python3.2
+    python3.3
 commands = 
     python setup.py develop
     python setup.py nosetests --with-xunit --with-xcoverage
@@ -32,7 +31,7 @@
 
 [testenv:docs]
 basepython =
-    python2.6
+    python2.7
 commands = 
     sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
     sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest


Reply via email to