From a274e4fa52672b1b8545985d0044460606fa98e1cddd974177f4b48c9e289f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 18 Jul 2024 16:25:11 +0200 Subject: [PATCH 1/2] Remove _scmsync.obsinfo --- .gitignore | 1 + _scmsync.obsinfo | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 _scmsync.obsinfo diff --git a/.gitignore b/.gitignore index 57affb6..76bc7d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .osc +_scmsync.obsinfo diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo deleted file mode 100644 index 5e1c104..0000000 --- a/_scmsync.obsinfo +++ /dev/null @@ -1,4 +0,0 @@ -mtime: 1689603042 -commit: c4ea9c3ca155cb33e950531c9e067c115099b6de -url: https://src.opensuse.org/mcepl/fake-gcs-server.git -revision: c4ea9c3ca155cb33e950531c9e067c115099b6de From 1f4f910ecae2f7532d113b38509d0c2a3ab66a0f1dc59a4810cf9f23ac6c0e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 18 Jul 2024 16:36:16 +0200 Subject: [PATCH 2/2] Update to v1.49.2: - Add omitempty to new timestorageclassupdated Update to v1.49.1: - examples: remove Ruby - Include fields required by alpakka scala client in response - Add Testcontainers example with Node.js Update to v1.49.0: - Add Object Deletion Using Signed URLs - examples/node: add exists() - Don't omit versioning.enabled in bucket response - Additional ACL response attributes - Additional bucket response attributes Update to v1.48.0: - Fix brittle test - Fill the errors attribute for HTTP errors - Remove unnecessary quoting around ETag in JSON response - Additional object response attributes - Support the projection parameter in getObject Update to v1.47.8: - Add Ruby example Update to v1.47.7: - Updated python example - Fixed patchObject ignoring ContentType and ContentEncoding Update to v1.47.6: - ci/goreleaser: remove deprecated option - config: trim trailing slashes from externalURL Update to v1.47.5: - Migrate from logrus to slog - add missing etag header in download object response - github/workflows/main: pin python to 3.11 in gsutil example - github/workflows/main: bump node and java in examples Update to v1.47.4: - server: add MethodHead to the /download mapping Update to v1.47.2: - backend/fs: return empty BucketAttrs if the metadata file is missing Update to v1.47.1: - Restore 4443 as default port for '-scheme http' as before PR #1215 Update to v1.47.0: - Disallow composing more than 32 objects at once - Remove obsolete upload route - Additional bucket response attributes - Support trailing slash in /o and /b routes - Add scheme option to bind to both HTTP and HTTPS Update to v1.46.0: - Unify logic for seeding the server from a directory - Send X-Goog-Stored-Content-Encoding header - Omit items if empty in object list response - Add Bucket Attributes - backend/fs: some bucket attributes cleanup --- _service | 2 +- fake-gcs-server-1.45.2.tar.gz | 3 -- fake-gcs-server-1.49.2.tar.gz | 3 ++ fake-gcs-server.changes | 55 +++++++++++++++++++++++++++++++++++ fake-gcs-server.spec | 2 +- vendor.tar.xz | 4 +-- 6 files changed, 62 insertions(+), 7 deletions(-) delete mode 100644 fake-gcs-server-1.45.2.tar.gz create mode 100644 fake-gcs-server-1.49.2.tar.gz diff --git a/_service b/_service index aa2dcc0..233e38b 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + xz diff --git a/fake-gcs-server-1.45.2.tar.gz b/fake-gcs-server-1.45.2.tar.gz deleted file mode 100644 index 44acdda..0000000 --- a/fake-gcs-server-1.45.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6cd86369ddb352bc1e0771978e6f7e65b2d64cbd7fd7f7d1ed63548d7fb99f2 -size 175974 diff --git a/fake-gcs-server-1.49.2.tar.gz b/fake-gcs-server-1.49.2.tar.gz new file mode 100644 index 0000000..1f95b8c --- /dev/null +++ b/fake-gcs-server-1.49.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd97bce1c2e544464d026c2bc312c5414325dbac3cc1c8ed8938d98af9ac5e66 +size 179842 diff --git a/fake-gcs-server.changes b/fake-gcs-server.changes index 71c7f0b..5a0e599 100644 --- a/fake-gcs-server.changes +++ b/fake-gcs-server.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Thu Jul 18 14:27:33 UTC 2024 - Matej Cepl + +- Update to v1.49.2: + - Add omitempty to new timestorageclassupdated +- Update to v1.49.1: + - examples: remove Ruby + - Include fields required by alpakka scala client in response + - Add Testcontainers example with Node.js +- Update to v1.49.0: + - Add Object Deletion Using Signed URLs + - examples/node: add exists() + - Don't omit versioning.enabled in bucket response + - Additional ACL response attributes + - Additional bucket response attributes +- Update to v1.48.0: + - Fix brittle test + - Fill the errors attribute for HTTP errors + - Remove unnecessary quoting around ETag in JSON response + - Additional object response attributes + - Support the projection parameter in getObject +- Update to v1.47.8: + - Add Ruby example +- Update to v1.47.7: + - Updated python example + - Fixed patchObject ignoring ContentType and ContentEncoding +- Update to v1.47.6: + - ci/goreleaser: remove deprecated option + - config: trim trailing slashes from externalURL +- Update to v1.47.5: + - Migrate from logrus to slog + - add missing etag header in download object response + - github/workflows/main: pin python to 3.11 in gsutil example + - github/workflows/main: bump node and java in examples +- Update to v1.47.4: + - server: add MethodHead to the /download mapping +- Update to v1.47.2: + - backend/fs: return empty BucketAttrs if the metadata file is + missing +- Update to v1.47.1: + - Restore 4443 as default port for '-scheme http' as before PR + #1215 +- Update to v1.47.0: + - Disallow composing more than 32 objects at once + - Remove obsolete upload route + - Additional bucket response attributes + - Support trailing slash in /o and /b routes + - Add scheme option to bind to both HTTP and HTTPS +- Update to v1.46.0: + - Unify logic for seeding the server from a directory + - Send X-Goog-Stored-Content-Encoding header + - Omit items if empty in object list response + - Add Bucket Attributes + - backend/fs: some bucket attributes cleanup + ------------------------------------------------------------------- Mon Jul 17 14:06:02 UTC 2023 - Matej Cepl diff --git a/fake-gcs-server.spec b/fake-gcs-server.spec index 442de3a..3b2208a 100644 --- a/fake-gcs-server.spec +++ b/fake-gcs-server.spec @@ -21,7 +21,7 @@ %global provider_prefix github.com/fsouza/fake-gcs-server/fakestorage %global import_path %{provider_prefix} Name: fake-gcs-server -Version: 1.45.2 +Version: 1.49.2 Release: 0 Summary: Google Cloud Storage emulator & testing library License: BSD-2-Clause diff --git a/vendor.tar.xz b/vendor.tar.xz index 257b40f..b7e97a2 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c344b043790546a903384d3b0eb80b1e229b16a51d716f377224f2b60289aba -size 2452676 +oid sha256:aaf7c6aa19fc030e67f1b19d4ed8312208c0592a844886b4773a720137f881ad +size 2691244