forked from owltail-cognition/pyPodcastParser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add tagerror * IHRACP-5834: Pypodcaster repo gha production codeartifact (#17) * deploy script update * fixed tox configuration * ci file added * setting.init.example file * Deploy to CodeArtifact ci added * Deploy to CodeArtifact ci added * Deploy to CodeArtifact ci added * Delete .python-version * upadte version file * prod version codeartifact --------- Co-authored-by: Patrick Daley <[email protected]> Co-authored-by: Poonam Shinde <[email protected]> * merge * Revert "merge" This reverts commit 2c85209e16167e915772aef0eb7eaeb1719e27a8. * Revert "add tagerror" This reverts commit 4c5982b87c9f82df7161dade0233d39ddfdd33ee. * tag methods raise detailed invalidPodcastFeed errors * individual error file * logging fixes * tox * versions * unit tests --------- Co-authored-by: Ian Noyes <ian.noyes@iheartmedia_com> Co-authored-by: poonamshinde-ihm <[email protected]> Co-authored-by: Patrick Daley <[email protected]> Co-authored-by: Poonam Shinde <[email protected]>
- Loading branch information
1 parent
0c1899b
commit 0bd1c71
Showing
8 changed files
with
325 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
class InvalidPodcastFeed(ValueError): | ||
pass |
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
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,2 +1,3 @@ | ||
twine==4.0.2 | ||
importlib-metadata==6.8.0 | ||
wheel==0.42.0 |
Oops, something went wrong.