forked from pool/python-bitstring
- update to 3.1.9:
* Fixed a couple of outdated results in the readme (Issue 214). * Some more documentation tidying. * Turned off some debug code by default. * Fixed a couple of failing tests in different Python versions. * Fix for consistent pos initialisation semantics for different types. * Change to allow wheels to be uploaded to PyPI. * More work for LSB0 mode, but still not finished or documented (sorry). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstring?expand=0&rev=19
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-bitstring
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 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.7
|
||||
Version: 3.1.9
|
||||
Release: 0
|
||||
Summary: Python module for the construction, analysis and modification of binary data
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user