15
0

- update to 3.1.7:

* Fixing del not working correctly when stop value negative (Issue 201)
  * Removed deprecated direct import of ABC from collections module (Issue 196)
  * Tested and added explicit support for Python 3.7 and 3.8. (Issue 193)
  * Fixing a few stale links to documentation. (Issue 194)
  * Allowing initialisation with an io.BytesIO object. (Issue 189)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstring?expand=0&rev=17
This commit is contained in:
2020-09-17 11:30:31 +00:00
committed by Git OBS Bridge
parent 47d629cbaa
commit ded18d4519
4 changed files with 15 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bitstring
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 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-bitstring
Version: 3.1.6
Version: 3.1.7
Release: 0
Summary: Python module for the construction, analysis and modification of binary data
License: MIT