- 30 Jan, 2021 1 commit
-
-
Thomas Goirand authored
-
- 14 Oct, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 08 Sep, 2020 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
Release 1.4.0.
-
- 14 Mar, 2020 2 commits
-
-
Jelmer Vernooij authored
Signed-off-by:Jelmer Vernooij <jelmer@jelmer.uk>
-
Stephen Finucane authored
Python3's RawIOBase guarantees only one syscall per read() requiring a loop to accumulate the desired number of bytes or actually reach EOF. TextIOBase.read does issue multiple syscalls (it must to correctly decode partial unicode characters), but subunit unwraps that to get a binary stream, and at least some of the time the layering is io.TextIOBase(_io.FileIO), where _io.FileIO is a RawIOBase subclass rather than BufferedIOBase. Signed-off-by:Stephen Finucane <stephenfin@redhat.com> Partial-bug: #1813147
-
- 09 Mar, 2020 1 commit
-
-
Stephen Finucane authored
Signed-off-by:Stephen Finucane <stephenfin@redhat.com>
-
- 11 Feb, 2020 1 commit
-
-
Sergiu authored
-
- 02 Jan, 2020 1 commit
-
-
Jelmer Vernooij authored
Fix some issues reported by lintian See merge request !5
-
- 18 Dec, 2019 1 commit
-
-
Jelmer Vernooij authored
Add support for new python versions and update pkg metadata
-
- 13 Dec, 2019 1 commit
-
-
Matthew Treinish authored
-
- 09 Dec, 2019 2 commits
-
-
Matthew Treinish authored
This commit updates the supported python versions for subunit to include support for newer versions of the language 3.7 and 3.8 which have been released since the last python-subunit release. At the same time it takes the opportunity to update the package metadata to add more details including the new python versions.
-
Matthew Treinish authored
Check written bytes are not None before summing them to offset
-
- 03 Dec, 2019 2 commits
-
-
Janitor authored
-
Janitor authored
Fixes lintian: homepage-field-uses-insecure-uri See https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html for more details.
-
- 09 Nov, 2019 2 commits
-
-
Jelmer Vernooij authored
Drop unnecessary dependency on dh-autoconf. See merge request !4
-
Janitor authored
Fixes lintian: useless-autoreconf-build-depends See https://lintian.debian.org/tags/useless-autoreconf-build-depends.html for more details.
-
- 07 Nov, 2019 1 commit
-
-
Thomas Goirand authored
-
- 01 Nov, 2019 1 commit
-
-
Thomas Goirand authored
-
- 15 Oct, 2019 1 commit
-
-
Thomas Goirand authored
Helmut Grohne <helmut@subdivi.de> for the patch (Closes: #816339).
-
- 07 Oct, 2019 1 commit
-
-
Jelmer Vernooij authored
Fix some issues reported by lintian See merge request !2
-
- 05 Oct, 2019 2 commits
- 27 Sep, 2019 4 commits
-
-
https://github.com/testing-cabal/subunitFederico Ressi authored
Merge branch 'master' of https://github.com/testing-cabal/subunit into fix-StreamResultToBytes-chunked-writing
-
Matthew Treinish authored
Remove broken Python 2.6 travis CI job
-
Federico Ressi authored
Travis is not able to download a file required to run tests with Python 2.6 ``` Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-2.6.tar.bz2 0.12s$ curl -sSf -o python-2.6.tar.bz2 ${archive_url} curl: (22) The requested URL returned error: 404 Not Found Unable to download 2.6 archive. The archive may not exist. Please consider a different version. ```
-
Federico Ressi authored
Because purely written streams could return None instead of written bytes, we cannot sum them to offset integer. On such case let assume data has been written all at once. This fixes LaunchPad [#1845631](https://bugs.launchpad.net/subunit/+bug/1845631)
-
- 02 Sep, 2019 1 commit
-
-
Thomas Goirand authored
-
- 10 Aug, 2019 4 commits
-
-
Jelmer Vernooij authored
Fix some issues reported by lintian See merge request !1
-
Jelmer Vernooij authored
Fixes lintian: upstream-metadata-file-is-missing See https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html for more details.
-
Jelmer Vernooij authored
Fixes lintian: package-uses-old-debhelper-compat-version See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details.
-
Jelmer Vernooij authored
-
- 18 Jul, 2019 2 commits
-
-
Ondřej Nový authored
-
Ondřej Nový authored
-
- 28 Mar, 2019 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 26 Jan, 2019 1 commit
-
-
Mattia Rizzolo authored
Closes: #920507 Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-