17
0

Accepting request 911997 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/911997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-BitVector?expand=0&rev=3
This commit is contained in:
Richard Brown
2021-08-16 08:11:32 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 5 deletions

View File

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

3
BitVector-3.5.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Aug 13 13:55:15 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <tchvatal@suse.com>

View File

@@ -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