1
0

- 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/package/show/devel:languages:python:numeric/python-biopython?expand=0&rev=23
This commit is contained in:
2024-01-20 12:29:16 +00:00
committed by Git OBS Bridge
parent 323e9018aa
commit 07d19599d8
4 changed files with 14 additions and 5 deletions

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>