Accepting request 731701 from devel:languages:perl:autoupdate

- Add build dependency Gd
- Remove deps.patch (not used anymore)
- updated to 1.7.6
   see /usr/share/doc/packages/perl-BioPerl/Changes
  1.7.6     2019-08-28 12:37:01+01:00 Europe/London
  
      * The program bp_classify_hits_kingdom has been removed and is
        now part of the examples documentation instead.
  
      * GD is now listed as a suggestion instead of a requirement.  The
        bp_chaos_plot program will now work with the GD module.
  
      * New method Bio::Tree::Statistics::transfer_bootstrap_expectation
        to compute Transfer Bootstrap Expectation (TBE) for internal
        nodes based on the methods outlined in Lemoine et al, Nature,
        2018.
  
      * New method Bio::SeqIO::fasta::next_seq_fast to retrieve next
        sequence in the stream faster but not perfect.

OBS-URL: https://build.opensuse.org/request/show/731701
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-BioPerl?expand=0&rev=8
This commit is contained in:
2019-09-19 15:08:24 +00:00
committed by Git OBS Bridge
parent 76b00da068
commit 12aa042732
6 changed files with 37 additions and 40 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed Sep 18 09:48:31 UTC 2019 - <timueller+perl@suse.de>
- Add build dependency Gd
- Remove deps.patch (not used anymore)
-------------------------------------------------------------------
Wed Sep 18 09:35:33 UTC 2019 - <timueller+perl@suse.de>
- updated to 1.7.6
see /usr/share/doc/packages/perl-BioPerl/Changes
1.7.6 2019-08-28 12:37:01+01:00 Europe/London
* The program bp_classify_hits_kingdom has been removed and is
now part of the examples documentation instead.
* GD is now listed as a suggestion instead of a requirement. The
bp_chaos_plot program will now work with the GD module.
* New method Bio::Tree::Statistics::transfer_bootstrap_expectation
to compute Transfer Bootstrap Expectation (TBE) for internal
nodes based on the methods outlined in Lemoine et al, Nature,
2018.
* New method Bio::SeqIO::fasta::next_seq_fast to retrieve next
sequence in the stream faster but not perfect.
-------------------------------------------------------------------
Wed Apr 3 06:45:03 UTC 2019 - Stephan Kulow <coolo@suse.com>