2022-02-22 10:48:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 22 09:42:26 UTC 2022 - matthias.gerstner@suse.com
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
2021-03-03 13:50:30 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 03 12:47:41 UTC 2021 - matthias.gerstner@suse.com
|
|
|
|
|
|
|
|
- Update to version v0.7.2:
|
|
|
|
* 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
|
|
|
|
|
2020-02-21 15:19:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 21 13:15:17 UTC 2020 - matthias.gerstner@suse.com
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
2019-05-27 15:25:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 27 12:22:44 UTC 2019 - mgerstner <matthias.gerstner@suse.com>
|
|
|
|
|
|
|
|
- major update to version 0.7.0:
|
|
|
|
- Added support for running in Python3 with the Python3 osc module installed.
|
|
|
|
- support mounting of oscfs in non-empty directories.
|
|
|
|
- minor bugfixes with accessing package and project meta data via `.oscfs`.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 9 14:13:12 UTC 2018 - matthias.gerstner@suse.com
|
|
|
|
|
|
|
|
- minor update to version 0.6.1:
|
|
|
|
|
|
|
|
- fix bad read speed when accessing package binaries via
|
|
|
|
`.oscfs/binaries/...`
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 12 20:17:11 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Fix grammar in description.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 12 11:02:05 UTC 2018 - matthias.gerstner@suse.com
|
|
|
|
|
|
|
|
- initial version of new package for oscfs. This is currently a python2-only
|
|
|
|
package.
|