diff --git a/_service b/_service index 46b7d3a..5b1c5e7 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/mgerstner/oscfs.git git - v0.7.2 + v0.8.0 @PARENT_TAG@ enable diff --git a/_servicedata b/_servicedata index 09942cc..0d71194 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/mgerstner/oscfs.git - 4f47efa3a599448f36d49763445d9867a8610fae \ No newline at end of file + 6cb0cc4bc3f2338dcb88f6e4aa22983558a52944 \ No newline at end of file diff --git a/fuse-oscfs.changes b/fuse-oscfs.changes index 971c442..f79c974 100644 --- a/fuse-oscfs.changes +++ b/fuse-oscfs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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. + ------------------------------------------------------------------- Wed Mar 03 12:47:41 UTC 2021 - matthias.gerstner@suse.com diff --git a/fuse-oscfs.spec b/fuse-oscfs.spec index 6651e6d..0053e6c 100644 --- a/fuse-oscfs.spec +++ b/fuse-oscfs.spec @@ -1,7 +1,7 @@ # # spec file for package fuse-oscfs # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: fuse-oscfs -Version: 0.7.2 +Version: 0.8.0 Release: 0 Summary: A FUSE file system for accessing Open Build Service instances License: GPL-2.0-or-later diff --git a/oscfs-v0.7.2.tar.xz b/oscfs-v0.7.2.tar.xz deleted file mode 100644 index e47485a..0000000 --- a/oscfs-v0.7.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea3a4ffd573dcdfffef100b3b2ea77634ffcb7966da91fc2c4c29479c34e0b31 -size 28856 diff --git a/oscfs-v0.8.0.tar.xz b/oscfs-v0.8.0.tar.xz new file mode 100644 index 0000000..0aeb524 --- /dev/null +++ b/oscfs-v0.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd0d015a30b0f3e4a2682e0165662995eb9ebbda007467b0f31f0263b9248c6 +size 29908