From bfcfc615602b7e125f4e6f54d112440d8a38dcba7d19efddd6155f42f5584a59 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 13 Aug 2021 14:01:21 +0000 Subject: [PATCH] Accepting request 911995 from home:glaubitz:branches:devel:languages:python - Update to 3.5.0: * Version 3.5.0 makes the module ready for Python 3.9. The methods "array.fromstring" and "array.tostring" will not exist in Python 3.9. One additional change that I have made is that I have gone back to my older implementation for __add__ on account of a bug in the new implementation that I had incorporated in Version 3.4.9. OBS-URL: https://build.opensuse.org/request/show/911995 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BitVector?expand=0&rev=5 --- BitVector-3.4.9.tar.gz | 3 --- BitVector-3.5.0.tar.gz | 3 +++ python-BitVector.changes | 10 ++++++++++ python-BitVector.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 BitVector-3.4.9.tar.gz create mode 100644 BitVector-3.5.0.tar.gz diff --git a/BitVector-3.4.9.tar.gz b/BitVector-3.4.9.tar.gz deleted file mode 100644 index 98ebec4..0000000 --- a/BitVector-3.4.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5e94cbb4804213b1f0c32d84517cd8f0bb8c689b5eb8055d351632e220a5edd -size 128306 diff --git a/BitVector-3.5.0.tar.gz b/BitVector-3.5.0.tar.gz new file mode 100644 index 0000000..b913606 --- /dev/null +++ b/BitVector-3.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac2fbccf11e325115827ed7be03e5fd62615227b0bbf3fa5a18a842a221839c +size 161704 diff --git a/python-BitVector.changes b/python-BitVector.changes index c3a2c6a..72a122a 100644 --- a/python-BitVector.changes +++ b/python-BitVector.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Aug 13 13:55:15 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 3.5.0: + * Version 3.5.0 makes the module ready for Python 3.9. The methods + "array.fromstring" and "array.tostring" will not exist in Python 3.9. + One additional change that I have made is that I have gone back to my + older implementation for __add__ on account of a bug in the new + implementation that I had incorporated in Version 3.4.9. + ------------------------------------------------------------------- Mon Apr 1 12:55:55 UTC 2019 - Tomáš Chvátal diff --git a/python-BitVector.spec b/python-BitVector.spec index 196862e..0095be4 100644 --- a/python-BitVector.spec +++ b/python-BitVector.spec @@ -1,7 +1,7 @@ # # spec file for package python-BitVector # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-BitVector -Version: 3.4.9 +Version: 3.5.0 Release: 0 Summary: A memory-efficient packed representation for bit arrays in pure Python License: Python-2.0