yt2mp3
yt2mp3 copied to clipboard
⬆️ Bump itunespy from 1.5.5 to 1.6.0
Bumps itunespy from 1.5.5 to 1.6.0.
Release notes
Sourced from itunespy's releases.
itunespy 1.6
Thanks to the wonderful @codello who did all the amazing work in this release! 👍
- 🔥 Breaking: This version and further versions of
itunespywill NOT support any Python version below 3.5. If you need to use this library in any other version you can useitunespy <= 1.5.5but those won't get any support or new features.- 🔥 Breaking:
__repr__now returns a different value (see below) so make sure you don't use this in a non-compatible way before updating.
- 😄 Type hints are now available throughout the code
- 😄
collection_type,artist_typeandtrack_typeare now available in aResultItemeven if it does not have awrapperType. This is to provide a more consistent interface allowing to query arbitrary fields in a result.- 😄
__repr__now returns returns the underlying JSON object of aResultItem.- 😄
ResultItemnow has aget_country()method for converting between country code formats viapycountry.- 🐛 The country specified in a query is now preserved in any sub-query. Example: Specifying a country via
search_artistwill now retain that same country when doing aget_albums.- 🐛 Performing lookups and searches does not raise an error anymore if the
artist_amg_idorupsis not astr(at least in some cases).- 🐛 Fixed cases in which special characters in search terms or other query parameters would not be properly escaped.
Commits
1937f8dBumping version to 1.6- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)