14
0
forked from pool/python-invoke

6 Commits

Author SHA256 Message Date
737c2bb5ed Accepting request 1317156 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1317156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-invoke?expand=0&rev=22
2025-11-12 20:41:43 +00:00
3e8a2ac7b4 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invoke?expand=0&rev=53
2025-11-11 16:26:02 +00:00
c499b1dfba Accepting request 1300724 from devel:languages:python
- Convert to libalternatives on SLE-16-based and newer systems only

OBS-URL: https://build.opensuse.org/request/show/1300724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-invoke?expand=0&rev=21
2025-08-22 15:46:54 +00:00
f66b0076e0 - Convert to libalternatives on SLE-16-based and newer systems only
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invoke?expand=0&rev=51
2025-08-21 08:49:23 +00:00
cd6b0d2eb3 Accepting request 1294187 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1294187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-invoke?expand=0&rev=20
2025-07-18 13:57:42 +00:00
d950798cdf - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invoke?expand=0&rev=49
2025-07-10 13:23:07 +00:00
4 changed files with 16 additions and 4 deletions

BIN
invoke-2.2.0.tar.gz (Stored with Git LFS)

Binary file not shown.

3
invoke-2.2.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:515bf49b4a48932b79b024590348da22f39c4942dff991ad1fb8b8baea1be707
size 304762

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>

View File

@@ -31,7 +31,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-invoke%{psuffix}
Version: 2.2.0
Version: 2.2.1
Release: 0
Summary: Pythonic Task Execution
License: BSD-2-Clause