Accepting request 755080 from devel:languages:perl:autoupdate

- updated to 1.7.7
   see /usr/share/doc/packages/perl-BioPerl/Changes
  1.7.7     2019-12-07 13:41:36-06:00 America/Chicago
  
      * The program bp_chaos_plot has been removed.
  
      * GD is now no longer a dependency, suggestion or requirement.
  
      * #321 - GenBank format fix for un-quoted features, text wrapping
  
      * Bio::DB::Query::WebQuery now includes methods for delay(), delay_policy(),
        and a 'private' _sleep() function that mirror those from
        Bio::DB::WebDBSeqI, primarily for compliance with potential website
        restrictions for the number and frequency of queries (e.g. NCBI eUtils).
        
      * Fix bug #329, related to Bio::Tree::Statistics::transfer_bootstrap_expectation
        in last release.

OBS-URL: https://build.opensuse.org/request/show/755080
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-BioPerl?expand=0&rev=9
This commit is contained in:
Lars Vogdt
2019-12-09 08:31:41 +00:00
committed by Git OBS Bridge
parent 12aa042732
commit dc8a12333e
4 changed files with 28 additions and 6 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Dec 8 03:12:41 UTC 2019 - <timueller+perl@suse.de>
- updated to 1.7.7
see /usr/share/doc/packages/perl-BioPerl/Changes
1.7.7 2019-12-07 13:41:36-06:00 America/Chicago
* The program bp_chaos_plot has been removed.
* GD is now no longer a dependency, suggestion or requirement.
* #321 - GenBank format fix for un-quoted features, text wrapping
* Bio::DB::Query::WebQuery now includes methods for delay(), delay_policy(),
and a 'private' _sleep() function that mirror those from
Bio::DB::WebDBSeqI, primarily for compliance with potential website
restrictions for the number and frequency of queries (e.g. NCBI eUtils).
* Fix bug #329, related to Bio::Tree::Statistics::transfer_bootstrap_expectation
in last release.
-------------------------------------------------------------------
Wed Sep 18 09:48:31 UTC 2019 - <timueller+perl@suse.de>