forked from pool/python-BitVector
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user