Hello community,

here is the log from the commit of package python-metaextract for 
openSUSE:Factory checked in at 2017-04-26 21:43:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-metaextract (Old)
 and      /work/SRC/openSUSE:Factory/.python-metaextract.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-metaextract"

Wed Apr 26 21:43:34 2017 rev:5 rq:490296 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-metaextract/python-metaextract.changes    
2017-03-01 23:43:47.339990685 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-metaextract.new/python-metaextract.changes   
    2017-04-26 21:43:36.552636555 +0200
@@ -1,0 +2,6 @@
+Mon Apr 24 13:00:02 UTC 2017 - tbecht...@suse.com
+
+update to version 1.0.2
+  * Fix entrypoint typo 'metaextact'
+
+-------------------------------------------------------------------

Old:
----
  metaextract-1.0.0.tar.gz

New:
----
  metaextract-1.0.2.tar.gz

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

Other differences:
------------------
++++++ python-metaextract.spec ++++++
--- /var/tmp/diff_new_pack.5logXZ/_old  2017-04-26 21:43:37.360522504 +0200
+++ /var/tmp/diff_new_pack.5logXZ/_new  2017-04-26 21:43:37.360522504 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-metaextract
-Version:        1.0.0
+Version:        1.0.2
 Release:        0
 Summary:        get metadata for python modules
 License:        Apache-2.0
@@ -50,7 +50,7 @@
 %files
 %defattr(-,root,root,-)
 %doc README.rst LICENSE
-%{_bindir}/metaextact
+%{_bindir}/metaextract
 %{python_sitelib}/*
 
 %changelog

++++++ metaextract-1.0.0.tar.gz -> metaextract-1.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metaextract-1.0.0/PKG-INFO 
new/metaextract-1.0.2/PKG-INFO
--- old/metaextract-1.0.0/PKG-INFO      2017-03-01 00:03:55.000000000 +0100
+++ new/metaextract-1.0.2/PKG-INFO      2017-04-24 14:56:18.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: metaextract
-Version: 1.0.0
+Version: 1.0.2
 Summary: get metadata for python modules
 Home-page: http://github.com/toabctl/metaextract
 Author: Thomas Bechtold
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metaextract-1.0.0/metaextract/__init__.py 
new/metaextract-1.0.2/metaextract/__init__.py
--- old/metaextract-1.0.0/metaextract/__init__.py       2017-03-01 
00:03:36.000000000 +0100
+++ new/metaextract-1.0.2/metaextract/__init__.py       2017-04-24 
14:55:44.000000000 +0200
@@ -15,4 +15,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-__version__ = "1.0.0"
+__version__ = "1.0.2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metaextract-1.0.0/metaextract.egg-info/PKG-INFO 
new/metaextract-1.0.2/metaextract.egg-info/PKG-INFO
--- old/metaextract-1.0.0/metaextract.egg-info/PKG-INFO 2017-03-01 
00:03:55.000000000 +0100
+++ new/metaextract-1.0.2/metaextract.egg-info/PKG-INFO 2017-04-24 
14:56:17.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: metaextract
-Version: 1.0.0
+Version: 1.0.2
 Summary: get metadata for python modules
 Home-page: http://github.com/toabctl/metaextract
 Author: Thomas Bechtold
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/metaextract-1.0.0/metaextract.egg-info/entry_points.txt 
new/metaextract-1.0.2/metaextract.egg-info/entry_points.txt
--- old/metaextract-1.0.0/metaextract.egg-info/entry_points.txt 2017-03-01 
00:03:55.000000000 +0100
+++ new/metaextract-1.0.2/metaextract.egg-info/entry_points.txt 2017-04-24 
14:56:17.000000000 +0200
@@ -1,3 +1,3 @@
 [console_scripts]
-metaextact = metaextract.cmds:main
+metaextract = metaextract.cmds:main
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metaextract-1.0.0/setup.py 
new/metaextract-1.0.2/setup.py
--- old/metaextract-1.0.0/setup.py      2017-02-28 23:43:30.000000000 +0100
+++ new/metaextract-1.0.2/setup.py      2017-04-24 14:55:44.000000000 +0200
@@ -45,7 +45,7 @@
     ],
     entry_points={
         'console_scripts': [
-            'metaextact=metaextract.cmds:main',
+            'metaextract=metaextract.cmds:main',
         ],
     }
 )


Reply via email to