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

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