diff --git a/fastimport-0.9.4.tar.gz b/fastimport-0.9.4.tar.gz new file mode 100644 index 0000000..1a766ff --- /dev/null +++ b/fastimport-0.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0804025ed67bde2e1250299af645197cc3a8785baf4d02cba95f2f4a391d4d +size 24553 diff --git a/python-fastimport-0.9.2.tar.bz2 b/python-fastimport-0.9.2.tar.bz2 deleted file mode 100644 index c85d55a..0000000 --- a/python-fastimport-0.9.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3830c77b930d58afbd38cf80a254d134f77788530e95dd20d7211a62804cd6b3 -size 28044 diff --git a/python-fastimport.changes b/python-fastimport.changes index e056e00..122706a 100644 --- a/python-fastimport.changes +++ b/python-fastimport.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue May 5 08:59:16 UTC 2015 - benoit.monin@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 + ------------------------------------------------------------------- Mon Jul 2 07:37:20 UTC 2012 - saschpe@suse.de diff --git a/python-fastimport.spec b/python-fastimport.spec index b74e60f..4474f1b 100644 --- a/python-fastimport.spec +++ b/python-fastimport.spec @@ -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 @@ It is currently used by bzr-fastimport and dulwich. hg-fastimport and 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 @@ python setup.py install --prefix="%_prefix" --root="%buildroot"; %files %defattr(-,root,root) -%doc AUTHORS COPYING.txt %python_sitelib/fastimport %python_sitelib/fastimport*egg-info