Skip to content

Commit

Permalink
Update python-flex to version 6.14.1 / rev 5 via SR 914915
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/914915
by user mcepl + dimstar_suse
- Problems with gh#pipermerriam/flex#234 are not isolated just to
  Python 3.9.
  • Loading branch information
mcepl authored and bmwiedemann committed Aug 30, 2021
1 parent 3983d32 commit fbaa3f9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
Binary file modified packages/p/python-flex/.files
Binary file not shown.
10 changes: 10 additions & 0 deletions packages/p/python-flex/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,14 @@
<comment></comment>
<requestid>893470</requestid>
</revision>
<revision rev="5" vrev="3">
<srcmd5>d7c2b492901b6d5540213fda957a3234</srcmd5>
<version>6.14.1</version>
<time>1630324515</time>
<user>dimstar_suse</user>
<comment>- Problems with gh#pipermerriam/flex#234 are not isolated just to
Python 3.9.
</comment>
<requestid>914915</requestid>
</revision>
</revisionlist>
6 changes: 6 additions & 0 deletions packages/p/python-flex/python-flex.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Aug 29 22:33:20 UTC 2021 - Matej Cepl <[email protected]>

- Problems with gh#pipermerriam/flex#234 are not isolated just to
Python 3.9.

-------------------------------------------------------------------
Sun May 16 13:32:39 UTC 2021 - Ben Greiner <[email protected]>

Expand Down
5 changes: 2 additions & 3 deletions packages/p/python-flex/python-flex.spec
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ Validation tooling for Swagger 2.0 specifications.
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
# https://github.com/pipermerriam/flex/issues/234
python39_donttest=" or (test_request_parameter_array_extraction and tsv)"
%pytest -k "not (donttestdummyprefix ${$python_donttest})"
# gh#pipermerriam/flex#234
%pytest -k "not (donttestdummyprefix or (test_request_parameter_array_extraction and tsv))"

%post
%python_install_alternative swagger-flex
Expand Down

0 comments on commit fbaa3f9

Please sign in to comment.