Accepting request 1140102 from devel:languages:python:numeric

- update to 1.83:
  * This release reverts the removal of the .strand, .ref, and
    .ref_db attributes of the SeqFeature which was done without a
    deprecation period. They are again aliases for
    .location.strand etc, but trigger deprecation warnings.

OBS-URL: https://build.opensuse.org/request/show/1140102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-biopython?expand=0&rev=12
This commit is contained in:
Ana Guerrero 2024-01-21 22:08:49 +00:00 committed by Git OBS Bridge
commit 893f76b937
4 changed files with 14 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jan 20 12:29:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.83:
* This release reverts the removal of the .strand, .ref, and
.ref_db attributes of the SeqFeature which was done without a
deprecation period. They are again aliases for
.location.strand etc, but trigger deprecation warnings.
-------------------------------------------------------------------
Wed Dec 27 09:23:42 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-biopython
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,7 +22,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-biopython
Version: 1.82
Version: 1.83
Release: 0
Summary: Python Tools for Computational Molecular Biology
License: BSD-3-Clause AND MIT