Skip to content

Commit

Permalink
Update mypy to version 1.4.1 / rev 39 via SR 1099368
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1099368
by user sebix + anag+factory
- Update to 1.4.1
- disable pep561 tests, as they fail on Python 3.11.4, see python/mypy#15446
  • Loading branch information
sebix authored and bmwiedemann committed Jul 19, 2023
1 parent 8a1ee79 commit 05634c7
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 9 deletions.
Binary file modified packages/m/mypy/.files
Binary file not shown.
10 changes: 10 additions & 0 deletions packages/m/mypy/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -548,4 +548,14 @@
</comment>
<requestid>1094247</requestid>
</revision>
<revision rev="39" vrev="1">
<srcmd5>0857326a210867668293fbdb907e445d</srcmd5>
<version>1.4.1</version>
<time>1689786647</time>
<user>anag+factory</user>
<comment>- Update to 1.4.1
- disable pep561 tests, as they fail on Python 3.11.4, see https://github.com/python/mypy/issues/15446
</comment>
<requestid>1099368</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/m/mypy/mypy-1.4.0.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/m/mypy/mypy-1.4.1.tar.gz
6 changes: 6 additions & 0 deletions packages/m/mypy/mypy.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jul 16 08:34:41 UTC 2023 - Sebastian Wagner <[email protected]>

- Update to 1.4.1
- disable pep561 tests, as they fail on Python 3.11.4, see https://github.com/python/mypy/issues/15446

-------------------------------------------------------------------
Tue Jun 20 20:50:48 UTC 2023 - Matej Cepl <[email protected]>

Expand Down
12 changes: 7 additions & 5 deletions packages/m/mypy/mypy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
%{?sle15_python_module_pythons}
%bcond_without test
%define skip_python2 1
%define typed_ast_version 1.5.8.6
%define types_psutil_version 5.9.5.12
%define types_setuptools_version 67.7.0.1
%define typed_ast_version 1.5.8.7
%define types_psutil_version 5.9.5.15
%define types_setuptools_version 68.0.0.2
Name: mypy
Version: 1.4.0
Version: 1.4.1
Release: 0
Summary: Optional static typing for Python
License: MIT
Expand Down Expand Up @@ -143,7 +143,9 @@ fi
donttest+=" or teststubtest"
# gh#python/mypy#15221
donttest+=" or testMathOps or testFloatOps"
%pytest -n auto -k "not (testallexcept ${donttest} ${$python_donttest})"
# fails on Python 3.11.4, see gh#python/mypy#15446. Patch db5b5af1201fff03465b0684d16b6489a62a3d78 does not apply clean, better wait for a new upstream version
donttest+=" or PEP561Suite"
%pytest -n auto -k "not (testallexcept ${donttest} ${$python_donttest})" -x
%endif

%post
Expand Down
1 change: 0 additions & 1 deletion packages/m/mypy/types-psutil-5.9.5.12.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/m/mypy/types-psutil-5.9.5.15.tar.gz
1 change: 0 additions & 1 deletion packages/m/mypy/types-setuptools-67.7.0.1.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/m/mypy/types-setuptools-68.0.0.2.tar.gz
1 change: 0 additions & 1 deletion packages/m/mypy/types-typed-ast-1.5.8.6.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/m/mypy/types-typed-ast-1.5.8.7.tar.gz

0 comments on commit 05634c7

Please sign in to comment.