From 0a4cd263e7b3ea698f02041dbbd6736d1c1e8eb099b715e2b86f2c0e2b90eb3c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 Aug 2016 11:49:45 +0000 Subject: [PATCH] Accepting request 416195 from home:mnhauke - Update to version 3.1.5 * Support initialisation from an array. * Added a separate LICENSE file. - Update to version 3.1.4 * Fix for bitstring types when created directly from other bitstring types. * Updating contact, website details. - Update to version 3.1.3 * Fix for problem with prepend for bitstrings with byte offsets in their data store. OBS-URL: https://build.opensuse.org/request/show/416195 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstring?expand=0&rev=7 --- bitstring-3.1.2.zip | 3 --- bitstring-3.1.5.zip | 3 +++ python-bitstring.changes | 14 ++++++++++++++ python-bitstring.spec | 11 ++++++----- 4 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 bitstring-3.1.2.zip create mode 100644 bitstring-3.1.5.zip diff --git a/bitstring-3.1.2.zip b/bitstring-3.1.2.zip deleted file mode 100644 index 0d3c6ef..0000000 --- a/bitstring-3.1.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d79809a09de74c676855b718ffc2299e6592c958d1f7211c02a12922671e37c4 -size 620496 diff --git a/bitstring-3.1.5.zip b/bitstring-3.1.5.zip new file mode 100644 index 0000000..63ded67 --- /dev/null +++ b/bitstring-3.1.5.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c163a86fcef377c314690051885d86b47419e3e1770990c212e16723c1c08faa +size 624428 diff --git a/python-bitstring.changes b/python-bitstring.changes index 8633b1d..87bdca7 100644 --- a/python-bitstring.changes +++ b/python-bitstring.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Jul 31 15:18:28 UTC 2016 - mardnh@gmx.de + +- Update to version 3.1.5 + * Support initialisation from an array. + * Added a separate LICENSE file. + +- Update to version 3.1.4 + * Fix for bitstring types when created directly from other bitstring types. + * Updating contact, website details. + +- Update to version 3.1.3 + * Fix for problem with prepend for bitstrings with byte offsets in their data store. + ------------------------------------------------------------------- Sat Apr 20 12:37:23 UTC 2013 - p.drouand@gmail.com diff --git a/python-bitstring.spec b/python-bitstring.spec index 1f12ed7..3ca1d43 100644 --- a/python-bitstring.spec +++ b/python-bitstring.spec @@ -1,7 +1,7 @@ # # spec file for package python-bitstring # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,16 +13,17 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-bitstring -Version: 3.1.2 +Version: 3.1.5 Release: 0 Url: http://python-bitstring.googlecode.com Summary: Simple construction, analysis and modification of binary data License: MIT Group: Development/Libraries/Python -Source: http://pypi.python.org/packages/source/b/bitstring/bitstring-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/b/bitstring/bitstring-%{version}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: unzip @@ -48,7 +49,7 @@ similar to a file or stream. sed -i '/^#!/d' bitstring.py # Fix wrong EOL encoding: -sed -i 's/\r$//' README.txt release_notes.txt +sed -i 's/\r$//' README.rst release_notes.txt %build python setup.py build @@ -58,7 +59,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root) -%doc README.txt release_notes.txt doc/* +%doc LICENSE README.rst release_notes.txt doc/* %{python_sitelib}/* %changelog