Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b1757a3107 | |||
| fc54b2a277 | |||
| cf0db308c1 | |||
| aacd4fe2e9 |
BIN
invoke-2.2.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
invoke-2.2.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:515bf49b4a48932b79b024590348da22f39c4942dff991ad1fb8b8baea1be707
|
|
||||||
size 304762
|
|
||||||
@@ -1,15 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Nov 11 14:04:44 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to 2.2.1
|
|
||||||
* [Bug] #1038: (fixed in #1040) Python 3.14 tweaked the behavior
|
|
||||||
of fcntl to raise SystemError on buffer overflows, which our
|
|
||||||
interpretation of termios.TIOCGWINSZ technically was (we care
|
|
||||||
only about the first two fields in what is technically a four-
|
|
||||||
field struct with half the fields unused). This has been fixed
|
|
||||||
by unpacking all 4 fields and then discarding the unused fields
|
|
||||||
during processing.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 21 08:47:08 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Thu Aug 21 08:47:08 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-invoke%{psuffix}
|
Name: python-invoke%{psuffix}
|
||||||
Version: 2.2.1
|
Version: 2.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pythonic Task Execution
|
Summary: Pythonic Task Execution
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
|||||||
Reference in New Issue
Block a user