14
0

Accepting request 305414 from home:benoit_monin:branches:devel:languages:python

- update to version 0.9.4
- point the source URL to pypi
- pass -n to setup macro: source archive is now named fastimport
- remove documentation: not provided anymore by upstream

OBS-URL: https://build.opensuse.org/request/show/305414
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastimport?expand=0&rev=6
This commit is contained in:
2015-05-05 09:40:02 +00:00
committed by Git OBS Bridge
parent c39086577f
commit f27eb3fa0a
4 changed files with 26 additions and 8 deletions

3
fastimport-0.9.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad0804025ed67bde2e1250299af645197cc3a8785baf4d02cba95f2f4a391d4d
size 24553

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3830c77b930d58afbd38cf80a254d134f77788530e95dd20d7211a62804cd6b3
size 28044

View File

@@ -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

View File

@@ -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