From b62d5a5d3a383ea9e11e58ca5386ca62139215ac Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Fri, 30 Jun 2023 08:04:05 -0600 Subject: [PATCH] release: v1.8.0 (#1176) --- CHANGELOG.md | 5 +- RELEASING.md | 14 +- pystac/version.py | 2 +- .../TestCatalog.test_read_remote.yaml | 70 ++--- .../TestCatalog.test_validate_all[cat0].yaml | 14 +- .../TestCatalog.test_validate_all[cat4].yaml | 46 +-- .../ItemTest.test_null_geometry.yaml | 258 +++++++++-------- .../test_non_hierarchical_relative_link.yaml | 14 +- .../test_stac_io/test_retry_stac_io.yaml | 10 +- .../test_stac_io/test_retry_stac_io_404.yaml | 4 +- .../test_apply_bitfields.yaml | 14 +- .../test_validate_classification.yaml | 36 +-- .../test_datacube/test_validate.yaml | 14 +- .../FileTest.test_item_asset_byte_order.yaml | 14 +- .../test_grid/GridTest.test_attributes.yaml | 14 +- .../cassettes/test_mgrs/test_validate.yaml | 14 +- .../PointcloudTest.test_count.yaml | 14 +- .../ProjectionTest.test_bbox.yaml | 44 +-- .../RasterTest.test_validate_raster.yaml | 28 +- .../test_sar/SarItemExtTest.test_all.yaml | 14 +- ...geExtensionTest.test_validate_storage.yaml | 14 +- .../test_table/TableTest.test_validate.yaml | 14 +- .../TimestampsTest.test_expires.yaml | 14 +- ...nsionTest.test_add_deprecated_version.yaml | 14 +- .../test_item_validate.yaml | 20 +- ...alidate.test_validate_all[test_case0].yaml | 194 +++++++------ ...date.test_validate_examples[example0].yaml | 18 +- ...te.test_validate_examples[example100].yaml | 18 +- ...te.test_validate_examples[example114].yaml | 264 ++++++++++-------- ...te.test_validate_examples[example115].yaml | 206 ++++++++------ ...ate.test_validate_examples[example11].yaml | 18 +- ...te.test_validate_examples[example121].yaml | 14 +- ...ate.test_validate_examples[example22].yaml | 18 +- ...ate.test_validate_examples[example24].yaml | 18 +- ...date.test_validate_examples[example2].yaml | 18 +- ...ate.test_validate_examples[example32].yaml | 18 +- ...ate.test_validate_examples[example33].yaml | 18 +- ...ate.test_validate_examples[example34].yaml | 240 +++++++++------- ...ate.test_validate_examples[example36].yaml | 18 +- ...ate.test_validate_examples[example37].yaml | 18 +- ...ate.test_validate_examples[example39].yaml | 18 +- ...date.test_validate_examples[example3].yaml | 36 +-- ...ate.test_validate_examples[example42].yaml | 18 +- ...ate.test_validate_examples[example51].yaml | 36 +-- ...ate.test_validate_examples[example55].yaml | 18 +- ...ate.test_validate_examples[example58].yaml | 18 +- ...date.test_validate_examples[example5].yaml | 18 +- ...date.test_validate_examples[example6].yaml | 18 +- ...ate.test_validate_examples[example70].yaml | 18 +- ...ate.test_validate_examples[example72].yaml | 20 +- ...ate.test_validate_examples[example74].yaml | 18 +- ...ate.test_validate_examples[example75].yaml | 20 +- ...ate.test_validate_examples[example76].yaml | 20 +- ...ate.test_validate_examples[example78].yaml | 38 +-- ...ate.test_validate_examples[example79].yaml | 18 +- ...ate.test_validate_examples[example81].yaml | 36 +-- ...ate.test_validate_examples[example92].yaml | 96 ++++--- ...ate.test_validate_examples[example93].yaml | 38 ++- ...ate.test_validate_examples[example96].yaml | 18 +- ...ate.test_validate_examples[example98].yaml | 18 +- 60 files changed, 1238 insertions(+), 1117 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 772232920..bd72f08cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [v1.8.0] - 2023-06-27 + ### Added - `sort_links_by_id` to Catalog `get_child()` and `modify_links` to `get_stac_objects()` ([#1064](https://github.com/stac-utils/pystac/pull/1064)) @@ -735,7 +737,8 @@ use `Band.create` Initial release. -[Unreleased]: +[Unreleased]: +[v1.8.0]: [v1.7.3]: [v1.7.2]: [v1.7.1]: diff --git a/RELEASING.md b/RELEASING.md index d999c59eb..deadf1fa4 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -17,16 +17,12 @@ This is a checklist to use when releasing a new PySTAC version. - All notable changes are captured in the CHANGELOG. - The type of release is appropriate for the new version number, i.e. if there are breaking changes, the MAJOR version number must be increased. - All deprecated items that were marked for removal in this version are removed. -8. Craft draft release notes (). - These should be short, readable, and call out any significant changes, especially changes in default behavior or significant new features. - These should also include a link back to the Github milestone for this release, if there is one. - These should _not_ be a complete listing of changes -- those will be auto-generated later, after the tag is pushed. -9. Commit your changes, push your branch to Github, and request a review. -10. Once approved, merge the PR. -11. Once the PR is merged, create a tag with the version name, e.g. `vX.Y.Z`. +8. Commit your changes, push your branch to Github, and request a review. +9. Once approved, merge the PR. +10. Once the PR is merged, create a tag with the version name, e.g. `vX.Y.Z`. Prefer a signed tag, if possible. Push the tag to Github. -12. Use the tag to finish your release notes, and publish those. +11. Use the tag to finish your release notes, and publish those. The "auto generate" feature is your friend, here. When the release is published, this will trigger the build and release on PyPI. -13. Announced the release in [Gitter](https://matrix.to/#/#SpatioTemporal-Asset-Catalog_python:gitter.im) and on any relevant social media. +12. Announced the release in [Gitter](https://matrix.to/#/#SpatioTemporal-Asset-Catalog_python:gitter.im) and on any relevant social media. diff --git a/pystac/version.py b/pystac/version.py index 2ce326552..3ce3df6a1 100644 --- a/pystac/version.py +++ b/pystac/version.py @@ -1,7 +1,7 @@ import os from typing import Optional -__version__ = "1.7.3" +__version__ = "1.8.0" """Library version""" diff --git a/tests/cassettes/test_catalog/TestCatalog.test_read_remote.yaml b/tests/cassettes/test_catalog/TestCatalog.test_read_remote.yaml index ec9e16c32..1f30426d7 100644 --- a/tests/cassettes/test_catalog/TestCatalog.test_read_remote.yaml +++ b/tests/cassettes/test_catalog/TestCatalog.test_read_remote.yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/catalog.json response: @@ -37,11 +37,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:01 GMT + - Tue, 27 Jun 2023 22:39:08 GMT ETag: - '"e74ebcbc46d43c5b693ecb995381fbeba03583627e6d65b21ed7678a10d94729"' Expires: - - Thu, 22 Jun 2023 14:07:01 GMT + - Tue, 27 Jun 2023 22:44:08 GMT Source-Age: - '0' Strict-Transport-Security: @@ -51,21 +51,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 5f34a5b80a934796bf78f8bd90af54f998f3fc7a + - 909ebb295d050e1e6fe11aa984ae423a25d00a92 X-Frame-Options: - deny X-GitHub-Request-Id: - - 8116:71F8:30AD70:3ADB71:649449B4 + - A20C:646F:1E4923:2316DE:649B650C X-Served-By: - - cache-ewr18127-EWR + - cache-den8227-DEN X-Timer: - - S1687442521.255126,VS0,VE87 + - S1687905548.989156,VS0,VE137 X-XSS-Protection: - 1; mode=block status: @@ -79,7 +79,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/zanzibar/collection.json response: @@ -127,11 +127,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:01 GMT + - Tue, 27 Jun 2023 22:39:08 GMT ETag: - '"ddd340bc27c120dd2e43868bcde0510a326a6223dac1b0c47c05100e20d1397e"' Expires: - - Thu, 22 Jun 2023 14:07:01 GMT + - Tue, 27 Jun 2023 22:44:08 GMT Source-Age: - '0' Strict-Transport-Security: @@ -141,21 +141,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 960ef51ee78f1e3d2a6bfd79dfba33482a00443f + - dfc90058bfb87361c699db1569c1f94c19746c16 X-Frame-Options: - deny X-GitHub-Request-Id: - - 22CE:7D26:2E222C:3851F5:649449B4 + - ABC8:7409:1A8B8B:1F576B:649B650C X-Served-By: - - cache-ewr18125-EWR + - cache-den8224-DEN X-Timer: - - S1687442521.425997,VS0,VE66 + - S1687905548.245941,VS0,VE120 X-XSS-Protection: - 1; mode=block status: @@ -169,7 +169,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/zanzibar/znz001.json response: @@ -227,11 +227,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:01 GMT + - Tue, 27 Jun 2023 22:39:08 GMT ETag: - '"80ec96bc0acf2e604a03f109bd730426aa82e442d44946231cbe82a531b944f7"' Expires: - - Thu, 22 Jun 2023 14:07:01 GMT + - Tue, 27 Jun 2023 22:44:08 GMT Source-Age: - '0' Strict-Transport-Security: @@ -241,21 +241,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 85ac7bf8661dfaf9a424462ea3d7e821bc80768b + - 6f170ed0e437d8ff43c127c74da4396aeca014ae X-Frame-Options: - deny X-GitHub-Request-Id: - - 22CE:7D26:2E2234:385202:649449B4 + - 9F20:0CBD:B92C1:DE7AC:649B650C X-Served-By: - - cache-ewr18131-EWR + - cache-den8270-DEN X-Timer: - - S1687442522.582930,VS0,VE72 + - S1687905548.460165,VS0,VE124 X-XSS-Protection: - 1; mode=block status: @@ -269,7 +269,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/zanzibar/znz029.json response: @@ -327,11 +327,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:01 GMT + - Tue, 27 Jun 2023 22:39:08 GMT ETag: - '"726870312c74ead0b10c3125045c301e8600929684c49447d64c2db72dc779fc"' Expires: - - Thu, 22 Jun 2023 14:07:01 GMT + - Tue, 27 Jun 2023 22:44:08 GMT Source-Age: - '0' Strict-Transport-Security: @@ -341,21 +341,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b67f8aa7e5688468f28ce84b5d50830116d7b63f + - 5ce5cac561334399c0fad6d393b6aa42423d72f6 X-Frame-Options: - deny X-GitHub-Request-Id: - - 3DB8:82B5:2B0A69:353BD9:649449B4 + - 826E:9C22:1CB2C4:218032:649B650C X-Served-By: - - cache-ewr18128-EWR + - cache-den8274-DEN X-Timer: - - S1687442522.728354,VS0,VE80 + - S1687905549.690495,VS0,VE119 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat0].yaml b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat0].yaml index 967bde4b8..cd1ed58f7 100644 --- a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat0].yaml +++ b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat0].yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/label/v1.0.1/schema.json response: @@ -120,7 +120,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:02 GMT + - Tue, 27 Jun 2023 22:39:11 GMT ETag: - '"61eb1dc9-1abf"' Last-Modified: @@ -138,15 +138,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - d427077dbdcf6278e97b0e480fe68340274da9bd + - 23d887e8c8f0f9507502a1efeb2bfab598e81008 X-GitHub-Request-Id: - - A59C:662B:38E061:59F3D1:6494545A + - 52F2:64CC:1E62D1:2B5BAC:649B650F X-Served-By: - - cache-ewr18171-EWR + - cache-den8220-DEN X-Timer: - - S1687442522.408217,VS0,VE24 + - S1687905551.468612,VS0,VE56 expires: - - Thu, 22 Jun 2023 14:12:02 GMT + - Tue, 27 Jun 2023 22:49:11 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat4].yaml b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat4].yaml index 2432e562a..8c9b395af 100644 --- a/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat4].yaml +++ b/tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat4].yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/eo/v1.1.0/schema.json response: @@ -95,7 +95,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:03 GMT + - Tue, 27 Jun 2023 22:39:12 GMT ETag: - '"63e664c8-13bc"' Last-Modified: @@ -113,15 +113,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 1f2b14cbcadfda75309f4ba12cc3216b90fe7c2d + - f1a8d10c16c2e0041d377a5b2d2146c42e67ff2d X-GitHub-Request-Id: - - 4B70:662B:38E088:59F408:6494545B + - 55F0:5FA8:246C62:316924:649B6510 X-Served-By: - - cache-ewr18166-EWR + - cache-den8275-DEN X-Timer: - - S1687442523.050565,VS0,VE21 + - S1687905553.635512,VS0,VE56 expires: - - Thu, 22 Jun 2023 14:12:03 GMT + - Tue, 27 Jun 2023 22:49:12 GMT permissions-policy: - interest-cohort=() x-proxy-cache: @@ -137,7 +137,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/projection/v1.1.0/schema.json response: @@ -215,7 +215,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:03 GMT + - Tue, 27 Jun 2023 22:39:12 GMT ETag: - '"63e6651b-1111"' Last-Modified: @@ -229,19 +229,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - MISS + - HIT X-Cache-Hits: - - '0' + - '1' X-Fastly-Request-ID: - - fc227260db395f2297aec307b181642ba38377c0 + - 6536b587711ae84fd9ccc8047326d5787b74146e X-GitHub-Request-Id: - - 25B4:257E:3DE87C:5EFB62:6494545B + - F54E:3F4A:1D0C4A:293F7A:649B5D30 X-Served-By: - - cache-ewr18173-EWR + - cache-den8277-DEN X-Timer: - - S1687442523.170995,VS0,VE20 + - S1687905553.791956,VS0,VE61 expires: - - Thu, 22 Jun 2023 14:12:03 GMT + - Tue, 27 Jun 2023 22:15:36 GMT permissions-policy: - interest-cohort=() x-proxy-cache: @@ -257,7 +257,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/view/v1.0.0/schema.json response: @@ -325,7 +325,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:03 GMT + - Tue, 27 Jun 2023 22:39:13 GMT ETag: - '"60635220-dff"' Last-Modified: @@ -343,15 +343,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - c0ec4dcec43ae696dbb926f36d41dd7cd4b4dedd + - 24eece4e879ce9d6bc251447ea7e96ac08b519de X-GitHub-Request-Id: - - 6542:6A96:383D13:5958CB:6494545B + - 8D60:2D29:2188B9:2E874B:649B6510 X-Served-By: - - cache-ewr18123-EWR + - cache-den8225-DEN X-Timer: - - S1687442523.276279,VS0,VE19 + - S1687905553.957592,VS0,VE57 expires: - - Thu, 22 Jun 2023 14:12:03 GMT + - Tue, 27 Jun 2023 22:49:12 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/cassettes/test_item/ItemTest.test_null_geometry.yaml b/tests/cassettes/test_item/ItemTest.test_null_geometry.yaml index 278cf24ec..29f02285e 100644 --- a/tests/cassettes/test_item/ItemTest.test_null_geometry.yaml +++ b/tests/cassettes/test_item/ItemTest.test_null_geometry.yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/item.json response: @@ -99,7 +99,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:04 GMT + - Tue, 27 Jun 2023 22:39:15 GMT ETag: - '"647f85f4-147c"' Last-Modified: @@ -111,21 +111,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 23464c1335822e1c8b690f488b2f923ea2c74ebc + - 638f71257bf4c8d1c10437bcb6ba216066fdf6f3 X-GitHub-Request-Id: - - 3500:3655:229ACE:35352B:649449B8 + - 12F4:069A:2546A8:3243D5:649B6513 X-Served-By: - - cache-ewr18127-EWR + - cache-den8264-DEN X-Timer: - - S1687442524.308088,VS0,VE20 + - S1687905555.068946,VS0,VE57 expires: - - Thu, 22 Jun 2023 13:26:40 GMT - x-origin-cache: - - HIT + - Tue, 27 Jun 2023 22:49:15 GMT x-proxy-cache: - MISS status: @@ -134,12 +132,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - geojson.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://geojson.org/schema/Feature.json response: @@ -332,15 +332,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '13777' + - '886' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:04 GMT + - Tue, 27 Jun 2023 22:39:15 GMT ETag: - - '"613924d8-35d1"' + - W/"613924d8-35d1" Last-Modified: - Wed, 08 Sep 2021 21:02:16 GMT Server: @@ -354,15 +356,17 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - d07a4f676a744da2c44a10f0fa7eaf3513f7ec18 + - 9cfaabd0a5253f1e1cdcf6c8c8c73c6de99996b1 X-GitHub-Request-Id: - - 8BF2:0B74:2A79FA:3F96A8:649449B8 + - 966E:55CE:1DCC93:29FF83:649B5D27 X-Served-By: - - cache-ewr18178-EWR + - cache-den8230-DEN X-Timer: - - S1687442525.861551,VS0,VE17 + - S1687905555.357169,VS0,VE63 expires: - - Thu, 22 Jun 2023 13:26:40 GMT + - Tue, 27 Jun 2023 22:15:27 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -371,12 +375,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - geojson.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://geojson.org/schema/Geometry.json response: @@ -453,15 +459,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '4388' + - '426' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:05 GMT + - Tue, 27 Jun 2023 22:39:15 GMT ETag: - - '"613924d8-1124"' + - W/"613924d8-1124" Last-Modified: - Wed, 08 Sep 2021 21:02:16 GMT Server: @@ -475,17 +483,15 @@ interactions: X-Cache-Hits: - '1' X-Fastly-Request-ID: - - 6870d1725b7f5e2eac438f46a55419ab5b607fa2 + - a4b9449c5388b04e7709f3bb43d4cad8cbb47f51 X-GitHub-Request-Id: - - 10A4:7E69:26FA54:399297:649449B8 + - 587A:0C96:1ED7C7:2B09D1:649B5D27 X-Served-By: - - cache-ewr18145-EWR + - cache-den8276-DEN X-Timer: - - S1687442525.215923,VS0,VE20 + - S1687905556.550812,VS0,VE51 expires: - - Thu, 22 Jun 2023 13:26:40 GMT - x-origin-cache: - - HIT + - Tue, 27 Jun 2023 22:15:27 GMT x-proxy-cache: - MISS status: @@ -494,12 +500,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/basics.json response: @@ -522,15 +530,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '540' + - '274' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:05 GMT + - Tue, 27 Jun 2023 22:39:15 GMT ETag: - - '"647f85f4-21c"' + - W/"647f85f4-21c" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -540,19 +550,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 406506421b095660f92dd2b9fbf36bc5508b3785 + - a44b958c48d63a57bed1f8835a731b1f96373f98 X-GitHub-Request-Id: - - 519E:2129:31E498:471C07:649449B9 + - B0FC:9110:208E14:2D8E1F:649B6513 X-Served-By: - - cache-ewr18163-EWR + - cache-den8237-DEN X-Timer: - - S1687442525.333641,VS0,VE14 + - S1687905556.695055,VS0,VE59 expires: - - Thu, 22 Jun 2023 13:26:41 GMT + - Tue, 27 Jun 2023 22:49:15 GMT x-proxy-cache: - MISS status: @@ -561,12 +571,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/datetime.json response: @@ -619,15 +631,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '2690' + - '579' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:05 GMT + - Tue, 27 Jun 2023 22:39:15 GMT ETag: - - '"647f85f4-a82"' + - W/"647f85f4-a82" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -637,19 +651,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - a7a63a9d626a746cfce10599251c7fd6d15cab88 + - 2c51f877afd804a7a028657d0c1478dfd6cf2d1b X-GitHub-Request-Id: - - 6FBC:87E4:2989C1:3EA6A9:649449B9 + - 68BC:0A2C:2166DE:2E65EE:649B6513 X-Served-By: - - cache-ewr18126-EWR + - cache-den8279-DEN X-Timer: - - S1687442525.431815,VS0,VE15 + - S1687905556.885468,VS0,VE52 expires: - - Thu, 22 Jun 2023 13:26:41 GMT + - Tue, 27 Jun 2023 22:49:15 GMT x-origin-cache: - HIT x-proxy-cache: @@ -660,12 +674,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/instrument.json response: @@ -690,15 +706,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '674' + - '281' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:05 GMT + - Tue, 27 Jun 2023 22:39:16 GMT ETag: - - '"647f85f4-2a2"' + - W/"647f85f4-2a2" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -708,21 +726,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - c98e6cb5cee340490b71be9ff56a78f2ab8ad129 + - dd59d2d6568970a8ae2f1fcb0f4de0cee15ea623 X-GitHub-Request-Id: - - 37C0:581C:2AD36E:3F716C:649449B9 + - BAAE:5722:20EFA0:2DEAE6:649B6514 X-Served-By: - - cache-ewr18144-EWR + - cache-den8227-DEN X-Timer: - - S1687442526.520106,VS0,VE42 + - S1687905556.060435,VS0,VE56 expires: - - Thu, 22 Jun 2023 13:26:41 GMT - x-origin-cache: - - HIT + - Tue, 27 Jun 2023 22:49:16 GMT x-proxy-cache: - MISS status: @@ -731,12 +747,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/licensing.json response: @@ -756,15 +774,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '309' + - '203' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:05 GMT + - Tue, 27 Jun 2023 22:39:16 GMT ETag: - - '"647f85f4-135"' + - W/"647f85f4-135" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -774,19 +794,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - e2b9045f91410c2b9e06797db8b36cae18e69c6a + - 6d1b950aed6543a4db8aa157f04aa9a61cfcb728 X-GitHub-Request-Id: - - 4114:81FC:27CCA7:3A669D:649449B9 + - 4D9A:5D01:1E8325:2B7E13:649B6514 X-Served-By: - - cache-ewr18173-EWR + - cache-den8227-DEN X-Timer: - - S1687442526.645621,VS0,VE26 + - S1687905556.217408,VS0,VE54 expires: - - Thu, 22 Jun 2023 13:26:41 GMT + - Tue, 27 Jun 2023 22:49:16 GMT x-origin-cache: - HIT x-proxy-cache: @@ -797,12 +817,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/item-spec/json-schema/provider.json response: @@ -832,15 +854,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '1038' + - '332' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:05 GMT + - Tue, 27 Jun 2023 22:39:16 GMT ETag: - - '"647f85f4-40e"' + - W/"647f85f4-40e" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -850,19 +874,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - bb76754d483b1bd72053f69427629f02f0c5bee6 + - 24f382d4e9e69799ba454d1b294b17161de46357 X-GitHub-Request-Id: - - 20DC:3655:229B3D:3535BA:649449B9 + - 42D8:63B4:21A037:2E9E89:649B6514 X-Served-By: - - cache-ewr18173-EWR + - cache-den8272-DEN X-Timer: - - S1687442526.761551,VS0,VE10 + - S1687905556.385711,VS0,VE57 expires: - - Thu, 22 Jun 2023 13:26:41 GMT + - Tue, 27 Jun 2023 22:49:16 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: diff --git a/tests/cassettes/test_item/test_non_hierarchical_relative_link.yaml b/tests/cassettes/test_item/test_non_hierarchical_relative_link.yaml index fa20e4204..734ecb697 100644 --- a/tests/cassettes/test_item/test_non_hierarchical_relative_link.yaml +++ b/tests/cassettes/test_item/test_non_hierarchical_relative_link.yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.8 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/examples/sentinel2.json response: @@ -94,11 +94,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Tue, 27 Jun 2023 14:42:50 GMT + - Tue, 27 Jun 2023 22:39:16 GMT ETag: - '"7b5b9590049813a43b1a9c064eb61dd6b9c25e8e649fff820d3ac83580b7e559"' Expires: - - Tue, 27 Jun 2023 14:47:50 GMT + - Tue, 27 Jun 2023 22:44:16 GMT Source-Age: - '0' Strict-Transport-Security: @@ -114,15 +114,15 @@ interactions: X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e6f3b9fe41946ac3e378d2af0fb3a39aa86ec656 + - f059809432a6dbc9ef9401ee96cde68f7af60b89 X-Frame-Options: - deny X-GitHub-Request-Id: - - A0E8:5E35:4235C:4D583:649AF569 + - F4F0:50B7:1AEE35:1FBBB1:649B6514 X-Served-By: - - cache-ewr18137-EWR + - cache-den8252-DEN X-Timer: - - S1687876971.626913,VS0,VE91 + - S1687905557.825812,VS0,VE163 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/cassettes/test_stac_io/test_retry_stac_io.yaml b/tests/cassettes/test_stac_io/test_retry_stac_io.yaml index 5f0b218bb..8668ad8f2 100644 --- a/tests/cassettes/test_stac_io/test_retry_stac_io.yaml +++ b/tests/cassettes/test_stac_io/test_retry_stac_io.yaml @@ -135,26 +135,22 @@ interactions: service description","href":"https://planetarycomputer.microsoft.com/api/stac/v1/openapi.json"},{"rel":"service-doc","type":"text/html","title":"OpenAPI service documentation","href":"https://planetarycomputer.microsoft.com/api/stac/v1/docs"}]}' headers: - Accept-Ranges: - - bytes Access-Control-Allow-Credentials: - 'true' Access-Control-Allow-Origin: - '*' - Connection: - - keep-alive Content-Length: - '23957' Content-Type: - application/json Date: - - Thu, 22 Jun 2023 14:13:59 GMT + - Tue, 27 Jun 2023 22:39:17 GMT Strict-Transport-Security: - max-age=15724800; includeSubDomains + X-Azure-Ref: + - 0FWWbZAAAAAAkZu5NuLtsQoiLfdmgO7cAREVOMzAxMDAwMTA5MDI3ADkyN2FiZmE2LTE5ZjYtNGFmMS1hMDlkLWM5NTlkOWExZTY0NA== X-Cache: - CONFIG_NOCACHE - x-azure-ref: - - 20230622T141359Z-945s4uqxd15zrf9yqht854cbuw000000033g00000001t1qz status: code: 200 message: OK diff --git a/tests/cassettes/test_stac_io/test_retry_stac_io_404.yaml b/tests/cassettes/test_stac_io/test_retry_stac_io_404.yaml index 024048d52..625b80956 100644 --- a/tests/cassettes/test_stac_io/test_retry_stac_io_404.yaml +++ b/tests/cassettes/test_stac_io/test_retry_stac_io_404.yaml @@ -20,13 +20,13 @@ interactions: Content-Type: - application/json Date: - - Thu, 22 Jun 2023 14:14:00 GMT + - Tue, 27 Jun 2023 22:39:19 GMT Strict-Transport-Security: - max-age=15724800; includeSubDomains X-Cache: - CONFIG_NOCACHE x-azure-ref: - - 20230622T141359Z-m8haahq26h7gr3shpvnxdckabw00000003500000000094b0 + - 20230627T223918Z-45b0xdpzyd3bh962p4q0yeehpc00000000x00000000025wk status: code: 404 message: Not Found diff --git a/tests/extensions/cassettes/test_classification/test_apply_bitfields.yaml b/tests/extensions/cassettes/test_classification/test_apply_bitfields.yaml index 5d9593ef2..f465e8bec 100644 --- a/tests/extensions/cassettes/test_classification/test_apply_bitfields.yaml +++ b/tests/extensions/cassettes/test_classification/test_apply_bitfields.yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/classification/v1.1.0/schema.json response: @@ -132,7 +132,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:14 GMT + - Tue, 27 Jun 2023 22:39:34 GMT ETag: - '"62719998-202a"' Last-Modified: @@ -150,15 +150,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - f8f34a7956b243e1e6ffa987f3e2c9ba65c81d8d + - 4720cccfa46a69e309843f48bc8364632fd3a18c X-GitHub-Request-Id: - - 43C2:581F:2BF823:3FA115:64945466 + - C87C:5E3D:21BD6F:2EBF25:649B6526 X-Served-By: - - cache-ewr18138-EWR + - cache-den8273-DEN X-Timer: - - S1687442534.451040,VS0,VE23 + - S1687905575.696139,VS0,VE64 expires: - - Thu, 22 Jun 2023 14:12:14 GMT + - Tue, 27 Jun 2023 22:49:34 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/extensions/cassettes/test_classification/test_validate_classification.yaml b/tests/extensions/cassettes/test_classification/test_validate_classification.yaml index cb9efa49b..fa2d4cc73 100644 --- a/tests/extensions/cassettes/test_classification/test_validate_classification.yaml +++ b/tests/extensions/cassettes/test_classification/test_validate_classification.yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/raster/v1.1.0/schema.json response: @@ -114,7 +114,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:14 GMT + - Tue, 27 Jun 2023 22:39:34 GMT ETag: - '"60e44dd0-18ae"' Last-Modified: @@ -132,15 +132,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - ec7743452fe279e6c19f9471fba98c26116e9e76 + - df5c09be5b06408c93f9f0f9df147fce05bd64e3 X-GitHub-Request-Id: - - B78E:3259:31E5C9:481312:64945466 + - B0FC:9110:2091E3:2D93DA:649B6526 X-Served-By: - - cache-ewr18142-EWR + - cache-den8242-DEN X-Timer: - - S1687442535.572369,VS0,VE60 + - S1687905575.899041,VS0,VE66 expires: - - Thu, 22 Jun 2023 14:12:14 GMT + - Tue, 27 Jun 2023 22:49:34 GMT permissions-policy: - interest-cohort=() x-proxy-cache: @@ -156,7 +156,7 @@ interactions: Host: - landsat.usgs.gov User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://landsat.usgs.gov/stac/landsat-extension/v1.1.1/schema.json response: @@ -222,7 +222,7 @@ interactions: Content-Type: - application/json Date: - - Thu, 22 Jun 2023 14:02:14 GMT + - Tue, 27 Jun 2023 22:39:35 GMT ETag: - '"f5d-5c78e5c04950e"' Last-Modified: @@ -230,8 +230,8 @@ interactions: Server: - Apache Set-Cookie: - - fwb=429bb9b17ca48ed3eeddde0766549464;max-age=300;Path=/;Secure;HttpOnly - - cookiesession1=678A3E668644F76E6E22AF98B0BFCC73;Expires=Fri, 21 Jun 2024 14:02:14 + - fwb=429bb9b17ca48ed3eeddde0727659b64;max-age=300;Path=/;Secure;HttpOnly + - cookiesession1=678A3E664585A8024BDEFF434C869964;Expires=Wed, 26 Jun 2024 22:39:35 GMT;Path=/;HttpOnly Strict-Transport-Security: - max-age=31536000; includeSubDomains; preload @@ -250,7 +250,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/scientific/v1.0.0/schema.json response: @@ -346,7 +346,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:14 GMT + - Tue, 27 Jun 2023 22:39:35 GMT ETag: - '"60febab7-15fa"' Last-Modified: @@ -364,15 +364,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 5ea83589793339f846a18e56f6af5b00a48298a6 + - 65b5c8d29457bb7461b9483dc5f1336169307e39 X-GitHub-Request-Id: - - E00C:33C4:260CFF:39B530:64945466 + - 3CEA:807C:20F44D:2DF4E8:649B6527 X-Served-By: - - cache-ewr18155-EWR + - cache-den8278-DEN X-Timer: - - S1687442535.942196,VS0,VE54 + - S1687905575.338530,VS0,VE55 expires: - - Thu, 22 Jun 2023 14:12:14 GMT + - Tue, 27 Jun 2023 22:49:35 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/extensions/cassettes/test_datacube/test_validate.yaml b/tests/extensions/cassettes/test_datacube/test_validate.yaml index d8374940c..6237ed07a 100644 --- a/tests/extensions/cassettes/test_datacube/test_validate.yaml +++ b/tests/extensions/cassettes/test_datacube/test_validate.yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/datacube/v2.0.0/schema.json response: @@ -187,7 +187,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:15 GMT + - Tue, 27 Jun 2023 22:39:35 GMT ETag: - '"64527b1d-2e90"' Last-Modified: @@ -205,15 +205,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - ea6da62e9a91c9950d7da8156062024762c4d508 + - 3fe49eb140d5f62c865bc1497b1f57665b2c2923 X-GitHub-Request-Id: - - 24E6:81FC:2AE5CB:3E8EDC:64945467 + - AE30:0ACF:214C6E:2E4DEF:649B6527 X-Served-By: - - cache-ewr18139-EWR + - cache-den8276-DEN X-Timer: - - S1687442535.120283,VS0,VE26 + - S1687905576.623701,VS0,VE59 expires: - - Thu, 22 Jun 2023 14:12:15 GMT + - Tue, 27 Jun 2023 22:49:35 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/extensions/cassettes/test_file/FileTest.test_item_asset_byte_order.yaml b/tests/extensions/cassettes/test_file/FileTest.test_item_asset_byte_order.yaml index 38b549a72..f20c2ab81 100644 --- a/tests/extensions/cassettes/test_file/FileTest.test_item_asset_byte_order.yaml +++ b/tests/extensions/cassettes/test_file/FileTest.test_item_asset_byte_order.yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/file/v2.0.0/schema.json response: @@ -75,7 +75,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:15 GMT + - Tue, 27 Jun 2023 22:39:36 GMT ETag: - '"61b4cf00-d9d"' Last-Modified: @@ -93,15 +93,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 07f9f7142093149e59b3d53c6ce0eda1655f8059 + - 3da0801c58cc37f8f03580217addb37b0cd98390 X-GitHub-Request-Id: - - A210:6052:2753AE:3C328E:64945467 + - B08C:027A:2409C5:310B75:649B6528 X-Served-By: - - cache-ewr18177-EWR + - cache-den8263-DEN X-Timer: - - S1687442535.411282,VS0,VE16 + - S1687905576.173387,VS0,VE65 expires: - - Thu, 22 Jun 2023 14:12:15 GMT + - Tue, 27 Jun 2023 22:49:36 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/extensions/cassettes/test_grid/GridTest.test_attributes.yaml b/tests/extensions/cassettes/test_grid/GridTest.test_attributes.yaml index 4576afee4..6c265c875 100644 --- a/tests/extensions/cassettes/test_grid/GridTest.test_attributes.yaml +++ b/tests/extensions/cassettes/test_grid/GridTest.test_attributes.yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/grid/v1.1.0/schema.json response: @@ -51,7 +51,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:15 GMT + - Tue, 27 Jun 2023 22:39:36 GMT ETag: - '"638a24f0-6d8"' Last-Modified: @@ -69,15 +69,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 95b075eac9124bac6234a6edae524fffd4aafe83 + - 386663f28c1cc2df138298f05744aae345d57225 X-GitHub-Request-Id: - - AB3A:0887:31BD8F:476A46:64945467 + - CED0:9522:24049B:3106AA:649B6528 X-Served-By: - - cache-ewr18127-EWR + - cache-den8227-DEN X-Timer: - - S1687442536.626009,VS0,VE23 + - S1687905576.472824,VS0,VE58 expires: - - Thu, 22 Jun 2023 14:12:15 GMT + - Tue, 27 Jun 2023 22:49:36 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/extensions/cassettes/test_mgrs/test_validate.yaml b/tests/extensions/cassettes/test_mgrs/test_validate.yaml index 896861db0..5599fd44b 100644 --- a/tests/extensions/cassettes/test_mgrs/test_validate.yaml +++ b/tests/extensions/cassettes/test_mgrs/test_validate.yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/mgrs/v1.0.0/schema.json response: @@ -67,7 +67,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:15 GMT + - Tue, 27 Jun 2023 22:39:37 GMT ETag: - '"60c20ce1-b49"' Last-Modified: @@ -85,15 +85,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 5d2b90d40c79d470924e967b174fa709ed08d91d + - 0fe150879930d6f533a610922d50f442abadb71d X-GitHub-Request-Id: - - C718:27EC:27460D:3AEFBB:64945467 + - 50B4:79DE:1FB123:2CB32C:649B6529 X-Served-By: - - cache-ewr18183-EWR + - cache-den8282-DEN X-Timer: - - S1687442536.875927,VS0,VE14 + - S1687905577.187016,VS0,VE61 expires: - - Thu, 22 Jun 2023 14:12:15 GMT + - Tue, 27 Jun 2023 22:49:37 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/extensions/cassettes/test_pointcloud/PointcloudTest.test_count.yaml b/tests/extensions/cassettes/test_pointcloud/PointcloudTest.test_count.yaml index 957fe4057..fbe38a101 100644 --- a/tests/extensions/cassettes/test_pointcloud/PointcloudTest.test_count.yaml +++ b/tests/extensions/cassettes/test_pointcloud/PointcloudTest.test_count.yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/pointcloud/v1.0.0/schema.json response: @@ -89,7 +89,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:16 GMT + - Tue, 27 Jun 2023 22:39:37 GMT ETag: - '"6046b7f8-114a"' Last-Modified: @@ -107,15 +107,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 09788745e20f4ae8adfa87292ed3fa68dce3b6ad + - 0e1ce724f297555c33fbbd3edf9e93f985fc2cc8 X-GitHub-Request-Id: - - A51C:27EC:274613:3AEFC1:64945468 + - 3E16:0EBA:1F0A59:2C06E0:649B6529 X-Served-By: - - cache-ewr18158-EWR + - cache-den8236-DEN X-Timer: - - S1687442536.999988,VS0,VE19 + - S1687905577.450219,VS0,VE63 expires: - - Thu, 22 Jun 2023 14:12:16 GMT + - Tue, 27 Jun 2023 22:49:37 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/extensions/cassettes/test_projection/ProjectionTest.test_bbox.yaml b/tests/extensions/cassettes/test_projection/ProjectionTest.test_bbox.yaml index 57b2e9512..e588efebd 100644 --- a/tests/extensions/cassettes/test_projection/ProjectionTest.test_bbox.yaml +++ b/tests/extensions/cassettes/test_projection/ProjectionTest.test_bbox.yaml @@ -2,12 +2,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - proj.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://proj.org/schemas/v0.5/projjson.schema.json response: @@ -19,11 +21,11 @@ interactions: CF-Cache-Status: - EXPIRED CF-RAY: - - 7db5072d7dee18b8-EWR + - 7de12fe60ad31f30-DEN Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -31,7 +33,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:16 GMT + - Tue, 27 Jun 2023 22:39:38 GMT Location: - https://proj.org/en/9.2/schemas/v0.5/projjson.schema.json Referrer-Policy: @@ -41,7 +43,7 @@ interactions: Vary: - Accept-Language, Cookie, Accept-Encoding X-Backend: - - web-i-0be2b2166956703a3 + - web-i-0cf0cc6ad56a438d8 X-Content-Type-Options: - nosniff X-RTD-Domain: @@ -66,12 +68,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - proj.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://proj.org/en/9.2/schemas/v0.5/projjson.schema.json response: @@ -583,17 +587,19 @@ interactions: CDN-Cache-Control: - public CF-Cache-Status: - - MISS + - HIT CF-RAY: - - 7db5072ee9341859-EWR + - 7de12fe83cfe1f49-DEN Cache-Control: - max-age=1200 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Type: - application/json Date: - - Thu, 22 Jun 2023 14:02:16 GMT + - Tue, 27 Jun 2023 22:39:38 GMT ETag: - W/"567e3992b5fd3188af907a4cdc4781b3" Last-Modified: @@ -607,7 +613,7 @@ interactions: Vary: - Accept-Encoding X-Backend: - - web-i-0be2b2166956703a3 + - web-i-03f3aca85d9550755 X-Content-Type-Options: - nosniff X-RTD-Domain: @@ -627,11 +633,11 @@ interactions: alt-svc: - h3=":443"; ma=86400 x-amz-id-2: - - sJKyXzmq4vWH5RDsYO3/oFDC4upCi7cn8DaQfG4+V/L98LGKJrO9rnHOpwTZ/dl0XQbSrS3ImkY= + - fYqUFPmmiOSj/j3lE4sAkbZO/ipfI1x0myw3OlxRouJ8LIoWQUzbRr3OGFUF+LLkvHrfDm4AuJE= x-amz-meta-mtime: - '1679863309.472925768' x-amz-request-id: - - 41D7J19008SY9GEW + - F1DQJ0J4SEQD7JH3 x-amz-server-side-encryption: - AES256 status: diff --git a/tests/extensions/cassettes/test_raster/RasterTest.test_validate_raster.yaml b/tests/extensions/cassettes/test_raster/RasterTest.test_validate_raster.yaml index 2ef420200..c70844dab 100644 --- a/tests/extensions/cassettes/test_raster/RasterTest.test_validate_raster.yaml +++ b/tests/extensions/cassettes/test_raster/RasterTest.test_validate_raster.yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/sat/v1.0.0/schema.json response: @@ -77,7 +77,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:17 GMT + - Tue, 27 Jun 2023 22:39:40 GMT ETag: - '"60414dd7-e82"' Last-Modified: @@ -95,15 +95,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 814ac0cea9d9c8f8673c03c7f8119d8e442e59af + - 396bc8c58e9a77e8d48eb01bca6a04c2ee0d9122 X-GitHub-Request-Id: - - 7C4E:0926:23D4F4:377C81:64945469 + - 2FCA:5EDA:1CCB9A:29CA67:649B652C X-Served-By: - - cache-ewr18128-EWR + - cache-den8227-DEN X-Timer: - - S1687442538.836497,VS0,VE19 + - S1687905580.012110,VS0,VE54 expires: - - Thu, 22 Jun 2023 14:12:17 GMT + - Tue, 27 Jun 2023 22:49:40 GMT permissions-policy: - interest-cohort=() x-proxy-cache: @@ -119,7 +119,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/processing/v1.0.0/schema.json response: @@ -214,7 +214,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:17 GMT + - Tue, 27 Jun 2023 22:39:40 GMT ETag: - '"63cb122e-1661"' Last-Modified: @@ -232,15 +232,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 3d958f600c8c16539eeb37b817705f5e2f6b9c40 + - 5bef13757169744a6a419f11f8732bbdc0dc9beb X-GitHub-Request-Id: - - 7B26:6B88:2DE1AA:42A7F4:64945469 + - 0A06:3AC7:216533:2E6715:649B652C X-Served-By: - - cache-ewr18163-EWR + - cache-den8273-DEN X-Timer: - - S1687442538.952919,VS0,VE14 + - S1687905580.192022,VS0,VE62 expires: - - Thu, 22 Jun 2023 14:12:17 GMT + - Tue, 27 Jun 2023 22:49:40 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/extensions/cassettes/test_sar/SarItemExtTest.test_all.yaml b/tests/extensions/cassettes/test_sar/SarItemExtTest.test_all.yaml index 80e6788d3..1acc71ed8 100644 --- a/tests/extensions/cassettes/test_sar/SarItemExtTest.test_all.yaml +++ b/tests/extensions/cassettes/test_sar/SarItemExtTest.test_all.yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/sar/v1.0.0/schema.json response: @@ -96,7 +96,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:18 GMT + - Tue, 27 Jun 2023 22:39:40 GMT ETag: - '"60414cc0-13df"' Last-Modified: @@ -114,15 +114,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 03783173869d504d61dbbf1b0c9ceb3219a56d0a + - efe5407a8bd4ac848e84b428fd5abc066b958f29 X-GitHub-Request-Id: - - 24E6:81FC:2AE6B4:3E9010:6494546A + - 6A30:5E3D:21BEE2:2EC130:649B652C X-Served-By: - - cache-ewr18151-EWR + - cache-den8259-DEN X-Timer: - - S1687442538.087509,VS0,VE15 + - S1687905580.411306,VS0,VE61 expires: - - Thu, 22 Jun 2023 14:12:18 GMT + - Tue, 27 Jun 2023 22:49:40 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/extensions/cassettes/test_storage/ItemStorageExtensionTest.test_validate_storage.yaml b/tests/extensions/cassettes/test_storage/ItemStorageExtensionTest.test_validate_storage.yaml index 670f7d38b..633cde284 100644 --- a/tests/extensions/cassettes/test_storage/ItemStorageExtensionTest.test_validate_storage.yaml +++ b/tests/extensions/cassettes/test_storage/ItemStorageExtensionTest.test_validate_storage.yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/storage/v1.0.0/schema.json response: @@ -67,7 +67,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:18 GMT + - Tue, 27 Jun 2023 22:39:41 GMT ETag: - '"60d2ba4e-b93"' Last-Modified: @@ -85,15 +85,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - f00cd95db2f09ed424423fb6e69337d06d556f71 + - e8906dabc018bd892d17c390b048ce78154b252e X-GitHub-Request-Id: - - 84CC:7901:250666:38ACEC:6494546A + - CDE2:0E17:224F31:2F4EDF:649B652D X-Served-By: - - cache-ewr18152-EWR + - cache-den8273-DEN X-Timer: - - S1687442538.480190,VS0,VE17 + - S1687905582.530374,VS0,VE58 expires: - - Thu, 22 Jun 2023 14:12:18 GMT + - Tue, 27 Jun 2023 22:49:41 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/extensions/cassettes/test_table/TableTest.test_validate.yaml b/tests/extensions/cassettes/test_table/TableTest.test_validate.yaml index 0114fac3a..c58cec691 100644 --- a/tests/extensions/cassettes/test_table/TableTest.test_validate.yaml +++ b/tests/extensions/cassettes/test_table/TableTest.test_validate.yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/table/v1.2.0/schema.json response: @@ -105,7 +105,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:18 GMT + - Tue, 27 Jun 2023 22:39:41 GMT ETag: - '"612cf691-16c2"' Last-Modified: @@ -123,15 +123,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - ff0017e3567dc1ca1f0ee9a94c4d358e2d79cbcb + - 7164839b10823e0d07a03be00fed2107d58632a1 X-GitHub-Request-Id: - - F5EC:6E43:2A20D5:3DCA55:6494546A + - 2FCA:5EDA:1CCC21:29CB20:649B652D X-Served-By: - - cache-ewr18126-EWR + - cache-den8242-DEN X-Timer: - - S1687442539.637870,VS0,VE16 + - S1687905582.789970,VS0,VE56 expires: - - Thu, 22 Jun 2023 14:12:18 GMT + - Tue, 27 Jun 2023 22:49:41 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/extensions/cassettes/test_timestamps/TimestampsTest.test_expires.yaml b/tests/extensions/cassettes/test_timestamps/TimestampsTest.test_expires.yaml index acb958016..be531ca22 100644 --- a/tests/extensions/cassettes/test_timestamps/TimestampsTest.test_expires.yaml +++ b/tests/extensions/cassettes/test_timestamps/TimestampsTest.test_expires.yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/timestamps/v1.0.0/schema.json response: @@ -61,7 +61,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:18 GMT + - Tue, 27 Jun 2023 22:39:42 GMT ETag: - '"63b6c089-971"' Last-Modified: @@ -79,15 +79,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 38d0a62a1ae2fc09a041a8e838bc8d9c749b4fc7 + - 0103bdbb2dca1e441cb5f873a81447849dfc25d0 X-GitHub-Request-Id: - - 5CD0:0A60:2DDAEB:43E055:6494546A + - 8B32:32E2:2057B7:2D5636:649B652E X-Served-By: - - cache-ewr18178-EWR + - cache-den8224-DEN X-Timer: - - S1687442539.741111,VS0,VE14 + - S1687905582.989802,VS0,VE56 expires: - - Thu, 22 Jun 2023 14:12:18 GMT + - Tue, 27 Jun 2023 22:49:42 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/extensions/cassettes/test_version/ItemVersionExtensionTest.test_add_deprecated_version.yaml b/tests/extensions/cassettes/test_version/ItemVersionExtensionTest.test_add_deprecated_version.yaml index 5a81b3f3f..7a830f968 100644 --- a/tests/extensions/cassettes/test_version/ItemVersionExtensionTest.test_add_deprecated_version.yaml +++ b/tests/extensions/cassettes/test_version/ItemVersionExtensionTest.test_add_deprecated_version.yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/version/v1.0.0/schema.json response: @@ -94,7 +94,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:18 GMT + - Tue, 27 Jun 2023 22:39:42 GMT ETag: - '"645249bd-1391"' Last-Modified: @@ -112,15 +112,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 96a1b0f8b3da249c141b38b8b29ed17dc0caf895 + - 3af00b1ce862c7898267511b13fa62ba8a9cba7d X-GitHub-Request-Id: - - 6E20:2129:346A6B:4AB13F:6494546A + - 77EE:2D29:219022:2E919F:649B652E X-Served-By: - - cache-ewr18124-EWR + - cache-den8263-DEN X-Timer: - - S1687442539.870314,VS0,VE55 + - S1687905582.250385,VS0,VE57 expires: - - Thu, 22 Jun 2023 14:12:18 GMT + - Tue, 27 Jun 2023 22:49:42 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/extensions/cassettes/test_xarray_assets/test_item_validate.yaml b/tests/extensions/cassettes/test_xarray_assets/test_item_validate.yaml index c90823b5f..cdc05a32e 100644 --- a/tests/extensions/cassettes/test_xarray_assets/test_item_validate.yaml +++ b/tests/extensions/cassettes/test_xarray_assets/test_item_validate.yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.8 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/xarray-assets/v1.0.0/schema.json response: @@ -59,7 +59,7 @@ interactions: Access-Control-Allow-Origin: - '*' Age: - - '145' + - '0' Cache-Control: - max-age=600 Connection: @@ -69,7 +69,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 16:49:02 GMT + - Tue, 27 Jun 2023 22:39:42 GMT ETag: - '"60dcd7ae-bb0"' Last-Modified: @@ -83,19 +83,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '2' + - '0' X-Fastly-Request-ID: - - 7be8b80223946dc31b8303c2701e82685e4d2462 + - 3fe8a93bf0f4bfba496adfc9e54411c9dc6e3d50 X-GitHub-Request-Id: - - D6FA:33C4:3002CC:477D4C:64947AED + - 7236:1B9E:222FED:2F31DA:649B652E X-Served-By: - - cache-ewr18145-EWR + - cache-den8276-DEN X-Timer: - - S1687452542.227393,VS0,VE1 + - S1687905583.924127,VS0,VE64 expires: - - Thu, 22 Jun 2023 16:56:37 GMT + - Tue, 27 Jun 2023 22:49:42 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all[test_case0].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all[test_case0].yaml index 03ca188a7..4123738d3 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_all[test_case0].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_all[test_case0].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/item.json response: @@ -121,7 +121,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:33 GMT + - Tue, 27 Jun 2023 22:40:08 GMT ETag: - '"647f85f4-1b3a"' Last-Modified: @@ -133,19 +133,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 1602c44af93d06584897e69d59fbc054d926e0fa + - d9bcbbb4e66836d1009127500c5b058822689a40 X-GitHub-Request-Id: - - 1186:820E:393393:591A0E:649449D7 + - 44DC:5722:20FCF4:2DFD76:649B6548 X-Served-By: - - cache-ewr18129-EWR + - cache-den8236-DEN X-Timer: - - S1687442554.626825,VS0,VE16 + - S1687905609.820457,VS0,VE54 expires: - - Thu, 22 Jun 2023 13:27:11 GMT + - Tue, 27 Jun 2023 22:50:08 GMT x-proxy-cache: - MISS status: @@ -154,12 +154,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/basics.json response: @@ -182,15 +184,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '538' + - '271' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:33 GMT + - Tue, 27 Jun 2023 22:40:09 GMT ETag: - - '"647f85f4-21a"' + - W/"647f85f4-21a" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -200,19 +204,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 6d890e5ba01ea462556785372a070b693eb5b3b3 + - 8d9b97ab1a56434fd702447ecfee837cd7445cdc X-GitHub-Request-Id: - - 5E3C:6526:3ED05B:5EB1FB:649449D7 + - CDE2:0E17:2256B0:2F5913:649B6549 X-Served-By: - - cache-ewr18180-EWR + - cache-den8240-DEN X-Timer: - - S1687442554.731146,VS0,VE20 + - S1687905609.010672,VS0,VE54 expires: - - Thu, 22 Jun 2023 13:27:11 GMT + - Tue, 27 Jun 2023 22:50:09 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -221,12 +227,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/datetime.json response: @@ -262,15 +270,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '1477' + - '422' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:33 GMT + - Tue, 27 Jun 2023 22:40:09 GMT ETag: - - '"647f85f4-5c5"' + - W/"647f85f4-5c5" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -280,21 +290,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - ae514f72a163cdadcb7cab3f87348143a800027d + - 2bac9f695186e7fc31f6185a9fb757a658e862b8 X-GitHub-Request-Id: - - 23BC:578F:33BFA8:53A475:649449D8 + - CDE2:0E17:2256BE:2F5922:649B6549 X-Served-By: - - cache-ewr18129-EWR + - cache-den8260-DEN X-Timer: - - S1687442554.831439,VS0,VE18 + - S1687905609.175696,VS0,VE64 expires: - - Thu, 22 Jun 2023 13:27:12 GMT - x-origin-cache: - - HIT + - Tue, 27 Jun 2023 22:50:09 GMT x-proxy-cache: - MISS status: @@ -303,12 +311,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/instrument.json response: @@ -333,15 +343,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '701' + - '295' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:33 GMT + - Tue, 27 Jun 2023 22:40:09 GMT ETag: - - '"647f85f4-2bd"' + - W/"647f85f4-2bd" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -351,19 +363,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - f0c8afc3a27a471f91d5f6a460546c20c06d7cef + - 0049dd6ed12e0da6b9be6c316862a1ed4869ad6f X-GitHub-Request-Id: - - 7150:025B:394D51:59343B:649449D8 + - 6334:68B2:1BEE50:28F2AD:649B6549 X-Served-By: - - cache-ewr18133-EWR + - cache-den8237-DEN X-Timer: - - S1687442554.938636,VS0,VE12 + - S1687905609.351933,VS0,VE52 expires: - - Thu, 22 Jun 2023 13:27:12 GMT + - Tue, 27 Jun 2023 22:50:09 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -372,12 +386,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/licensing.json response: @@ -397,15 +413,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '307' + - '202' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:34 GMT + - Tue, 27 Jun 2023 22:40:09 GMT ETag: - - '"647f85f4-133"' + - W/"647f85f4-133" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -415,19 +433,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 2d557d118ce2d8ba6f012af498b1cc12107b4e54 + - c7a25297a41adcfbe2dec5ffee63580b2b0d85a4 X-GitHub-Request-Id: - - 7584:8D45:31EE57:51D5CA:649449D8 + - F884:3F4A:1EC434:2BC4C8:649B6549 X-Served-By: - - cache-ewr18156-EWR + - cache-den8264-DEN X-Timer: - - S1687442554.026540,VS0,VE9 + - S1687905610.519928,VS0,VE55 expires: - - Thu, 22 Jun 2023 13:27:12 GMT + - Tue, 27 Jun 2023 22:50:09 GMT x-origin-cache: - HIT x-proxy-cache: @@ -438,12 +456,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.3/item-spec/json-schema/provider.json response: @@ -474,15 +494,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '1140' + - '363' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:34 GMT + - Tue, 27 Jun 2023 22:40:09 GMT ETag: - - '"647f85f4-474"' + - W/"647f85f4-474" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -492,19 +514,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - d7cf6938cce0f81716227e2c94131460128a3483 + - f83089e4717d010cf40710623230d31ab1de8b52 X-GitHub-Request-Id: - - DC78:0FCF:37E9D2:5861A5:649449D8 + - 0EC8:0ACF:2151B8:2E5699:649B6549 X-Served-By: - - cache-ewr18122-EWR + - cache-den8269-DEN X-Timer: - - S1687442554.119894,VS0,VE20 + - S1687905610.679007,VS0,VE52 expires: - - Thu, 22 Jun 2023 13:27:12 GMT + - Tue, 27 Jun 2023 22:50:09 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example0].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example0].yaml index 46cf648ed..c7cb0734a 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example0].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example0].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/catalog-spec/json-schema/catalog.json response: @@ -68,11 +68,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:19 GMT + - Tue, 27 Jun 2023 22:39:44 GMT ETag: - '"3b514933a3747f038125935624a13df108e30fe1cb8f9660a7f54ac6d4765ce9"' Expires: - - Thu, 22 Jun 2023 14:07:19 GMT + - Tue, 27 Jun 2023 22:44:44 GMT Source-Age: - '0' Strict-Transport-Security: @@ -82,21 +82,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - e8492b33b21e9377cfff075b5a36201d9ae09641 + - ac9c03019a572d1271cdf18ed115602207df08e8 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7EE6:3E86:3027DB:3A5A0C:649449C8 + - 1652:239F:1D2D01:21FB9E:649B6530 X-Served-By: - - cache-ewr18173-EWR + - cache-den8243-DEN X-Timer: - - S1687442540.738648,VS0,VE98 + - S1687905585.585267,VS0,VE134 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example100].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example100].yaml index 54d5392e4..fd200ef1f 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example100].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example100].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/timestamps/json-schema/schema.json response: @@ -50,7 +50,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:31 GMT + - Tue, 27 Jun 2023 22:40:04 GMT ETag: - '"647f85f4-675"' Last-Modified: @@ -62,19 +62,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 114cd0e954a453251ba169c77ebba9d1f36a3324 + - 9cbc64d481e5bda3f625215ffe027aeba96acec1 X-GitHub-Request-Id: - - CA1E:4B19:38B550:589866:649449D5 + - 5BAA:79DE:1FB75C:2CBC14:649B6544 X-Served-By: - - cache-ewr18171-EWR + - cache-den8235-DEN X-Timer: - - S1687442551.379497,VS0,VE13 + - S1687905604.208515,VS0,VE56 expires: - - Thu, 22 Jun 2023 13:27:09 GMT + - Tue, 27 Jun 2023 22:50:04 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example114].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example114].yaml index 1a82c9748..a464a11d1 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example114].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example114].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/item-spec/json-schema/item.json response: @@ -110,7 +110,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:31 GMT + - Tue, 27 Jun 2023 22:40:04 GMT ETag: - '"647f85f4-17f9"' Last-Modified: @@ -122,21 +122,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 6b656ef175ee9ebc84e8cda0e556fa0c693b067b + - a0ab9532729dce865205d98d3ad249657f4f7998 X-GitHub-Request-Id: - - 6706:357D:38A2B8:5885FE:649449D5 + - FCC8:62C3:1DC1CC:2AC176:649B6544 X-Served-By: - - cache-ewr18126-EWR + - cache-den8227-DEN X-Timer: - - S1687442552.608611,VS0,VE17 + - S1687905605.719573,VS0,VE66 expires: - - Thu, 22 Jun 2023 13:27:09 GMT - x-origin-cache: - - HIT + - Tue, 27 Jun 2023 22:50:04 GMT x-proxy-cache: - MISS status: @@ -145,12 +143,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/item-spec/json-schema/basics.json response: @@ -173,15 +173,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '538' + - '270' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:31 GMT + - Tue, 27 Jun 2023 22:40:04 GMT ETag: - - '"647f85f4-21a"' + - W/"647f85f4-21a" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -191,21 +193,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - cc975ab1553a1467437ea62018cdbe1973cd06a4 + - 014d67c3400f0a9a5f8d057d103792592c68fe87 X-GitHub-Request-Id: - - 7B6C:63BB:36862A:567097:649449D5 + - 8578:18E4:22E616:2FEA5F:649B6544 X-Served-By: - - cache-ewr18154-EWR + - cache-den8225-DEN X-Timer: - - S1687442552.711550,VS0,VE15 + - S1687905605.921462,VS0,VE63 expires: - - Thu, 22 Jun 2023 13:27:09 GMT - x-origin-cache: - - HIT + - Tue, 27 Jun 2023 22:50:04 GMT x-proxy-cache: - MISS status: @@ -214,12 +214,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/item-spec/json-schema/datetime.json response: @@ -253,15 +255,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '1307' + - '399' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:31 GMT + - Tue, 27 Jun 2023 22:40:05 GMT ETag: - - '"647f85f4-51b"' + - W/"647f85f4-51b" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -271,19 +275,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 60ee1c12220739a53215cfe6e690eab7325844bc + - 515bd6e93a8195991d518ac29c533740def740a2 X-GitHub-Request-Id: - - 76FE:25A4:36DA95:56B633:649449D5 + - 6F6A:807C:20FAAA:2DFE36:649B6545 X-Served-By: - - cache-ewr18154-EWR + - cache-den8270-DEN X-Timer: - - S1687442552.812883,VS0,VE15 + - S1687905605.076313,VS0,VE66 expires: - - Thu, 22 Jun 2023 13:27:09 GMT + - Tue, 27 Jun 2023 22:50:05 GMT x-origin-cache: - HIT x-proxy-cache: @@ -294,12 +298,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/item-spec/json-schema/instrument.json response: @@ -324,15 +330,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '672' + - '279' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:31 GMT + - Tue, 27 Jun 2023 22:40:05 GMT ETag: - - '"647f85f4-2a0"' + - W/"647f85f4-2a0" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -342,19 +350,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 08a265f360b2b5ac18d748eda3b617ee58827ff8 + - 99e93081cc757b05305dc124388fe5be7d725dcd X-GitHub-Request-Id: - - 7FAE:6526:3ECFB4:5EB113:649449D5 + - 5CFA:027A:241052:3114DD:649B6545 X-Served-By: - - cache-ewr18127-EWR + - cache-den8264-DEN X-Timer: - - S1687442552.917097,VS0,VE13 + - S1687905605.238040,VS0,VE54 expires: - - Thu, 22 Jun 2023 13:27:09 GMT + - Tue, 27 Jun 2023 22:50:05 GMT x-origin-cache: - HIT x-proxy-cache: @@ -365,12 +373,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/item-spec/json-schema/licensing.json response: @@ -390,15 +400,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '307' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:32 GMT + - Tue, 27 Jun 2023 22:40:05 GMT ETag: - - '"647f85f4-133"' + - W/"647f85f4-133" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -408,19 +420,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 0b960aa1ebfa3a9b5a2f7feeb32ffead40c7fa81 + - 181f57de32061244f1410ddbb487f8febe495ac8 X-GitHub-Request-Id: - - 76FE:25A4:36DAA6:56B64C:649449D5 + - 9106:63B4:21A8AF:2EABDA:649B6545 X-Served-By: - - cache-ewr18142-EWR + - cache-den8263-DEN X-Timer: - - S1687442552.013209,VS0,VE15 + - S1687905605.403071,VS0,VE58 expires: - - Thu, 22 Jun 2023 13:27:09 GMT + - Tue, 27 Jun 2023 22:50:05 GMT x-origin-cache: - HIT x-proxy-cache: @@ -431,12 +443,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/item-spec/json-schema/provider.json response: @@ -467,15 +481,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '1112' + - '351' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:32 GMT + - Tue, 27 Jun 2023 22:40:05 GMT ETag: - - '"647f85f4-458"' + - W/"647f85f4-458" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -485,19 +501,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 88ee75d268f9d959c7367e9fb3d34738d15d2a2d + - 52a38358e19249200ac71abe35292c32a45e26c0 X-GitHub-Request-Id: - - A664:0A15:1021FE:1AA9C4:649449D5 + - 1330:7C88:1EEDA2:2BC8DB:649B6545 X-Served-By: - - cache-ewr18173-EWR + - cache-den8275-DEN X-Timer: - - S1687442552.102384,VS0,VE26 + - S1687905606.570619,VS0,VE206 expires: - - Thu, 22 Jun 2023 13:27:09 GMT + - Tue, 27 Jun 2023 22:50:05 GMT x-origin-cache: - HIT x-proxy-cache: @@ -513,7 +529,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/extensions/eo/json-schema/schema.json response: @@ -589,7 +605,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:32 GMT + - Tue, 27 Jun 2023 22:40:05 GMT ETag: - '"647f85f4-1039"' Last-Modified: @@ -601,19 +617,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 2cafc502824e692b4e5967f9806dfe5da72a3472 + - 82ee4fa926345d2ff4f86b5f2d11fcf10124dd7e X-GitHub-Request-Id: - - 9B88:2CB2:3B5952:5B4061:649449D6 + - 77A2:6C35:1CB489:29B966:649B6545 X-Served-By: - - cache-ewr18143-EWR + - cache-den8225-DEN X-Timer: - - S1687442552.215970,VS0,VE15 + - S1687905606.882096,VS0,VE61 expires: - - Thu, 22 Jun 2023 13:27:10 GMT + - Tue, 27 Jun 2023 22:50:05 GMT x-origin-cache: - HIT x-proxy-cache: @@ -629,7 +645,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/extensions/projection/json-schema/schema.json response: @@ -712,7 +728,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:32 GMT + - Tue, 27 Jun 2023 22:40:06 GMT ETag: - '"647f85f4-1247"' Last-Modified: @@ -724,19 +740,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - bf5bc07bba2b723bea9124af1c3e33f9e7c424cf + - 477e41bdd97f832b3f3ba02d39f619b4d9604a5d X-GitHub-Request-Id: - - FDE2:357D:38A2F2:588651:649449D6 + - CDC2:0C96:208475:2D848C:649B6546 X-Served-By: - - cache-ewr18120-EWR + - cache-den8231-DEN X-Timer: - - S1687442552.313787,VS0,VE18 + - S1687905606.068765,VS0,VE61 expires: - - Thu, 22 Jun 2023 13:27:10 GMT + - Tue, 27 Jun 2023 22:50:06 GMT x-origin-cache: - HIT x-proxy-cache: @@ -752,7 +768,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/extensions/scientific/json-schema/schema.json response: @@ -823,7 +839,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:32 GMT + - Tue, 27 Jun 2023 22:40:06 GMT ETag: - '"647f85f4-e6f"' Last-Modified: @@ -835,19 +851,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 2616a2a26eb28e9410ddc16e31d51f9056fd13c9 + - 983c95219f8acf6528c75c8982d7e151d04de3bb X-GitHub-Request-Id: - - B738:9316:3842C2:582BE2:649449D6 + - ED74:3AC7:216AB2:2E6F22:649B6546 X-Served-By: - - cache-ewr18162-EWR + - cache-den8271-DEN X-Timer: - - S1687442552.422134,VS0,VE19 + - S1687905606.236451,VS0,VE59 expires: - - Thu, 22 Jun 2023 13:27:10 GMT + - Tue, 27 Jun 2023 22:50:06 GMT x-origin-cache: - HIT x-proxy-cache: @@ -863,7 +879,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.1/extensions/view/json-schema/schema.json response: @@ -932,7 +948,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:32 GMT + - Tue, 27 Jun 2023 22:40:06 GMT ETag: - '"647f85f4-def"' Last-Modified: @@ -944,19 +960,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 215c919e18ba93f5f73db79695257d9ad8542c85 + - 5a63f2690e7f73a5ecb778f8b10e48d5136c1a62 X-GitHub-Request-Id: - - 5E3C:6526:3ECFE3:5EB158:649449D6 + - 9708:189B:1CF305:29F0EF:649B6546 X-Served-By: - - cache-ewr18150-EWR + - cache-den8224-DEN X-Timer: - - S1687442553.536174,VS0,VE12 + - S1687905606.407767,VS0,VE53 expires: - - Thu, 22 Jun 2023 13:27:10 GMT + - Tue, 27 Jun 2023 22:50:06 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example115].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example115].yaml index 5aeea38db..62ff283ad 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example115].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example115].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.2/item-spec/json-schema/item.json response: @@ -112,7 +112,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:32 GMT + - Tue, 27 Jun 2023 22:40:06 GMT ETag: - '"647f85f4-1887"' Last-Modified: @@ -124,21 +124,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - c3da7ff2d57f9e3eced3a02d8f7b352e0f140bd9 + - 788f1a59fedaf8e6f617029437b599ca9ee6834c X-GitHub-Request-Id: - - 9984:2CB2:3B5979:5B409A:649449D6 + - 9374:8C4D:241598:3118B1:649B6546 X-Served-By: - - cache-ewr18174-EWR + - cache-den8220-DEN X-Timer: - - S1687442553.630382,VS0,VE15 + - S1687905607.635761,VS0,VE58 expires: - - Thu, 22 Jun 2023 13:27:10 GMT - x-origin-cache: - - HIT + - Tue, 27 Jun 2023 22:50:06 GMT x-proxy-cache: - MISS status: @@ -147,12 +145,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.2/item-spec/json-schema/basics.json response: @@ -175,15 +175,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '538' + - '271' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:32 GMT + - Tue, 27 Jun 2023 22:40:06 GMT ETag: - - '"647f85f4-21a"' + - W/"647f85f4-21a" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -193,19 +195,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 1d9f815d251b39a95cbfb577530806d39e19bd4c + - dffec7459edb62b4e3f429738500ba1a27330ba4 X-GitHub-Request-Id: - - FB0C:6771:37CC7E:57B17C:649449D6 + - 50EC:7C88:1EEDDA:2BC935:649B6546 X-Served-By: - - cache-ewr18139-EWR + - cache-den8279-DEN X-Timer: - - S1687442553.741737,VS0,VE18 + - S1687905607.796682,VS0,VE55 expires: - - Thu, 22 Jun 2023 13:27:10 GMT + - Tue, 27 Jun 2023 22:50:06 GMT x-origin-cache: - HIT x-proxy-cache: @@ -216,12 +218,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.2/item-spec/json-schema/datetime.json response: @@ -255,15 +259,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '1307' + - '399' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:32 GMT + - Tue, 27 Jun 2023 22:40:07 GMT ETag: - - '"647f85f4-51b"' + - W/"647f85f4-51b" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -273,19 +279,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - ea935d88edd819ec504a5ffd4e8163fa97cb945d + - f111ae597f87502113da63ad55fc521af5386028 X-GitHub-Request-Id: - - 8C0C:7A1B:326D9D:524D96:649449D6 + - FBB2:6C35:1CB4BD:29B9B3:649B6546 X-Served-By: - - cache-ewr18154-EWR + - cache-den8260-DEN X-Timer: - - S1687442553.838468,VS0,VE14 + - S1687905607.953247,VS0,VE57 expires: - - Thu, 22 Jun 2023 13:27:10 GMT + - Tue, 27 Jun 2023 22:50:06 GMT x-origin-cache: - HIT x-proxy-cache: @@ -296,12 +302,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.2/item-spec/json-schema/instrument.json response: @@ -326,15 +334,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '701' + - '294' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:32 GMT + - Tue, 27 Jun 2023 22:40:07 GMT ETag: - - '"647f85f4-2bd"' + - W/"647f85f4-2bd" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -344,19 +354,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 4d7cd17b9ecf75fe686f87c1907e90f4d9a29fc2 + - dd7286c8d7d4327f371399b0592bbb64f6f3eeef X-GitHub-Request-Id: - - 9A9C:5A99:342D97:540F0E:649449D6 + - B6E4:71CD:22F427:2FF57F:649B6547 X-Served-By: - - cache-ewr18124-EWR + - cache-den8231-DEN X-Timer: - - S1687442553.923361,VS0,VE10 + - S1687905607.135365,VS0,VE56 expires: - - Thu, 22 Jun 2023 13:27:10 GMT + - Tue, 27 Jun 2023 22:50:07 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -365,12 +377,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.2/item-spec/json-schema/licensing.json response: @@ -390,15 +404,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '307' + - '201' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:33 GMT + - Tue, 27 Jun 2023 22:40:07 GMT ETag: - - '"647f85f4-133"' + - W/"647f85f4-133" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -408,19 +424,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - cc8e0c55775f3726a45e9009c7ce3051733e7a0e + - 3021c88c42bf0c4b5a38ed4b01576dbe9c928779 X-GitHub-Request-Id: - - 38DE:8D45:31EDF3:51D53B:649449D6 + - 935C:55CE:1F70FC:2C720A:649B6547 X-Served-By: - - cache-ewr18141-EWR + - cache-den8273-DEN X-Timer: - - S1687442553.019522,VS0,VE22 + - S1687905607.315409,VS0,VE53 expires: - - Thu, 22 Jun 2023 13:27:10 GMT + - Tue, 27 Jun 2023 22:50:07 GMT x-origin-cache: - HIT x-proxy-cache: @@ -431,12 +447,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - schemas.stacspec.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://schemas.stacspec.org/v1.0.0-rc.2/item-spec/json-schema/provider.json response: @@ -467,15 +485,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '1140' + - '362' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:33 GMT + - Tue, 27 Jun 2023 22:40:07 GMT ETag: - - '"647f85f4-474"' + - W/"647f85f4-474" Last-Modified: - Tue, 06 Jun 2023 19:16:04 GMT Server: @@ -485,19 +505,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - dd63da49e4cc585e679034e6b24da34ad15d426d + - ec404fbc90c29bf623f9951a3793ebb9335c57cd X-GitHub-Request-Id: - - B596:357D:38A32D:5886A0:649449D6 + - E636:5FA8:24793F:317B6E:649B6547 X-Served-By: - - cache-ewr18122-EWR + - cache-den8270-DEN X-Timer: - - S1687442553.124394,VS0,VE15 + - S1687905607.499730,VS0,VE56 expires: - - Thu, 22 Jun 2023 13:27:10 GMT + - Tue, 27 Jun 2023 22:50:07 GMT x-origin-cache: - HIT x-proxy-cache: @@ -513,7 +533,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/remote-data/v1.0.0/schema.json response: @@ -588,7 +608,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:33 GMT + - Tue, 27 Jun 2023 22:40:07 GMT ETag: - '"6046b731-f97"' Last-Modified: @@ -606,15 +626,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 9dcbf6431feba137f48f2abb4c6aceaddd77f2fb + - 9e5a334eabc463d2fdd9af2499da98dc4c4e0070 X-GitHub-Request-Id: - - 5AC6:4FED:26E0DC:3A8857:64945479 + - 126C:291C:221623:2F1AEB:649B6547 X-Served-By: - - cache-ewr18160-EWR + - cache-den8227-DEN X-Timer: - - S1687442553.235349,VS0,VE14 + - S1687905608.686032,VS0,VE213 expires: - - Thu, 22 Jun 2023 14:12:33 GMT + - Tue, 27 Jun 2023 22:50:07 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example11].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example11].yaml index 49f534cea..dc1846f13 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example11].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example11].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/label/schema.json response: @@ -76,11 +76,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:21 GMT + - Tue, 27 Jun 2023 22:39:46 GMT ETag: - '"46c09f290da4303780880924f1569b2cb0b979a2d363a4446e2b8b7cc494844b"' Expires: - - Thu, 22 Jun 2023 14:07:21 GMT + - Tue, 27 Jun 2023 22:44:46 GMT Source-Age: - '0' Strict-Transport-Security: @@ -90,21 +90,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - dce54ed03b0786c6eda5d84c71316e48dd51125c + - 71a376455c304cc21d39d6ac68beddc591c08ea3 X-Frame-Options: - deny X-GitHub-Request-Id: - - EA94:294B:30288B:3A5B00:649449C9 + - 1ECE:32B8:1F4278:2411AC:649B6532 X-Served-By: - - cache-ewr18123-EWR + - cache-den8250-DEN X-Timer: - - S1687442541.929540,VS0,VE92 + - S1687905586.477650,VS0,VE141 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example121].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example121].yaml index a78312ac0..9050f5002 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example121].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example121].yaml @@ -7,7 +7,7 @@ interactions: Host: - stac-extensions.github.io User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://stac-extensions.github.io/grid/v1.0.0/schema.json response: @@ -51,7 +51,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:33 GMT + - Tue, 27 Jun 2023 22:40:08 GMT ETag: - '"638a24f0-6d5"' Last-Modified: @@ -69,15 +69,15 @@ interactions: X-Cache-Hits: - '0' X-Fastly-Request-ID: - - 8bd5850aef32cd282208a8c1f67784a960865811 + - 7a2ab87c87345af824c1d0c598fafe972f4b5ce6 X-GitHub-Request-Id: - - CD48:0A60:2DDFB0:43E696:64945479 + - 3C2A:63B4:21A92A:2EAC9E:649B6548 X-Served-By: - - cache-ewr18147-EWR + - cache-den8272-DEN X-Timer: - - S1687442553.398848,VS0,VE21 + - S1687905608.233388,VS0,VE58 expires: - - Thu, 22 Jun 2023 14:12:33 GMT + - Tue, 27 Jun 2023 22:50:08 GMT permissions-policy: - interest-cohort=() x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example22].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example22].yaml index b12810e5d..fc95a14e0 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example22].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example22].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/sar/json-schema/schema.json response: @@ -109,11 +109,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:24 GMT + - Tue, 27 Jun 2023 22:39:53 GMT ETag: - '"bd0d97e01404052bb35eda302935aea6ab05818f78d1970e785c7083dedc3bad"' Expires: - - Thu, 22 Jun 2023 14:07:24 GMT + - Tue, 27 Jun 2023 22:44:53 GMT Source-Age: - '0' Strict-Transport-Security: @@ -123,21 +123,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 5e4631eef130e7e76f51585c6f9f710025442067 + - 80320dc67f44b4d76bdc2cb96c90d98a9b22a3f8 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7752:27C1:6B8F5:81D26:649449CD + - 310A:7409:1A9292:1F6019:649B6539 X-Served-By: - - cache-ewr18126-EWR + - cache-den8268-DEN X-Timer: - - S1687442544.188221,VS0,VE116 + - S1687905593.999726,VS0,VE285 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example24].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example24].yaml index 0dc28a3be..6b20b96b7 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example24].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example24].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/scientific/json-schema/schema.json response: @@ -53,11 +53,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:24 GMT + - Tue, 27 Jun 2023 22:39:53 GMT ETag: - '"13ff4323200a45e6acb12e649221282624758beb0a8f5b3a190160c2aa9d358a"' Expires: - - Thu, 22 Jun 2023 14:07:24 GMT + - Tue, 27 Jun 2023 22:44:53 GMT Source-Age: - '0' Strict-Transport-Security: @@ -67,21 +67,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 63a817a39777334c838ee06ff495701fab5c4795 + - 5f7e42ca451170a13bc3b80226035dd3a6a9c51c X-Frame-Options: - deny X-GitHub-Request-Id: - - 758E:583C:616B5:77A2F:649449CD + - F47E:2827:1BF883:20C6F5:649B6539 X-Served-By: - - cache-ewr18166-EWR + - cache-den8247-DEN X-Timer: - - S1687442544.400998,VS0,VE79 + - S1687905594.543944,VS0,VE157 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example2].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example2].yaml index b82ccbfe1..ef84287fb 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example2].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example2].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/collection-spec/json-schema/collection.json response: @@ -89,11 +89,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:20 GMT + - Tue, 27 Jun 2023 22:39:45 GMT ETag: - '"031974beaaaf6f0b5c6877dc97088d9e2aff3bc8962df33ff291dddded353f09"' Expires: - - Thu, 22 Jun 2023 14:07:20 GMT + - Tue, 27 Jun 2023 22:44:45 GMT Source-Age: - '0' Strict-Transport-Security: @@ -103,21 +103,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 8d4f2c240f2c37825519ef137f9f21f15bee9831 + - d42c15c6afade5f1bdede54b0491be6961a27b2a X-Frame-Options: - deny X-GitHub-Request-Id: - - ED24:4BB9:3025E8:3A57A8:649449C8 + - 1132:1B40:1AFA4B:1FC8AC:649B6530 X-Served-By: - - cache-ewr18158-EWR + - cache-den8256-DEN X-Timer: - - S1687442540.936142,VS0,VE113 + - S1687905585.844380,VS0,VE156 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example32].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example32].yaml index 5fc7f5160..ecf424aec 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example32].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example32].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/catalog-spec/json-schema/catalog.json response: @@ -56,11 +56,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:24 GMT + - Tue, 27 Jun 2023 22:39:54 GMT ETag: - '"c76fd44b22619705d40fb03a5b1d875e2e786f9ac7a85244758d15cc7cc947a9"' Expires: - - Thu, 22 Jun 2023 14:07:24 GMT + - Tue, 27 Jun 2023 22:44:54 GMT Source-Age: - '0' Strict-Transport-Security: @@ -70,21 +70,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 82b4a8fc4ef92da2303f64e3333afc5898c22ac8 + - aa0d76f8e9f3a64709e6040b4ea01bfd29053113 X-Frame-Options: - deny X-GitHub-Request-Id: - - 56FC:757F:5A9CF:70E10:649449CD + - 66F6:32B8:1F4337:2412AD:649B6539 X-Served-By: - - cache-ewr18153-EWR + - cache-den8259-DEN X-Timer: - - S1687442545.622094,VS0,VE87 + - S1687905594.933222,VS0,VE69 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example33].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example33].yaml index 625f48282..1463253d0 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example33].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example33].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/collection-spec/json-schema/collection.json response: @@ -100,11 +100,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:24 GMT + - Tue, 27 Jun 2023 22:39:54 GMT ETag: - '"efa6309742b904ab7b06bab4c30c3ea2e1ce78163892365a7f4ee461716396b3"' Expires: - - Thu, 22 Jun 2023 14:07:24 GMT + - Tue, 27 Jun 2023 22:44:54 GMT Source-Age: - '0' Strict-Transport-Security: @@ -114,21 +114,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 35575ad23348bf7990eb82d58faf07aae8d405a4 + - 4829b1217a51695d124f35fce576e7b1e280c166 X-Frame-Options: - deny X-GitHub-Request-Id: - - 08A8:2DAE:5B92A:71D8B:649449CE + - 82A8:2827:1BF894:20C70A:649B653A X-Served-By: - - cache-ewr18122-EWR + - cache-den8246-DEN X-Timer: - - S1687442545.789422,VS0,VE86 + - S1687905594.132935,VS0,VE139 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example34].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example34].yaml index 5eeebc16c..5e625482e 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example34].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example34].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/item.json response: @@ -100,11 +100,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:25 GMT + - Tue, 27 Jun 2023 22:39:54 GMT ETag: - '"eb4ef35f5071c45c7b53e7fe6ef92a682455a0de207fcbe27507488c4bfcc9ca"' Expires: - - Thu, 22 Jun 2023 14:07:25 GMT + - Tue, 27 Jun 2023 22:44:54 GMT Source-Age: - '0' Strict-Transport-Security: @@ -114,21 +114,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 7ad2d43f138410382372d6f3e489751bb1ba3fb4 + - dc333f83076d0338c6763b253ef4a842a9934eb4 X-Frame-Options: - deny X-GitHub-Request-Id: - - 7394:6BC6:6B971:81EF8:649449CE + - F920:191A:1D167C:21E427:649B653A X-Served-By: - - cache-ewr18153-EWR + - cache-den8265-DEN X-Timer: - - S1687442545.965842,VS0,VE111 + - S1687905594.383511,VS0,VE130 X-XSS-Protection: - 1; mode=block status: @@ -137,12 +137,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - raw.githubusercontent.com + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/basics.json response: @@ -162,9 +164,11 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '475' + - '242' Content-Security-Policy: - default-src 'none'; style-src 'unsafe-inline'; sandbox Content-Type: @@ -172,11 +176,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:25 GMT + - Tue, 27 Jun 2023 22:39:54 GMT ETag: - - '"2436fa8ce8356cb57ec6581098dc3ea04f5395558aaca6e4008e09eb43f0a9db"' + - W/"6d7396a43630fc75ad2c8eb88f4cf7ff6e18bfd26c4abff9d2912ed089aba92c" Expires: - - Thu, 22 Jun 2023 14:07:25 GMT + - Tue, 27 Jun 2023 22:44:54 GMT Source-Age: - '0' Strict-Transport-Security: @@ -186,21 +190,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 6daf2d2f9e62f59bf011a1ba1554dbc764450d2f + - 244bffdf176e8dfda7b47629a5c84ed8b0e8c095 X-Frame-Options: - deny X-GitHub-Request-Id: - - C420:261B:6E0C7:84488:649449CE + - 5244:4F8D:1A11B8:1EE0B1:649B653A X-Served-By: - - cache-ewr18171-EWR + - cache-den8231-DEN X-Timer: - - S1687442545.264610,VS0,VE152 + - S1687905595.642233,VS0,VE144 X-XSS-Protection: - 1; mode=block status: @@ -209,12 +213,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - raw.githubusercontent.com + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/datetimerange.json response: @@ -239,9 +245,11 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '814' + - '317' Content-Security-Policy: - default-src 'none'; style-src 'unsafe-inline'; sandbox Content-Type: @@ -249,11 +257,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:25 GMT + - Tue, 27 Jun 2023 22:39:55 GMT ETag: - - '"e1248a7fa9f6feeddb9c683a0fcfcab1b8ea66ae5db2d9a36f0602d44879a0f8"' + - W/"a2c80a9d7bce99efd0d9e95415444a85e3f1d433a4b5314a21a817181d5f692f" Expires: - - Thu, 22 Jun 2023 14:07:25 GMT + - Tue, 27 Jun 2023 22:44:55 GMT Source-Age: - '0' Strict-Transport-Security: @@ -263,21 +271,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 9fb97ebd641ba441f99400fd185114c4afabe54b + - f59b277a0b627641acd3ca387b8c8073a32ec59c X-Frame-Options: - deny X-GitHub-Request-Id: - - 92DE:7CC0:89A9E:9FEF2:649449CE + - D474:43E5:1BE07B:20AFB7:649B653A X-Served-By: - - cache-ewr18140-EWR + - cache-den8275-DEN X-Timer: - - S1687442546.575025,VS0,VE78 + - S1687905595.876237,VS0,VE135 X-XSS-Protection: - 1; mode=block status: @@ -286,12 +294,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - raw.githubusercontent.com + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/instrument.json response: @@ -312,9 +322,11 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '525' + - '216' Content-Security-Policy: - default-src 'none'; style-src 'unsafe-inline'; sandbox Content-Type: @@ -322,11 +334,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:25 GMT + - Tue, 27 Jun 2023 22:39:55 GMT ETag: - - '"84c39a084fe100d85a10cdeef11399cb06ceed2c623ee37cfbdb03f85d39477c"' + - W/"a71cc85616eecfa544786a6fb460cb1e47e4c7646f50bb2367986a3a05f3f5c3" Expires: - - Thu, 22 Jun 2023 14:07:25 GMT + - Tue, 27 Jun 2023 22:44:55 GMT Source-Age: - '0' Strict-Transport-Security: @@ -336,21 +348,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 50791b456ed7d16b99938ded96ce6287c225575d + - a80682053bb75a7e1b8c69629569f267eedd9c38 X-Frame-Options: - deny X-GitHub-Request-Id: - - 4B7A:64B2:6CE03:83202:649449CF + - D91C:7C29:1C9083:215FDA:649B653B X-Served-By: - - cache-ewr18130-EWR + - cache-den8256-DEN X-Timer: - - S1687442546.742949,VS0,VE118 + - S1687905595.121193,VS0,VE138 X-XSS-Protection: - 1; mode=block status: @@ -359,12 +371,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - raw.githubusercontent.com + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/licensing.json response: @@ -381,9 +395,11 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '244' + - '172' Content-Security-Policy: - default-src 'none'; style-src 'unsafe-inline'; sandbox Content-Type: @@ -391,11 +407,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:26 GMT + - Tue, 27 Jun 2023 22:39:55 GMT ETag: - - '"d2cd4998f5154410f2dc79b42af5baaf118454186cee8d12066a5f42d3e821fc"' + - W/"d8c66f44932785baa4d8eb103c3bfa0a7e580577bfea24a1be266591c40eb8b9" Expires: - - Thu, 22 Jun 2023 14:07:26 GMT + - Tue, 27 Jun 2023 22:44:55 GMT Source-Age: - '0' Strict-Transport-Security: @@ -405,21 +421,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 9c199d3e5741d18e24e94c875f0dfa2658e6f26f + - 9c809ff87d6641e9e22dc6d9481c5991e8a25c5a X-Frame-Options: - deny X-GitHub-Request-Id: - - A7DE:0FD3:74949:8AE85:649449CF + - C5EE:646F:1E511C:232091:649B653B X-Served-By: - - cache-ewr18164-EWR + - cache-den8254-DEN X-Timer: - - S1687442546.960370,VS0,VE85 + - S1687905595.364081,VS0,VE129 X-XSS-Protection: - 1; mode=block status: @@ -428,12 +444,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - raw.githubusercontent.com + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/metadata.json response: @@ -452,9 +470,11 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '384' + - '191' Content-Security-Policy: - default-src 'none'; style-src 'unsafe-inline'; sandbox Content-Type: @@ -462,11 +482,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:26 GMT + - Tue, 27 Jun 2023 22:39:55 GMT ETag: - - '"a99228769e5d0400f7b006fa153262053fb7a6ffdb3b8bbf51c4df37a82098f6"' + - W/"7268846cea98c53aedf128e75e56b98b8059c22c205aefb5e9e14606ba55c81d" Expires: - - Thu, 22 Jun 2023 14:07:26 GMT + - Tue, 27 Jun 2023 22:44:55 GMT Source-Age: - '0' Strict-Transport-Security: @@ -476,21 +496,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 47304625021d525bbdf68676a1f56eeb3e521b53 + - 0fc88f824d83bec93ed3a78aafca579d2466d2b0 X-Frame-Options: - deny X-GitHub-Request-Id: - - 56FC:757F:5AA0C:70E5E:649449CF + - A4F6:5216:1D1B83:21EA8D:649B653B X-Served-By: - - cache-ewr18172-EWR + - cache-den8241-DEN X-Timer: - - S1687442546.136338,VS0,VE84 + - S1687905596.603714,VS0,VE150 X-XSS-Protection: - 1; mode=block status: @@ -499,12 +519,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - raw.githubusercontent.com + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/item-spec/json-schema/provider.json response: @@ -531,9 +553,11 @@ interactions: Cache-Control: - max-age=300 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '973' + - '298' Content-Security-Policy: - default-src 'none'; style-src 'unsafe-inline'; sandbox Content-Type: @@ -541,11 +565,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:26 GMT + - Tue, 27 Jun 2023 22:39:56 GMT ETag: - - '"a92eac8e15643dce5b9165724ce350d2ee5edad5f8baca7140c79ce8ce0da8c6"' + - W/"157c04307cc29f122b290b4612a4e094e94c0d22eec1ed460362ae2955f6c1df" Expires: - - Thu, 22 Jun 2023 14:07:26 GMT + - Tue, 27 Jun 2023 22:44:56 GMT Source-Age: - '0' Strict-Transport-Security: @@ -555,21 +579,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - f4b02ecdc0fc10b5c64721b4994f6897090f104a + - 6830f36e4b4107383d99ea6610bd5f8b190fcfea X-Frame-Options: - deny X-GitHub-Request-Id: - - 56FC:757F:5AA1B:70E6E:649449CF + - 64F4:072B:1B360E:20039B:649B653B X-Served-By: - - cache-ewr18136-EWR + - cache-den8238-DEN X-Timer: - - S1687442546.295270,VS0,VE86 + - S1687905596.887700,VS0,VE133 X-XSS-Protection: - 1; mode=block status: @@ -583,7 +607,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/eo/json-schema/schema.json response: @@ -636,11 +660,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:26 GMT + - Tue, 27 Jun 2023 22:39:56 GMT ETag: - '"4ce0628a6b4d2c8e80ff67d116b60196c8f9d0a017a63b3557ebd6b46f42dfef"' Expires: - - Thu, 22 Jun 2023 14:07:26 GMT + - Tue, 27 Jun 2023 22:44:56 GMT Source-Age: - '0' Strict-Transport-Security: @@ -650,21 +674,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - bda020ba3015afde6b1daefe99aa72e2a2e85f7b + - eda4969d9a6c859f00372626dac52eac4390e596 X-Frame-Options: - deny X-GitHub-Request-Id: - - A456:2C85:3DD780:480B34:649449D0 + - D6AE:71C0:1C2070:20EFB9:649B653C X-Served-By: - - cache-ewr18124-EWR + - cache-den8250-DEN X-Timer: - - S1687442546.456676,VS0,VE92 + - S1687905596.138556,VS0,VE143 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example36].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example36].yaml index eba2fc3bb..63c22e42e 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example36].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example36].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/asset/json-schema/schema.json response: @@ -48,11 +48,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:26 GMT + - Tue, 27 Jun 2023 22:39:56 GMT ETag: - '"6ae857b8e1e2f74d6b996d5f7111e822099d2620956150db4b96325f59fccc52"' Expires: - - Thu, 22 Jun 2023 14:07:26 GMT + - Tue, 27 Jun 2023 22:44:56 GMT Source-Age: - '0' Strict-Transport-Security: @@ -62,21 +62,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - ce23eb43d98ab84b6922db37761f8870f20330e3 + - 00f661a8007288026e48faa95e500a8b940e73cf X-Frame-Options: - deny X-GitHub-Request-Id: - - CD3A:52E4:78CCE:8F0FF:649449D0 + - DE84:0CBD:B9990:DF03C:649B653C X-Served-By: - - cache-ewr18130-EWR + - cache-den8241-DEN X-Timer: - - S1687442547.635720,VS0,VE118 + - S1687905596.478452,VS0,VE343 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example37].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example37].yaml index c29e518ce..dd399c487 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example37].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example37].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/checksum/json-schema/schema.json response: @@ -45,11 +45,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:27 GMT + - Tue, 27 Jun 2023 22:39:57 GMT ETag: - '"9bde8b6875408a186b283e6e3dd3edb01bc2b938e55a0491b0b7f4e06f0faccb"' Expires: - - Thu, 22 Jun 2023 14:07:27 GMT + - Tue, 27 Jun 2023 22:44:57 GMT Source-Age: - '0' Strict-Transport-Security: @@ -59,21 +59,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - bf35357ce959ddf0dbe6bb4bb6e025a7b72c128a + - 66d25d25f0e7276cae41308425b292f7c22dd1fc X-Frame-Options: - deny X-GitHub-Request-Id: - - 344E:2C85:3DD7A8:480B62:649449D0 + - 8560:2BC0:1B1BE1:1FC6D9:649B653C X-Served-By: - - cache-ewr18182-EWR + - cache-den8259-DEN X-Timer: - - S1687442547.908377,VS0,VE109 + - S1687905597.938560,VS0,VE132 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example39].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example39].yaml index b062c7eb2..c270de0fb 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example39].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example39].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/sat/json-schema/schema.json response: @@ -43,11 +43,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:27 GMT + - Tue, 27 Jun 2023 22:39:57 GMT ETag: - '"90408dbc0c6ce835205fcdbeeab881774f06517052d7c3dbcf6ba7c3ccced7eb"' Expires: - - Thu, 22 Jun 2023 14:07:27 GMT + - Tue, 27 Jun 2023 22:44:57 GMT Source-Age: - '0' Strict-Transport-Security: @@ -57,21 +57,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 3c2ec7b7720129095ef8e51db827b7e4109b2a51 + - 7bf3d832a0a3ddc7196dd94143b18b676bdc5223 X-Frame-Options: - deny X-GitHub-Request-Id: - - 237E:1609:6ADE7:811A5:649449D0 + - 67DA:646C:188728:1D5462:649B653D X-Served-By: - - cache-ewr18140-EWR + - cache-den8259-DEN X-Timer: - - S1687442547.214991,VS0,VE77 + - S1687905597.213626,VS0,VE129 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example3].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example3].yaml index fd050fd1e..ef3ef7e7a 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example3].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example3].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/item-spec/json-schema/item.json response: @@ -112,11 +112,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:20 GMT + - Tue, 27 Jun 2023 22:39:45 GMT ETag: - '"4e24763d74f0d463b0cb6c63fc099e0b59447c7a049b93ffda4c6eb9eb54ae95"' Expires: - - Thu, 22 Jun 2023 14:07:20 GMT + - Tue, 27 Jun 2023 22:44:45 GMT Source-Age: - '0' Strict-Transport-Security: @@ -126,21 +126,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - aa9e39b81f61e026d105c4797a0e86ef5333e5c2 + - b2c11c783a45dae00ae88ad11b1034f592763fa3 X-Frame-Options: - deny X-GitHub-Request-Id: - - AAE4:6A38:2E795C:38AB79:649449C9 + - 32D8:0EED:1E209D:22EF73:649B6531 X-Served-By: - - cache-ewr18165-EWR + - cache-den8259-DEN X-Timer: - - S1687442540.137862,VS0,VE136 + - S1687905585.105456,VS0,VE141 X-XSS-Protection: - 1; mode=block status: @@ -154,7 +154,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/eo/json-schema/schema.json response: @@ -220,11 +220,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:20 GMT + - Tue, 27 Jun 2023 22:39:45 GMT ETag: - '"c8576d5ea3fcee4039dcddbdcf9e59fed3f3086419a33aa96f18f4617203b76d"' Expires: - - Thu, 22 Jun 2023 14:07:20 GMT + - Tue, 27 Jun 2023 22:44:45 GMT Source-Age: - '0' Strict-Transport-Security: @@ -234,21 +234,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - f2a8c501a37871340fe1789fdba38fc2492b6ad0 + - b8400cb6fd8ab8e50c230c5089f4272a7f32ff9c X-Frame-Options: - deny X-GitHub-Request-Id: - - 6A4E:84C9:2FFFD9:3A324E:649449C9 + - EFF0:0B82:10DC1E:1449C5:649B6531 X-Served-By: - - cache-ewr18128-EWR + - cache-den8241-DEN X-Timer: - - S1687442540.359354,VS0,VE88 + - S1687905585.359430,VS0,VE132 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example42].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example42].yaml index d871159a1..e53b4597c 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example42].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example42].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/view/json-schema/schema.json response: @@ -51,11 +51,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:27 GMT + - Tue, 27 Jun 2023 22:39:57 GMT ETag: - '"e3e45b623ffe7f49713a2595b631681ba13de3813a1f297508e46360b2becd71"' Expires: - - Thu, 22 Jun 2023 14:07:27 GMT + - Tue, 27 Jun 2023 22:44:57 GMT Source-Age: - '0' Strict-Transport-Security: @@ -65,21 +65,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 5db3b7748b96a619c01402654a5212a42aae784c + - c05635a9e2b0420db98ef43b21d3c7cd87d0374c X-Frame-Options: - deny X-GitHub-Request-Id: - - 22CA:17C9:75C74:8C123:649449D1 + - 9098:71C0:1C20A5:20EFFF:649B653D X-Served-By: - - cache-ewr18120-EWR + - cache-den8247-DEN X-Timer: - - S1687442547.405367,VS0,VE94 + - S1687905597.493034,VS0,VE141 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example51].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example51].yaml index f0ed49ce9..0f3ddb38e 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example51].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example51].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/label/json-schema/schema.json response: @@ -76,11 +76,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:27 GMT + - Tue, 27 Jun 2023 22:39:57 GMT ETag: - '"46c09f290da4303780880924f1569b2cb0b979a2d363a4446e2b8b7cc494844b"' Expires: - - Thu, 22 Jun 2023 14:07:27 GMT + - Tue, 27 Jun 2023 22:44:57 GMT Source-Age: - '0' Strict-Transport-Security: @@ -90,21 +90,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - f865f8eb01b1b5c3099f8977f7417fa09506b296 + - 45868d8f14945254bb06fcbfd08f19bab2f52b15 X-Frame-Options: - deny X-GitHub-Request-Id: - - BE82:06E1:5C69D:72C5E:649449D1 + - 9098:71C0:1C20BA:20F014:649B653D X-Served-By: - - cache-ewr18145-EWR + - cache-den8268-DEN X-Timer: - - S1687442548.645010,VS0,VE76 + - S1687905598.864793,VS0,VE131 X-XSS-Protection: - 1; mode=block status: @@ -118,7 +118,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/version/json-schema/schema.json response: @@ -158,11 +158,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:27 GMT + - Tue, 27 Jun 2023 22:39:58 GMT ETag: - '"3ad87031bb638da9b48582cbf730c047e1075960364c8fc992381ddf5467f296"' Expires: - - Thu, 22 Jun 2023 14:07:27 GMT + - Tue, 27 Jun 2023 22:44:58 GMT Source-Age: - '0' Strict-Transport-Security: @@ -172,21 +172,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b860dc7bc4e1ab31b05a390ba98e55f8374c8177 + - 677cf3978ff3295334c2cde9dd266beb1e4726f8 X-Frame-Options: - deny X-GitHub-Request-Id: - - 56FC:757F:5AA53:70EB7:649449D1 + - FFAA:646C:188748:1D548B:649B653E X-Served-By: - - cache-ewr18178-EWR + - cache-den8250-DEN X-Timer: - - S1687442548.822513,VS0,VE104 + - S1687905598.118332,VS0,VE152 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example55].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example55].yaml index a217d100b..41b662c08 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example55].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example55].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/sar/json-schema/schema.json response: @@ -82,11 +82,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:28 GMT + - Tue, 27 Jun 2023 22:39:58 GMT ETag: - '"8546ced8239a833de59c3c153dab1ad77f34c598818da6695196e7449d680592"' Expires: - - Thu, 22 Jun 2023 14:07:28 GMT + - Tue, 27 Jun 2023 22:44:58 GMT Source-Age: - '0' Strict-Transport-Security: @@ -96,21 +96,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 4480588e69e8bc869bf207dae20776647989f029 + - 15c832c8dbfce4ea061844a163f69f7977b3eeed X-Frame-Options: - deny X-GitHub-Request-Id: - - 3172:7526:69079:7F52D:649449D1 + - 5244:4F8D:1A125B:1EE17C:649B653E X-Served-By: - - cache-ewr18161-EWR + - cache-den8244-DEN X-Timer: - - S1687442548.143321,VS0,VE102 + - S1687905598.434600,VS0,VE130 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example58].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example58].yaml index c7afee3f1..e9d3baf8e 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example58].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example58].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.9.0/extensions/scientific/json-schema/schema.json response: @@ -53,11 +53,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:28 GMT + - Tue, 27 Jun 2023 22:39:59 GMT ETag: - '"13ff4323200a45e6acb12e649221282624758beb0a8f5b3a190160c2aa9d358a"' Expires: - - Thu, 22 Jun 2023 14:07:28 GMT + - Tue, 27 Jun 2023 22:44:59 GMT Source-Age: - '0' Strict-Transport-Security: @@ -67,21 +67,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - d65b265e048ac5825def84485ede8e882294ac4e + - fcf7820bf263673238709af958e6a6ed4742474f X-Frame-Options: - deny X-GitHub-Request-Id: - - 56FC:757F:5AA69:70ED2:649449D2 + - DB82:646F:1E51BE:232157:649B653E X-Served-By: - - cache-ewr18131-EWR + - cache-den8231-DEN X-Timer: - - S1687442548.364312,VS0,VE89 + - S1687905599.749165,VS0,VE273 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example5].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example5].yaml index e1a7d145e..1a12a7c5c 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example5].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example5].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/asset/json-schema/schema.json response: @@ -44,11 +44,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:20 GMT + - Tue, 27 Jun 2023 22:39:45 GMT ETag: - '"cffbb0036f526b016f24477e0ad674e75b6fefb89708ca796686de9d2e2a67ed"' Expires: - - Thu, 22 Jun 2023 14:07:20 GMT + - Tue, 27 Jun 2023 22:44:45 GMT Source-Age: - '0' Strict-Transport-Security: @@ -58,21 +58,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - b0c3ab79cbc5c7077183dc3a41aefe525249586c + - 34260f3b967cf72f808b18991df4e6ed6c01d3ba X-Frame-Options: - deny X-GitHub-Request-Id: - - B230:6F3E:2C1A5C:364A87:649449C9 + - 2B94:2827:1BF79B:20C5C0:649B6531 X-Served-By: - - cache-ewr18127-EWR + - cache-den8250-DEN X-Timer: - - S1687442541.539264,VS0,VE90 + - S1687905586.639917,VS0,VE280 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example6].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example6].yaml index dbee4bed9..34d5b33e6 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example6].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example6].yaml @@ -7,7 +7,7 @@ interactions: Host: - raw.githubusercontent.com User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.1/extensions/checksum/json-schema/schema.json response: @@ -51,11 +51,11 @@ interactions: Cross-Origin-Resource-Policy: - cross-origin Date: - - Thu, 22 Jun 2023 14:02:20 GMT + - Tue, 27 Jun 2023 22:39:46 GMT ETag: - '"ceed674cee48a43076989957b8a4f96d8acba3f52df1d52a3745e28225923aac"' Expires: - - Thu, 22 Jun 2023 14:07:20 GMT + - Tue, 27 Jun 2023 22:44:46 GMT Source-Age: - '0' Strict-Transport-Security: @@ -65,21 +65,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Content-Type-Options: - nosniff X-Fastly-Request-ID: - - 15d4eb5f4eb505883b0e437c3464105b04d533fa + - 029bbaad8f2746fef7e71b97577ed8e2dc147dde X-Frame-Options: - deny X-GitHub-Request-Id: - - EF00:79E3:2CBADA:36ED48:649449C9 + - E556:71C0:1C1EDD:20EDC9:649B6532 X-Served-By: - - cache-ewr18134-EWR + - cache-den8238-DEN X-Timer: - - S1687442541.711488,VS0,VE95 + - S1687905586.151111,VS0,VE141 X-XSS-Protection: - 1; mode=block status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example70].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example70].yaml index 8562c65a3..6e3827ffd 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example70].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example70].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/catalog-spec/json-schema/catalog.json response: @@ -59,7 +59,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:28 GMT + - Tue, 27 Jun 2023 22:39:59 GMT ETag: - '"647f85f4-84e"' Last-Modified: @@ -71,19 +71,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 2aa7369e95ff3cb3eca867a14427ebd69ff9f90b + - 6f13aee398f275551b7cadc444e6669232cc98e0 X-GitHub-Request-Id: - - 6EBA:63BB:36852A:566F3F:649449D2 + - 0810:189B:1CF1CB:29EF08:649B653F X-Served-By: - - cache-ewr18162-EWR + - cache-den8235-DEN X-Timer: - - S1687442549.642626,VS0,VE15 + - S1687905599.393733,VS0,VE60 expires: - - Thu, 22 Jun 2023 13:27:06 GMT + - Tue, 27 Jun 2023 22:49:59 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example72].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example72].yaml index e0e4ca904..7c657402c 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example72].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example72].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/collection-spec/json-schema/collection.json response: @@ -99,7 +99,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:28 GMT + - Tue, 27 Jun 2023 22:39:59 GMT ETag: - '"647f85f4-14e2"' Last-Modified: @@ -111,19 +111,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 1df884a4cbfc4a22b1ebe1dbe262b83d5a684579 + - 71529d4cf6496b77f09f5d37431dffce62abf9be X-GitHub-Request-Id: - - A89E:5680:37A356:578583:649449D2 + - FCC8:62C3:1DC0D0:2ABFF6:649B653F X-Served-By: - - cache-ewr18165-EWR + - cache-den8280-DEN X-Timer: - - S1687442549.783780,VS0,VE20 + - S1687905600.622852,VS0,VE54 expires: - - Thu, 22 Jun 2023 13:27:06 GMT + - Tue, 27 Jun 2023 22:49:59 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example74].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example74].yaml index 6bdab1c69..a54e2a8c3 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example74].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example74].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/checksum/json-schema/schema.json response: @@ -60,7 +60,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:28 GMT + - Tue, 27 Jun 2023 22:39:59 GMT ETag: - '"647f85f4-939"' Last-Modified: @@ -72,19 +72,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - fc85f8a5bb2ca0bf5011acaf89993230066f58a2 + - c20cdef80cd81aebefba227a19f8d902c33de3cc X-GitHub-Request-Id: - - 8DD4:590C:36E3DE:56C8BA:649449D2 + - F078:5E3D:21C252:2EC68F:649B653F X-Served-By: - - cache-ewr18171-EWR + - cache-den8271-DEN X-Timer: - - S1687442549.902134,VS0,VE18 + - S1687905600.820780,VS0,VE69 expires: - - Thu, 22 Jun 2023 13:27:06 GMT + - Tue, 27 Jun 2023 22:49:59 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example75].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example75].yaml index 2aab138eb..e56cc2e63 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example75].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example75].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/collection-assets/json-schema/schema.json response: @@ -40,7 +40,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:29 GMT + - Tue, 27 Jun 2023 22:40:00 GMT ETag: - '"647f85f4-3ab"' Last-Modified: @@ -52,21 +52,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 24f62851ff6685421fa92124f3dd4e27839f1f64 + - 76979428e1cfb838e58fd627e6f476693ba5655c X-GitHub-Request-Id: - - 6302:7A1B:326CE8:524C74:649449D2 + - 50EC:7C88:1EECAE:2BC75F:649B6540 X-Served-By: - - cache-ewr18121-EWR + - cache-den8220-DEN X-Timer: - - S1687442549.010983,VS0,VE240 + - S1687905600.024958,VS0,VE60 expires: - - Thu, 22 Jun 2023 13:27:06 GMT - x-origin-cache: - - HIT + - Tue, 27 Jun 2023 22:50:00 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example76].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example76].yaml index 2ee8e4054..c3cb7a60c 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example76].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example76].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/datacube/json-schema/schema.json response: @@ -128,7 +128,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:29 GMT + - Tue, 27 Jun 2023 22:40:00 GMT ETag: - '"647f85f4-1d66"' Last-Modified: @@ -140,19 +140,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - d4d08d79dee7a58db2eee96cb10212b7d0d0b8e1 + - 708894a8bc1985b141fe0eda6b4bd64012249172 X-GitHub-Request-Id: - - D9D8:48BE:38C08E:58A74A:649449D2 + - F884:3F4A:1EC252:2BC1FD:649B6540 X-Served-By: - - cache-ewr18156-EWR + - cache-den8228-DEN X-Timer: - - S1687442549.354261,VS0,VE14 + - S1687905600.207859,VS0,VE211 expires: - - Thu, 22 Jun 2023 13:27:06 GMT + - Tue, 27 Jun 2023 22:50:00 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example78].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example78].yaml index 6737d2b55..f77bc5d13 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example78].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example78].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/eo/json-schema/schema.json response: @@ -55,7 +55,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:29 GMT + - Tue, 27 Jun 2023 22:40:00 GMT ETag: - '"647f85f4-805"' Last-Modified: @@ -67,19 +67,21 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 7d6d7cd752a38711e13fed876637ab3a27284446 + - 5dda9a1755f6ec9c09af3f259ee518e4d1dca2bc X-GitHub-Request-Id: - - B3FC:570A:38FEBE:58E081:649449D3 + - 8D60:2D29:219519:2E9867:649B6540 X-Served-By: - - cache-ewr18162-EWR + - cache-den8241-DEN X-Timer: - - S1687442549.483884,VS0,VE14 + - S1687905601.619442,VS0,VE61 expires: - - Thu, 22 Jun 2023 13:27:07 GMT + - Tue, 27 Jun 2023 22:50:00 GMT + x-origin-cache: + - HIT x-proxy-cache: - MISS status: @@ -93,7 +95,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/view/json-schema/schema.json response: @@ -142,7 +144,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:29 GMT + - Tue, 27 Jun 2023 22:40:00 GMT ETag: - '"647f85f4-829"' Last-Modified: @@ -154,19 +156,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 94e6a52ddc666400b5a32f8ffa03e6a4c2be5ed8 + - 2bb3541c18aa4107f6cda5de7e880fdbf0a4458e X-GitHub-Request-Id: - - C858:23C7:41038C:60E769:649449D3 + - 3B3A:284B:1FA095:2C9F48:649B6540 X-Served-By: - - cache-ewr18175-EWR + - cache-den8225-DEN X-Timer: - - S1687442550.579141,VS0,VE17 + - S1687905601.807772,VS0,VE58 expires: - - Thu, 22 Jun 2023 13:27:07 GMT + - Tue, 27 Jun 2023 22:50:00 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example79].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example79].yaml index aad1714e5..8a39ae9d2 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example79].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example79].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/item-assets/json-schema/schema.json response: @@ -50,7 +50,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:29 GMT + - Tue, 27 Jun 2023 22:40:01 GMT ETag: - '"647f85f4-65f"' Last-Modified: @@ -62,19 +62,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 50d651a079867f3bcfa18db9aa645dced5c7686b + - ac73c947433f420d1ce15177b1218bd356880776 X-GitHub-Request-Id: - - 7FAE:6526:3ECF0B:5EB02D:649449D3 + - F884:3F4A:1EC27C:2BC232:649B6541 X-Served-By: - - cache-ewr18160-EWR + - cache-den8275-DEN X-Timer: - - S1687442550.679113,VS0,VE16 + - S1687905601.001683,VS0,VE60 expires: - - Thu, 22 Jun 2023 13:27:07 GMT + - Tue, 27 Jun 2023 22:50:01 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example81].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example81].yaml index 607fb6198..f29040765 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example81].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example81].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/label/json-schema/schema.json response: @@ -87,7 +87,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:29 GMT + - Tue, 27 Jun 2023 22:40:01 GMT ETag: - '"647f85f4-1226"' Last-Modified: @@ -99,19 +99,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 4237a238733c4cd1cafe5832426a1c5a03dc4e23 + - 93f6c74bc879d693ceec9ff784d8bf35f374b729 X-GitHub-Request-Id: - - EE30:0D6A:3BCD31:5BB4BF:649449D3 + - 61E6:291C:2214A6:2F18CC:649B6541 X-Served-By: - - cache-ewr18170-EWR + - cache-den8263-DEN X-Timer: - - S1687442550.787956,VS0,VE14 + - S1687905601.202468,VS0,VE117 expires: - - Thu, 22 Jun 2023 13:27:07 GMT + - Tue, 27 Jun 2023 22:50:01 GMT x-origin-cache: - HIT x-proxy-cache: @@ -127,7 +127,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/version/json-schema/schema.json response: @@ -172,7 +172,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:29 GMT + - Tue, 27 Jun 2023 22:40:01 GMT ETag: - '"647f85f4-70b"' Last-Modified: @@ -184,19 +184,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - c6cbe32f7759a7249acafdc612a4c913efc63295 + - ec0f37351961544a26cd2959425241b387b978b7 X-GitHub-Request-Id: - - 6706:357D:38A246:58855B:649449D3 + - EF98:284B:1FA0AE:2C9F72:649B6541 X-Served-By: - - cache-ewr18136-EWR + - cache-den8266-DEN X-Timer: - - S1687442550.880841,VS0,VE13 + - S1687905601.437875,VS0,VE55 expires: - - Thu, 22 Jun 2023 13:27:07 GMT + - Tue, 27 Jun 2023 22:50:01 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example92].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example92].yaml index a39e7e446..5250ce71d 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example92].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example92].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/projection/json-schema/schema.json response: @@ -71,7 +71,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:30 GMT + - Tue, 27 Jun 2023 22:40:01 GMT ETag: - '"647f85f4-dc7"' Last-Modified: @@ -83,19 +83,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 70ab34df7ad031aeff4b292e4ac41ac7873bc495 + - 4eb36a30a00e6ea9c23751cb0d8207b968e0c648 X-GitHub-Request-Id: - - 557E:570A:38FEEF:58E0CD:649449D3 + - 8D60:2D29:219558:2E98C2:649B6541 X-Served-By: - - cache-ewr18127-EWR + - cache-den8220-DEN X-Timer: - - S1687442550.079708,VS0,VE14 + - S1687905602.858367,VS0,VE59 expires: - - Thu, 22 Jun 2023 13:27:07 GMT + - Tue, 27 Jun 2023 22:50:01 GMT x-origin-cache: - HIT x-proxy-cache: @@ -106,12 +106,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - proj.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://proj.org/schemas/v0.2/projjson.schema.json response: @@ -123,11 +125,11 @@ interactions: CF-Cache-Status: - EXPIRED CF-RAY: - - 7db507829e56c3f0-EWR + - 7de1307cdfbd2707-DEN Cache-Control: - max-age=1200 Connection: - - close + - keep-alive Content-Language: - en Content-Length: @@ -135,7 +137,7 @@ interactions: Content-Type: - text/html; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:30 GMT + - Tue, 27 Jun 2023 22:40:02 GMT Location: - https://proj.org/en/9.2/schemas/v0.2/projjson.schema.json Referrer-Policy: @@ -145,7 +147,7 @@ interactions: Vary: - Accept-Language, Cookie, Accept-Encoding X-Backend: - - web-i-0b14a0a52e22ea36e + - web-i-03e53ef2a2531d81e X-Content-Type-Options: - nosniff X-RTD-Domain: @@ -170,12 +172,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - proj.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://proj.org/en/9.2/schemas/v0.2/projjson.schema.json response: @@ -621,17 +625,19 @@ interactions: CDN-Cache-Control: - public CF-Cache-Status: - - MISS + - REVALIDATED CF-RAY: - - 7db507840aac0fa0-EWR + - 7de1307f3c56291b-DEN Cache-Control: - max-age=1200 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Type: - application/json Date: - - Thu, 22 Jun 2023 14:02:30 GMT + - Tue, 27 Jun 2023 22:40:02 GMT ETag: - W/"229554e540c67351947cd45680c62eef" Last-Modified: @@ -645,7 +651,7 @@ interactions: Vary: - Accept-Encoding X-Backend: - - web-i-08f5110a73ae80f42 + - web-i-0d8db700505264c6f X-Content-Type-Options: - nosniff X-RTD-Domain: @@ -665,11 +671,11 @@ interactions: alt-svc: - h3=":443"; ma=86400 x-amz-id-2: - - WXCEqsno/nVgwD2sz8KTn2c5ji95Bq/asI5z0GJZtgTaGz1NDpsW0tFEbM/UADE7jrQZYySv1ec= + - LmFwuQbq+I2ABWtOsmOeK3jju5zDNXChqvvuFapkWhBHyL9EU5oHDqQtnpDcwaiX/d8VrS0Ekyg= x-amz-meta-mtime: - '1679863309.472925768' x-amz-request-id: - - ZF15W7XWG7YNQHDD + - CDVB704R0C89GP2K x-amz-server-side-encryption: - AES256 status: @@ -678,12 +684,14 @@ interactions: - request: body: null headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate Connection: - - close - Host: - - geojson.org + - keep-alive User-Agent: - - Python-urllib/3.9 + - python-requests/2.31.0 method: GET uri: https://geojson.org/schema/Polygon.json response: @@ -709,15 +717,17 @@ interactions: Cache-Control: - max-age=600 Connection: - - close + - keep-alive + Content-Encoding: + - gzip Content-Length: - - '703' + - '273' Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:30 GMT + - Tue, 27 Jun 2023 22:40:03 GMT ETag: - - '"613924d8-2bf"' + - W/"613924d8-2bf" Last-Modified: - Wed, 08 Sep 2021 21:02:16 GMT Server: @@ -727,19 +737,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 244677fb242cacc87c695eedf3e73a363ef15fca + - e51f7b52121204bbc7370364b96085d47506b27c X-GitHub-Request-Id: - - 6706:357D:38A28D:5885B9:649449D4 + - 5E14:5E3D:21C2F5:2EC77D:649B6543 X-Served-By: - - cache-ewr18133-EWR + - cache-den8237-DEN X-Timer: - - S1687442551.725024,VS0,VE18 + - S1687905603.015179,VS0,VE68 expires: - - Thu, 22 Jun 2023 13:27:08 GMT + - Tue, 27 Jun 2023 22:50:03 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example93].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example93].yaml index ce3a10434..2eef2aabf 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example93].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example93].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/sat/json-schema/schema.json response: @@ -47,7 +47,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:30 GMT + - Tue, 27 Jun 2023 22:40:03 GMT ETag: - '"647f85f4-5bb"' Last-Modified: @@ -59,19 +59,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 42488cf47e4911cfb7e20c6a7b34156bdc8e0a32 + - 8f0f1a51946d88aa880ca2e260801fe1f7cf1850 X-GitHub-Request-Id: - - E9EA:6A59:375364:56EFF9:649449D4 + - C87E:9110:2097B7:2D9C7C:649B6543 X-Served-By: - - cache-ewr18138-EWR + - cache-den8281-DEN X-Timer: - - S1687442551.865287,VS0,VE11 + - S1687905603.252028,VS0,VE60 expires: - - Thu, 22 Jun 2023 13:27:08 GMT + - Tue, 27 Jun 2023 22:50:03 GMT x-origin-cache: - HIT x-proxy-cache: @@ -87,7 +87,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/sar/json-schema/schema.json response: @@ -164,7 +164,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:30 GMT + - Tue, 27 Jun 2023 22:40:03 GMT ETag: - '"647f85f4-10cd"' Last-Modified: @@ -176,21 +176,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - cc66e15e3aa92a19c15c8588fbac4d5839f81a24 + - 4fefb8be44f4113ef97f2e47cd517a31d2463dad X-GitHub-Request-Id: - - 2FF2:4765:33D18A:53B24F:649449D4 + - 7612:0FC3:217479:2E7960:649B6543 X-Served-By: - - cache-ewr18143-EWR + - cache-den8230-DEN X-Timer: - - S1687442551.968539,VS0,VE28 + - S1687905603.432145,VS0,VE60 expires: - - Thu, 22 Jun 2023 13:27:08 GMT - x-origin-cache: - - HIT + - Tue, 27 Jun 2023 22:50:03 GMT x-proxy-cache: - MISS status: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example96].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example96].yaml index b6b439846..4ab7534ad 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example96].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example96].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/scientific/json-schema/schema.json response: @@ -61,7 +61,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:31 GMT + - Tue, 27 Jun 2023 22:40:03 GMT ETag: - '"647f85f4-9a3"' Last-Modified: @@ -73,19 +73,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - 3cb80bd0b98bb1fe511b6500d7df40059768ca3e + - e85f25f922882b2c125ac0640a0e594622801941 X-GitHub-Request-Id: - - 6024:48BE:38C10B:58A7FF:649449D4 + - 24B8:807C:20FA76:2DFDE4:649B6543 X-Served-By: - - cache-ewr18180-EWR + - cache-den8260-DEN X-Timer: - - S1687442551.109859,VS0,VE30 + - S1687905604.707522,VS0,VE58 expires: - - Thu, 22 Jun 2023 13:27:08 GMT + - Tue, 27 Jun 2023 22:50:03 GMT x-origin-cache: - HIT x-proxy-cache: diff --git a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example98].yaml b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example98].yaml index 9831d6c94..fc3aa0353 100644 --- a/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example98].yaml +++ b/tests/validation/cassettes/test_validate/TestValidate.test_validate_examples[example98].yaml @@ -7,7 +7,7 @@ interactions: Host: - schemas.stacspec.org User-Agent: - - Python-urllib/3.9 + - Python-urllib/3.11 method: GET uri: https://schemas.stacspec.org/v1.0.0-beta.2/extensions/tiled-assets/json-schema/schema.json response: @@ -124,7 +124,7 @@ interactions: Content-Type: - application/json; charset=utf-8 Date: - - Thu, 22 Jun 2023 14:02:31 GMT + - Tue, 27 Jun 2023 22:40:04 GMT ETag: - '"647f85f4-1c4b"' Last-Modified: @@ -136,19 +136,19 @@ interactions: Via: - 1.1 varnish X-Cache: - - HIT + - MISS X-Cache-Hits: - - '1' + - '0' X-Fastly-Request-ID: - - b1f036f2496527156e8cd174ed1c4d9da7262f72 + - 8650215bc59b9de7c2639d099a9761444d809e31 X-GitHub-Request-Id: - - EE30:0D6A:3BCD9B:5BB555:649449D5 + - CD96:9110:2097CD:2D9CA4:649B6544 X-Served-By: - - cache-ewr18181-EWR + - cache-den8279-DEN X-Timer: - - S1687442551.251983,VS0,VE13 + - S1687905604.980215,VS0,VE59 expires: - - Thu, 22 Jun 2023 13:27:09 GMT + - Tue, 27 Jun 2023 22:50:04 GMT x-origin-cache: - HIT x-proxy-cache: