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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df2a3efc991b9b5d7cc9d038a1452c6dac910c9ad2a0e47e408dd692c111688d
size 7514084

3
BioPerl-1.7.7.tar.gz Normal file
View File

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

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> Wed Sep 18 09:48:31 UTC 2019 - <timueller+perl@suse.de>

View File

@@ -17,14 +17,14 @@
Name: perl-BioPerl Name: perl-BioPerl
Version: 1.7.6 Version: 1.7.7
Release: 0 Release: 0
%define cpan_name BioPerl %define cpan_name BioPerl
Summary: Perl modules for biology Summary: Perl modules for biology
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name} Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/C/CD/CDRAUG/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/C/CJ/CJFIELDS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -120,7 +120,7 @@ and contribute your own if possible.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor