From f59a2df26c25d9c10fd86f90621f306f856eb44e0a057231eee382e0ddd4266e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Jan 2024 12:29:16 +0000 Subject: [PATCH] - 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 --- biopython-1.82.tar.gz | 3 --- biopython-1.83.tar.gz | 3 +++ python-biopython.changes | 9 +++++++++ python-biopython.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 biopython-1.82.tar.gz create mode 100644 biopython-1.83.tar.gz diff --git a/biopython-1.82.tar.gz b/biopython-1.82.tar.gz deleted file mode 100644 index 20bd388..0000000 --- a/biopython-1.82.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9b10d959ae88a9744a91c6ce3601f4c86e7ec41679bc93c29f679218f6167bb -size 19432124 diff --git a/biopython-1.83.tar.gz b/biopython-1.83.tar.gz new file mode 100644 index 0000000..636d1f5 --- /dev/null +++ b/biopython-1.83.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e6bfb78de63034037afd35fe77cb6e0a9e5b62706becf78a7d922b16ed83f7 +size 19431530 diff --git a/python-biopython.changes b/python-biopython.changes index 2f16f7f..2e5a1a1 100644 --- a/python-biopython.changes +++ b/python-biopython.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jan 20 12:29:01 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-biopython.spec b/python-biopython.spec index 56b60d4..f42b854 100644 --- a/python-biopython.spec +++ b/python-biopython.spec @@ -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