Hello community,

here is the log from the commit of package python-ec2metadata for 
openSUSE:Factory checked in at 2014-08-13 17:08:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ec2metadata (Old)
 and      /work/SRC/openSUSE:Factory/.python-ec2metadata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ec2metadata"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ec2metadata/python-ec2metadata.changes    
2014-06-24 15:16:33.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ec2metadata.new/python-ec2metadata.changes   
    2014-08-13 17:08:52.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Aug 13 08:29:31 UTC 2014 - [email protected]
+
+- Bump to version 1.5.2
+  + fix the no argument use case
+
+-------------------------------------------------------------------

Old:
----
  ec2metadata-1.5.1.tar.gz

New:
----
  ec2metadata-1.5.2.tar.gz

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

Other differences:
------------------
++++++ python-ec2metadata.spec ++++++
--- /var/tmp/diff_new_pack.1eUMNK/_old  2014-08-13 17:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.1eUMNK/_new  2014-08-13 17:08:52.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define upstream_name ec2metadata
 Name:           python-ec2metadata
-Version:        1.5.1
+Version:        1.5.2
 Release:        0
 Summary:        Collect instance metadata in EC2
 License:        GPL-3.0+

++++++ ec2metadata-1.5.1.tar.gz -> ec2metadata-1.5.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ec2metadata-1.5.1/ec2metadata 
new/ec2metadata-1.5.2/ec2metadata
--- old/ec2metadata-1.5.1/ec2metadata   2014-06-23 17:52:21.000000000 +0200
+++ new/ec2metadata-1.5.2/ec2metadata   2014-08-13 10:16:05.000000000 +0200
@@ -71,7 +71,7 @@
         usage(getopt_metaopts, e)
 
     if len(opts) == 0:
-        ec2metadata.display(meta, meta.getMetaOptions(), prefix=True)
+        ec2metautils.display(meta, meta.getMetaOptions(), prefix=True)
         return
 
     metaopts = []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ec2metadata-1.5.1/setup.py 
new/ec2metadata-1.5.2/setup.py
--- old/ec2metadata-1.5.1/setup.py      2014-06-23 17:52:21.000000000 +0200
+++ new/ec2metadata-1.5.2/setup.py      2014-08-13 10:16:05.000000000 +0200
@@ -33,7 +33,7 @@
         license='GPL-3.0+',
         author='Alon Swartz, Robert Schweikert',
         author_email='[email protected], [email protected]',
-        version='1.5.1',
+        version='1.5.2',
         packages=setuptools.find_packages('lib'),
         package_dir={
             '': 'lib',

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to