- Update to version 0.9.0:
* NEWS: changes for next release
* regtest: compatibility with newer OSC module versions
* obs: implement transparent retry to prevent HTTP 503 woes
* obs: remove extraneous newlines from project and package meta output
* error handling: support full exception backtrace report
* debugging: support writing stdout and stderr to a logfile for analysis
* regtest: fix unmount in early auth error failure case
* regtest: make sure also to remove cookiejar for early auth error test
* Revert "regtest: add some extra robustness against potential umount races"
* regtest: add some extra robustness against potential umount races
* fix regressions introduced by commit cd692a1d2f9fabe4ac5451832c3b7df109302c07
* urlopenwrapper: fix sshkey check
* Package: fix symlink path to update package
* urlopen wrapper: support disabling the wrapper on the command line
* obs.getBinaries(): fix strange osc behaviour if zero length files appear
* add command line option to disable build artifacts caching
* module_helper: insert local modules directory at the front of the path
* oscfs wrapper script: use explicitly python3 by default
* bugfix: fix early auth check on non-OBS instance
OBS-URL: https://build.opensuse.org/request/show/1119201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-oscfs?expand=0&rev=6
* NEWS: changes for next release
* regtest: compatibility with newer OSC module versions
* obs: implement transparent retry to prevent HTTP 503 woes
* obs: remove extraneous newlines from project and package meta output
* error handling: support full exception backtrace report
* debugging: support writing stdout and stderr to a logfile for analysis
* regtest: fix unmount in early auth error failure case
* regtest: make sure also to remove cookiejar for early auth error test
* Revert "regtest: add some extra robustness against potential umount races"
* regtest: add some extra robustness against potential umount races
* fix regressions introduced by commit cd692a1d2f9fabe4ac5451832c3b7df109302c07
* urlopenwrapper: fix sshkey check
* Package: fix symlink path to update package
* urlopen wrapper: support disabling the wrapper on the command line
* obs.getBinaries(): fix strange osc behaviour if zero length files appear
* add command line option to disable build artifacts caching
* module_helper: insert local modules directory at the front of the path
* oscfs wrapper script: use explicitly python3 by default
* bugfix: fix early auth check on non-OBS instance
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-oscfs?expand=0&rev=11
- Update to version v0.8.0:
- fix error if a package filename contained the '#' character.
- fix authentication error detection during startup.
- enable urlopenwrapper hack again which speeds up consecutive requests
drastically.
- source code ported to Python3 only, removed all Python2 compatibility.
Source code is now conforming largely to PIP and flake8 standards.
OBS-URL: https://build.opensuse.org/request/show/956655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-oscfs?expand=0&rev=4
- fix error if a package filename contained the '#' character.
- fix authentication error detection during startup.
- enable urlopenwrapper hack again which speeds up consecutive requests
drastically.
- source code ported to Python3 only, removed all Python2 compatibility.
Source code is now conforming largely to PIP and flake8 standards.
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-oscfs?expand=0&rev=9
* obs getBuildlog(): return plain binary data instead of utf8 decoded string
* types: avoid encoding content during read() which can change the content size
* types: actually import sys to avoid error during error handling
* unicode handling: only use `unicode` on Python2
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-oscfs?expand=0&rev=6
- Update to version 0.7.1:
- fix read() with offset especially with large files. This fixes use of
various tools when applied on oscfs files e.g. `rpm2cpio` or
`tail *.spec` previously failed or behaved strangely.
- be robust against non-ASCII characters in OBS buildlogs.
- apply caching also to actual file content to be more efficient when e.g.
operating on larger files.
OBS-URL: https://build.opensuse.org/request/show/777996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-oscfs?expand=0&rev=2
- fix read() with offset especially with large files. This fixes use of
various tools when applied on oscfs files e.g. `rpm2cpio` or
`tail *.spec` previously failed or behaved strangely.
- be robust against non-ASCII characters in OBS buildlogs.
- apply caching also to actual file content to be more efficient when e.g.
operating on larger files.
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-oscfs?expand=0&rev=4