From cd05edb6debc4ed7432228a4ef8636b7047df7f51bd1e55b92f327c029fe592b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Jan 2022 15:23:29 +0000 Subject: [PATCH] - 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 --- bitstring-3.1.7.tar.gz | 3 --- bitstring-3.1.9.tar.gz | 3 +++ python-bitstring.changes | 12 ++++++++++++ python-bitstring.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 bitstring-3.1.7.tar.gz create mode 100644 bitstring-3.1.9.tar.gz diff --git a/bitstring-3.1.7.tar.gz b/bitstring-3.1.7.tar.gz deleted file mode 100644 index 086207a..0000000 --- a/bitstring-3.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa4a9f6fc8a15e69c6266968741b2cd7827001d646bd66b46fb6e93a28571f79 -size 407574 diff --git a/bitstring-3.1.9.tar.gz b/bitstring-3.1.9.tar.gz new file mode 100644 index 0000000..b232737 --- /dev/null +++ b/bitstring-3.1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32da255b20b93a15260a8498170411ef1f112de5e5011fd0ae81fd834edf5f07 +size 408443 diff --git a/python-bitstring.changes b/python-bitstring.changes index 89c16c9..4cdaac9 100644 --- a/python-bitstring.changes +++ b/python-bitstring.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jan 15 15:22:21 UTC 2022 - Dirk Müller + +- 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). + ------------------------------------------------------------------- Thu Sep 17 11:29:36 UTC 2020 - Dirk Mueller diff --git a/python-bitstring.spec b/python-bitstring.spec index f098218..74e5279 100644 --- a/python-bitstring.spec +++ b/python-bitstring.spec @@ -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