Accepting request 1206739 from devel:languages:python:numeric

- update to 1.84:
  * The old parser stores information in a
    Bio.Blast.NCBIXML.Blast object, with attribute names based on
    plain-text Blast output. The new parser stores information in
    a Bio.Blast.Record object. This class follows the DTD that
    describes the XML in terms of attribute names and dictionary
    key names, class structure, and object types. This makes it
    easier to find the detailed description of each field in the
    NCBI Blast documentation.
  * The old parser stores alignment information directly as seen
    in the BLAST XML output, i.e. as strings with dashes to
    represent gaps. The new parser stores the alignment
    information as a Bio.Align.Alignment object, which can then
    be used to e.g. print the alignment in a different format.

OBS-URL: https://build.opensuse.org/request/show/1206739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-biopython?expand=0&rev=13
This commit is contained in:
Ana Guerrero 2024-10-10 20:15:08 +00:00 committed by Git OBS Bridge
commit 2568d7f53c
4 changed files with 22 additions and 4 deletions

View File

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

3
biopython-1.84.tar.gz Normal file
View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Oct 10 15:36:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.84:
* The old parser stores information in a
Bio.Blast.NCBIXML.Blast object, with attribute names based on
plain-text Blast output. The new parser stores information in
a Bio.Blast.Record object. This class follows the DTD that
describes the XML in terms of attribute names and dictionary
key names, class structure, and object types. This makes it
easier to find the detailed description of each field in the
NCBI Blast documentation.
* The old parser stores alignment information directly as seen
in the BLAST XML output, i.e. as strings with dashes to
represent gaps. The new parser stores the alignment
information as a Bio.Align.Alignment object, which can then
be used to e.g. print the alignment in a different format.
-------------------------------------------------------------------
Sat Jan 20 12:29:01 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -22,7 +22,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-biopython
Version: 1.83
Version: 1.84
Release: 0
Summary: Python Tools for Computational Molecular Biology
License: BSD-3-Clause AND MIT