Accepting request 930013 from devel:languages:python

- update to 2.10.67:
  * no changelog available

OBS-URL: https://build.opensuse.org/request/show/930013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-construct?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2021-11-09 22:54:10 +00:00 committed by Git OBS Bridge
commit 6539627076
4 changed files with 12 additions and 6 deletions

View File

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

3
construct-2.10.67.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 26 20:40:31 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.10.67:
* no changelog available
-------------------------------------------------------------------
Sat Feb 13 22:25:12 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -1,5 +1,5 @@
#
# spec file for package python
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@ -26,7 +26,7 @@
%endif
%define skip_python2 1
Name: python-construct%{?psuffix}
Version: 2.10.60
Version: 2.10.67
Release: 0
Summary: A declarative parser/builder for binary data
License: MIT
@ -85,7 +85,7 @@ rm -rf tests/deprecated_gallery
# local source dir is needed for tests
export PYTHONPATH=$(pwd)
# Don't test with NumPy in the python36 flavor, because python36-numpy is not in TW anymore
python36_donttest="numpy or test_overall_parse or test_overall_build"
python36_donttest="numpy or test_overall_parse or test_overall_build or test_compiled_example_benchmark or test_compiled_example_integrity"
%pytest --benchmark-disable ${$python_donttest:+ -k "not (${$python_donttest})"}
%endif