Hello community,

here is the log from the commit of package python-fastimport for 
openSUSE:Factory checked in at 2015-05-06 07:49:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fastimport (Old)
 and      /work/SRC/openSUSE:Factory/.python-fastimport.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fastimport"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fastimport/python-fastimport.changes      
2012-09-05 09:59:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-fastimport.new/python-fastimport.changes 
2015-05-06 07:49:43.000000000 +0200
@@ -1,0 +2,19 @@
+Tue May  5 08:59:16 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.9.4:
+  * Get handlers from class object using getattr() for possible
+    inheritance (Cécile Tonglet)
+  * Fix 'check-pypy' by removing use of nonexistant target.
+    (masklinn)
+  * Use namedtuple for authorship tuple in
+    Commit.{author,committer}.(masklinn)
+- additional changes from version 0.9.3:
+  * Remove unused and untested helper single_plural, invert_dict,
+    invert_dictset, defines_to_dict and binary_stream.
+    (Jelmer Vernooij)
+  * Install NEWS and README files.
+- point the source URL to pypi
+- pass -n to setup macro: source archive is now named fastimport
+- remove documentation: not provided anymore by upstream
+
+-------------------------------------------------------------------

Old:
----
  python-fastimport-0.9.2.tar.bz2

New:
----
  fastimport-0.9.4.tar.gz

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

Other differences:
------------------
++++++ python-fastimport.spec ++++++
--- /var/tmp/diff_new_pack.zYs2G8/_old  2015-05-06 07:49:43.000000000 +0200
+++ /var/tmp/diff_new_pack.zYs2G8/_new  2015-05-06 07:49:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fastimport
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           python-fastimport
-Version:        0.9.2
+Version:        0.9.4
 Release:        0
 Summary:        Fastimport parser in Python
 License:        GPL-2.0+
 Group:          Development/Libraries/Python
 Url:            http://launchpad.net/python-fastimport
-Source:         %name-%version.tar.bz2
+Source:         
https://pypi.python.org/packages/source/f/fastimport/fastimport-%version.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -41,7 +41,7 @@
 git-remote-hg use a slightly modified version of it.
 
 %prep
-%setup -q
+%setup -q -n fastimport-%{version}
 
 %build
 python setup.py build;
@@ -51,7 +51,6 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING.txt
 %python_sitelib/fastimport
 %python_sitelib/fastimport*egg-info
 


Reply via email to