diff --git a/bitstring-3.1.6.tar.gz b/bitstring-3.1.6.tar.gz deleted file mode 100644 index 4f69e8f..0000000 --- a/bitstring-3.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41fbc1d71b871f985dfe00d2e74e17add8b47e51e1a9e0634ae4c18ea7181418 -size 751557 diff --git a/bitstring-3.1.7.tar.gz b/bitstring-3.1.7.tar.gz new file mode 100644 index 0000000..086207a --- /dev/null +++ b/bitstring-3.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4a9f6fc8a15e69c6266968741b2cd7827001d646bd66b46fb6e93a28571f79 +size 407574 diff --git a/python-bitstring.changes b/python-bitstring.changes index 00ffa8a..89c16c9 100644 --- a/python-bitstring.changes +++ b/python-bitstring.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 17 11:29:36 UTC 2020 - Dirk Mueller + +- 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) + ------------------------------------------------------------------- Fri Sep 13 11:15:20 UTC 2019 - Tomáš Chvátal diff --git a/python-bitstring.spec b/python-bitstring.spec index 04bcf48..f098218 100644 --- a/python-bitstring.spec +++ b/python-bitstring.spec @@ -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