15
0

Accepting request 172621 from home:posophe:branches:devel:languages:python

simple update

OBS-URL: https://build.opensuse.org/request/show/172621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstring?expand=0&rev=5
This commit is contained in:
Denisart Benjamin
2013-04-20 12:47:24 +00:00
committed by Git OBS Bridge
parent 653157fc28
commit 87934c02f6
6 changed files with 22 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7cc3d34f605f80162e7441f90b9ef4f182306a946bbab806e83de31f48a4b38a
size 620245

3
bitstring-3.1.2.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d79809a09de74c676855b718ffc2299e6592c958d1f7211c02a12922671e37c4
size 620496

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Apr 20 12:37:23 UTC 2013 - p.drouand@gmail.com
- Update to version 3.1.2
+ this release has a fix for a problem where unpacked bytes could be
eight times too long.
-------------------------------------------------------------------
Tue Feb 26 13:12:50 UTC 2013 - p.drouand@gmail.com

View File

@@ -16,7 +16,7 @@
Name: python-bitstring
Version: 3.1.0
Version: 3.1.2
Release: 0
Url: http://python-bitstring.googlecode.com
Summary: Simple construction, analysis and modification of binary data
@@ -26,13 +26,11 @@ Source: http://pypi.python.org/packages/source/b/bitstring/bitstring-%{v
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: unzip
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
bitstring is a pure Python module designed to help make

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Apr 20 12:37:23 UTC 2013 - p.drouand@gmail.com
- Update to version 3.1.2
+ this release has a fix for a problem where unpacked bytes could be
eight times too long.
-------------------------------------------------------------------
Fri Jan 11 14:31:13 UTC 2013 - p.drouand@gmail.com

View File

@@ -16,7 +16,7 @@
Name: python3-bitstring
Version: 3.1.0
Version: 3.1.2
Release: 0
Url: http://python-bitstring.googlecode.com
Summary: Simple construction, analysis and modification of binary data