diff --git a/_service b/_service index edc0f6e..0178159 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/mgerstner/oscfs.git git - v0.8.1 + 0.9.0 @PARENT_TAG@ enable diff --git a/_servicedata b/_servicedata index 9296f4e..f51ad83 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/mgerstner/oscfs.git - 1153b097df63f57552bce553ddba3944a55e065d \ No newline at end of file + efa4a91b6fbe54a33eb51c04728706555e5106c6 \ No newline at end of file diff --git a/fuse-oscfs.changes b/fuse-oscfs.changes index b914181..7a8cfcf 100644 --- a/fuse-oscfs.changes +++ b/fuse-oscfs.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Oct 20 09:27:57 UTC 2023 - matthias.gerstner@suse.com + +- 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 + ------------------------------------------------------------------- Wed Feb 23 10:25:23 UTC 2022 - matthias.gerstner@suse.com diff --git a/fuse-oscfs.spec b/fuse-oscfs.spec index b9ea8e5..5d28a87 100644 --- a/fuse-oscfs.spec +++ b/fuse-oscfs.spec @@ -1,7 +1,7 @@ # # spec file for package fuse-oscfs # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: fuse-oscfs -Version: 0.8.1 +Version: 0.9.0 Release: 0 Summary: A FUSE file system for accessing Open Build Service instances License: GPL-2.0-or-later Group: System/Filesystems URL: https://github.com/mgerstner/oscfs -Source: oscfs-v%{version}.tar.xz +Source: oscfs-%{version}.tar.xz BuildRequires: python-rpm-macros BuildRequires: python3-setuptools Requires: osc @@ -40,7 +40,7 @@ Python package for interfacing with OBS. At the moment, it provides read-only access for inspecting packages and their metadata. %prep -%setup -q -n oscfs-v%{version} +%setup -q -n oscfs-%{version} %build python3 setup.py build diff --git a/oscfs-0.9.0.tar.xz b/oscfs-0.9.0.tar.xz new file mode 100644 index 0000000..e114011 --- /dev/null +++ b/oscfs-0.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9263d666cef918d60672b393c6e7c59ab29e7463262f43901298648106da883c +size 32120 diff --git a/oscfs-v0.8.1.tar.xz b/oscfs-v0.8.1.tar.xz deleted file mode 100644 index de1902a..0000000 --- a/oscfs-v0.8.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1b6b758adbd899be0b4ac753dd5219aae51db8018382571f47a87b437c629f6 -size 29928