-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial implementaiton of subset code * added tests, more updates * removed skip_errors (not implemented yet) * Upgrade to harmony-py 0.4.9 * subsetting capability initial commit * update spacing * Update docs * update poetry lock * upgrade to poetry 1.5.1 (latest) * fix failing checksum test * fixed regression test issues * bump poetry version in second gh action file * Update poetry version to fix build issue * bump poetry version * bump poetry version * bump version to 1.15.0 * bump version to 1.15.0 * add unreleased section to changelog * issue/161: Fix bug where --subset flag fails with data subscriber (#162) * fix bug where the subset flag fails for subscriber * move arg validation to correct spot * bump version * bump version * Issue/164: Upgrade harmony-py to avoid 413 request entity too large issue (#165) * bump harmony-py version to 0.4.12 * /version 1.15.1-alpha.2 --------- Co-authored-by: mike-gangl <[email protected]>
- Loading branch information
1 parent
3ee78a4
commit c17944e
Showing
5 changed files
with
28 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "podaac-data-subscriber" | ||
version = "1.15.0" | ||
version = "1.15.1-alpha.2" | ||
description = "PO.DAAC Data Subscriber Command Line Tool" | ||
authors = ["PO.DAAC <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -16,7 +16,7 @@ python = "^3.7" | |
requests = "^2.27.1" | ||
tenacity = "^8.0.1" | ||
packaging = "^23.0" | ||
harmony-py = "^0.4.9" | ||
harmony-py = "^0.4.12" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = "^7.1.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters