forked from pool/python-bitarray
Accepting request 1298866 from home:glaubitz:branches:devel:languages:python
- Update to 3.6.0 * add `util.random_k()`, see #237 * add `util.sum_indices()` * optimize `util.xor_indices()` * move development files from `examples/` to `devel/` - Adjust file paths for removing .gitignore files from source OBS-URL: https://build.opensuse.org/request/show/1298866 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=76
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-bitarray
|
||||
Version: 3.5.2
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
Summary: Efficient Arrays of Booleans
|
||||
License: Python-2.0
|
||||
@@ -59,7 +59,7 @@ export CFLAGS="%{optflags}"
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
rm examples/resize/.gitignore examples/puff/.gitignore
|
||||
rm devel/resize/.gitignore examples/puff/.gitignore
|
||||
|
||||
%check
|
||||
# tests don't run from within the source directory
|
||||
|
Reference in New Issue
Block a user