Skip to content

Commit b62d5a5

Browse files
authored
release: v1.8.0 (#1176)
1 parent 5b6622c commit b62d5a5

File tree

60 files changed

+1238
-1117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1238
-1117
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v1.8.0] - 2023-06-27
6+
57
### Added
68

79
- `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`
735737

736738
Initial release.
737739

738-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.7.3..main>
740+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.8.0..main>
741+
[v1.8.0]: <https://github.com/stac-utils/pystac/compare/v1.7.3..v1.8.0>
739742
[v1.7.3]: <https://github.com/stac-utils/pystac/compare/v1.7.2..v1.7.3>
740743
[v1.7.2]: <https://github.com/stac-utils/pystac/compare/v1.7.1..v1.7.2>
741744
[v1.7.1]: <https://github.com/stac-utils/pystac/compare/v1.7.0..v1.7.1>

RELEASING.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,12 @@ This is a checklist to use when releasing a new PySTAC version.
1717
- All notable changes are captured in the CHANGELOG.
1818
- 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.
1919
- All deprecated items that were marked for removal in this version are removed.
20-
8. Craft draft release notes (<https://github.com/stac-utils/pystac/releases/new>).
21-
These should be short, readable, and call out any significant changes, especially changes in default behavior or significant new features.
22-
These should also include a link back to the Github milestone for this release, if there is one.
23-
These should _not_ be a complete listing of changes -- those will be auto-generated later, after the tag is pushed.
24-
9. Commit your changes, push your branch to Github, and request a review.
25-
10. Once approved, merge the PR.
26-
11. Once the PR is merged, create a tag with the version name, e.g. `vX.Y.Z`.
20+
8. Commit your changes, push your branch to Github, and request a review.
21+
9. Once approved, merge the PR.
22+
10. Once the PR is merged, create a tag with the version name, e.g. `vX.Y.Z`.
2723
Prefer a signed tag, if possible.
2824
Push the tag to Github.
29-
12. Use the tag to finish your release notes, and publish those.
25+
11. Use the tag to finish your release notes, and publish those.
3026
The "auto generate" feature is your friend, here.
3127
When the release is published, this will trigger the build and release on PyPI.
32-
13. Announced the release in [Gitter](https://matrix.to/#/#SpatioTemporal-Asset-Catalog_python:gitter.im) and on any relevant social media.
28+
12. Announced the release in [Gitter](https://matrix.to/#/#SpatioTemporal-Asset-Catalog_python:gitter.im) and on any relevant social media.

pystac/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from typing import Optional
33

4-
__version__ = "1.7.3"
4+
__version__ = "1.8.0"
55
"""Library version"""
66

77

tests/cassettes/test_catalog/TestCatalog.test_read_remote.yaml

+35-35
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interactions:
77
Host:
88
- raw.githubusercontent.com
99
User-Agent:
10-
- Python-urllib/3.9
10+
- Python-urllib/3.11
1111
method: GET
1212
uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/catalog.json
1313
response:
@@ -37,11 +37,11 @@ interactions:
3737
Cross-Origin-Resource-Policy:
3838
- cross-origin
3939
Date:
40-
- Thu, 22 Jun 2023 14:02:01 GMT
40+
- Tue, 27 Jun 2023 22:39:08 GMT
4141
ETag:
4242
- '"e74ebcbc46d43c5b693ecb995381fbeba03583627e6d65b21ed7678a10d94729"'
4343
Expires:
44-
- Thu, 22 Jun 2023 14:07:01 GMT
44+
- Tue, 27 Jun 2023 22:44:08 GMT
4545
Source-Age:
4646
- '0'
4747
Strict-Transport-Security:
@@ -51,21 +51,21 @@ interactions:
5151
Via:
5252
- 1.1 varnish
5353
X-Cache:
54-
- HIT
54+
- MISS
5555
X-Cache-Hits:
56-
- '1'
56+
- '0'
5757
X-Content-Type-Options:
5858
- nosniff
5959
X-Fastly-Request-ID:
60-
- 5f34a5b80a934796bf78f8bd90af54f998f3fc7a
60+
- 909ebb295d050e1e6fe11aa984ae423a25d00a92
6161
X-Frame-Options:
6262
- deny
6363
X-GitHub-Request-Id:
64-
- 8116:71F8:30AD70:3ADB71:649449B4
64+
- A20C:646F:1E4923:2316DE:649B650C
6565
X-Served-By:
66-
- cache-ewr18127-EWR
66+
- cache-den8227-DEN
6767
X-Timer:
68-
- S1687442521.255126,VS0,VE87
68+
- S1687905548.989156,VS0,VE137
6969
X-XSS-Protection:
7070
- 1; mode=block
7171
status:
@@ -79,7 +79,7 @@ interactions:
7979
Host:
8080
- raw.githubusercontent.com
8181
User-Agent:
82-
- Python-urllib/3.9
82+
- Python-urllib/3.11
8383
method: GET
8484
uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/zanzibar/collection.json
8585
response:
@@ -127,11 +127,11 @@ interactions:
127127
Cross-Origin-Resource-Policy:
128128
- cross-origin
129129
Date:
130-
- Thu, 22 Jun 2023 14:02:01 GMT
130+
- Tue, 27 Jun 2023 22:39:08 GMT
131131
ETag:
132132
- '"ddd340bc27c120dd2e43868bcde0510a326a6223dac1b0c47c05100e20d1397e"'
133133
Expires:
134-
- Thu, 22 Jun 2023 14:07:01 GMT
134+
- Tue, 27 Jun 2023 22:44:08 GMT
135135
Source-Age:
136136
- '0'
137137
Strict-Transport-Security:
@@ -141,21 +141,21 @@ interactions:
141141
Via:
142142
- 1.1 varnish
143143
X-Cache:
144-
- HIT
144+
- MISS
145145
X-Cache-Hits:
146-
- '1'
146+
- '0'
147147
X-Content-Type-Options:
148148
- nosniff
149149
X-Fastly-Request-ID:
150-
- 960ef51ee78f1e3d2a6bfd79dfba33482a00443f
150+
- dfc90058bfb87361c699db1569c1f94c19746c16
151151
X-Frame-Options:
152152
- deny
153153
X-GitHub-Request-Id:
154-
- 22CE:7D26:2E222C:3851F5:649449B4
154+
- ABC8:7409:1A8B8B:1F576B:649B650C
155155
X-Served-By:
156-
- cache-ewr18125-EWR
156+
- cache-den8224-DEN
157157
X-Timer:
158-
- S1687442521.425997,VS0,VE66
158+
- S1687905548.245941,VS0,VE120
159159
X-XSS-Protection:
160160
- 1; mode=block
161161
status:
@@ -169,7 +169,7 @@ interactions:
169169
Host:
170170
- raw.githubusercontent.com
171171
User-Agent:
172-
- Python-urllib/3.9
172+
- Python-urllib/3.11
173173
method: GET
174174
uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/zanzibar/znz001.json
175175
response:
@@ -227,11 +227,11 @@ interactions:
227227
Cross-Origin-Resource-Policy:
228228
- cross-origin
229229
Date:
230-
- Thu, 22 Jun 2023 14:02:01 GMT
230+
- Tue, 27 Jun 2023 22:39:08 GMT
231231
ETag:
232232
- '"80ec96bc0acf2e604a03f109bd730426aa82e442d44946231cbe82a531b944f7"'
233233
Expires:
234-
- Thu, 22 Jun 2023 14:07:01 GMT
234+
- Tue, 27 Jun 2023 22:44:08 GMT
235235
Source-Age:
236236
- '0'
237237
Strict-Transport-Security:
@@ -241,21 +241,21 @@ interactions:
241241
Via:
242242
- 1.1 varnish
243243
X-Cache:
244-
- HIT
244+
- MISS
245245
X-Cache-Hits:
246246
- '0'
247247
X-Content-Type-Options:
248248
- nosniff
249249
X-Fastly-Request-ID:
250-
- 85ac7bf8661dfaf9a424462ea3d7e821bc80768b
250+
- 6f170ed0e437d8ff43c127c74da4396aeca014ae
251251
X-Frame-Options:
252252
- deny
253253
X-GitHub-Request-Id:
254-
- 22CE:7D26:2E2234:385202:649449B4
254+
- 9F20:0CBD:B92C1:DE7AC:649B650C
255255
X-Served-By:
256-
- cache-ewr18131-EWR
256+
- cache-den8270-DEN
257257
X-Timer:
258-
- S1687442522.582930,VS0,VE72
258+
- S1687905548.460165,VS0,VE124
259259
X-XSS-Protection:
260260
- 1; mode=block
261261
status:
@@ -269,7 +269,7 @@ interactions:
269269
Host:
270270
- raw.githubusercontent.com
271271
User-Agent:
272-
- Python-urllib/3.9
272+
- Python-urllib/3.11
273273
method: GET
274274
uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/zanzibar/znz029.json
275275
response:
@@ -327,11 +327,11 @@ interactions:
327327
Cross-Origin-Resource-Policy:
328328
- cross-origin
329329
Date:
330-
- Thu, 22 Jun 2023 14:02:01 GMT
330+
- Tue, 27 Jun 2023 22:39:08 GMT
331331
ETag:
332332
- '"726870312c74ead0b10c3125045c301e8600929684c49447d64c2db72dc779fc"'
333333
Expires:
334-
- Thu, 22 Jun 2023 14:07:01 GMT
334+
- Tue, 27 Jun 2023 22:44:08 GMT
335335
Source-Age:
336336
- '0'
337337
Strict-Transport-Security:
@@ -341,21 +341,21 @@ interactions:
341341
Via:
342342
- 1.1 varnish
343343
X-Cache:
344-
- HIT
344+
- MISS
345345
X-Cache-Hits:
346-
- '1'
346+
- '0'
347347
X-Content-Type-Options:
348348
- nosniff
349349
X-Fastly-Request-ID:
350-
- b67f8aa7e5688468f28ce84b5d50830116d7b63f
350+
- 5ce5cac561334399c0fad6d393b6aa42423d72f6
351351
X-Frame-Options:
352352
- deny
353353
X-GitHub-Request-Id:
354-
- 3DB8:82B5:2B0A69:353BD9:649449B4
354+
- 826E:9C22:1CB2C4:218032:649B650C
355355
X-Served-By:
356-
- cache-ewr18128-EWR
356+
- cache-den8274-DEN
357357
X-Timer:
358-
- S1687442522.728354,VS0,VE80
358+
- S1687905549.690495,VS0,VE119
359359
X-XSS-Protection:
360360
- 1; mode=block
361361
status:

tests/cassettes/test_catalog/TestCatalog.test_validate_all[cat0].yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interactions:
77
Host:
88
- stac-extensions.github.io
99
User-Agent:
10-
- Python-urllib/3.9
10+
- Python-urllib/3.11
1111
method: GET
1212
uri: https://stac-extensions.github.io/label/v1.0.1/schema.json
1313
response:
@@ -120,7 +120,7 @@ interactions:
120120
Content-Type:
121121
- application/json; charset=utf-8
122122
Date:
123-
- Thu, 22 Jun 2023 14:02:02 GMT
123+
- Tue, 27 Jun 2023 22:39:11 GMT
124124
ETag:
125125
- '"61eb1dc9-1abf"'
126126
Last-Modified:
@@ -138,15 +138,15 @@ interactions:
138138
X-Cache-Hits:
139139
- '0'
140140
X-Fastly-Request-ID:
141-
- d427077dbdcf6278e97b0e480fe68340274da9bd
141+
- 23d887e8c8f0f9507502a1efeb2bfab598e81008
142142
X-GitHub-Request-Id:
143-
- A59C:662B:38E061:59F3D1:6494545A
143+
- 52F2:64CC:1E62D1:2B5BAC:649B650F
144144
X-Served-By:
145-
- cache-ewr18171-EWR
145+
- cache-den8220-DEN
146146
X-Timer:
147-
- S1687442522.408217,VS0,VE24
147+
- S1687905551.468612,VS0,VE56
148148
expires:
149-
- Thu, 22 Jun 2023 14:12:02 GMT
149+
- Tue, 27 Jun 2023 22:49:11 GMT
150150
permissions-policy:
151151
- interest-cohort=()
152152
x-proxy-cache:

0 commit comments

Comments
 (0)