Release notes
*Sourced from [py-irclib's releases](https://github.com/TotallyNotRobots/py-irclib/releases).*
> ## v0.3.0
> Fixes
> -------
> - Add explicit `__all__` statements for all module exports
> - Expand parser test coverage
> - Fix handling empty parameters in `ParamList`
> - Fix support for partial prefixes
> - Fix parsing of empty string for `CapList`
>
> New
> -----
> - Add comparison support for `list` and `Dict[str, str]` to `TagList`
> - Allow empty constructors for `TagList`
>
> Changes
> ----
> - Removed Python 3.4 support
Commits
- [`a7f0298`](https://github.com/TotallyNotRobots/py-irclib/commit/a7f0298773b74b93039bb489e72bc21535db66c3) Merge pull request [#6](https://github-redirect.dependabot.com/TotallyNotRobots/py-irclib/issues/6) from TotallyNotRobots/update-0.3
- [`9a73658`](https://github.com/TotallyNotRobots/py-irclib/commit/9a73658028d28b16a8fb01ea288d1bc87ef5513e) Fix tests for py 3.5 dicts
- [`301b520`](https://github.com/TotallyNotRobots/py-irclib/commit/301b520859539583cd50a2c8eb59903f5a09ee14) Expand parser tests to achieve complete coverage
- [`6fcb302`](https://github.com/TotallyNotRobots/py-irclib/commit/6fcb302d1d3c72b72bb6b5a9f133557949e8fe5f) Fix creating commands with empty parameters
- [`3eecd36`](https://github.com/TotallyNotRobots/py-irclib/commit/3eecd368f1fad8a2cabb9df41dcaca1897186fbd) Fix support for partially empty prefixes
- [`4bf9bbb`](https://github.com/TotallyNotRobots/py-irclib/commit/4bf9bbbe8ae6d6fc3c9a9a9c020ae61ee3d325c3) Document likely unreachable code
- [`da93aa5`](https://github.com/TotallyNotRobots/py-irclib/commit/da93aa5f7e64c88f99b8a60360e3b9add59d4763) Add comparison support for list and Dict[str, str] to TagList
- [`4df5c24`](https://github.com/TotallyNotRobots/py-irclib/commit/4df5c240e4f9d3611d49fc3c031eba932adfe653) Allow empty constructor for TagList
- [`ab8ced0`](https://github.com/TotallyNotRobots/py-irclib/commit/ab8ced081bab31205bddb5a0f8e0904db0c3f271) Fix parsing of empty CapList string
- [`f588a84`](https://github.com/TotallyNotRobots/py-irclib/commit/f588a84c20d0720280428fc9622c7d437f45b9b0) Fix escapes in test data
- Additional commits viewable in [compare view](https://github.com/TotallyNotRobots/py-irclib/compare/v0.2.1...v0.3.0)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will 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](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps py-irclib from 0.2.1 to 0.3.0.
Release notes
*Sourced from [py-irclib's releases](https://github.com/TotallyNotRobots/py-irclib/releases).* > ## v0.3.0 > Fixes > ------- > - Add explicit `__all__` statements for all module exports > - Expand parser test coverage > - Fix handling empty parameters in `ParamList` > - Fix support for partial prefixes > - Fix parsing of empty string for `CapList` > > New > ----- > - Add comparison support for `list` and `Dict[str, str]` to `TagList` > - Allow empty constructors for `TagList` > > Changes > ---- > - Removed Python 3.4 supportCommits
- [`a7f0298`](https://github.com/TotallyNotRobots/py-irclib/commit/a7f0298773b74b93039bb489e72bc21535db66c3) Merge pull request [#6](https://github-redirect.dependabot.com/TotallyNotRobots/py-irclib/issues/6) from TotallyNotRobots/update-0.3 - [`9a73658`](https://github.com/TotallyNotRobots/py-irclib/commit/9a73658028d28b16a8fb01ea288d1bc87ef5513e) Fix tests for py 3.5 dicts - [`301b520`](https://github.com/TotallyNotRobots/py-irclib/commit/301b520859539583cd50a2c8eb59903f5a09ee14) Expand parser tests to achieve complete coverage - [`6fcb302`](https://github.com/TotallyNotRobots/py-irclib/commit/6fcb302d1d3c72b72bb6b5a9f133557949e8fe5f) Fix creating commands with empty parameters - [`3eecd36`](https://github.com/TotallyNotRobots/py-irclib/commit/3eecd368f1fad8a2cabb9df41dcaca1897186fbd) Fix support for partially empty prefixes - [`4bf9bbb`](https://github.com/TotallyNotRobots/py-irclib/commit/4bf9bbbe8ae6d6fc3c9a9a9c020ae61ee3d325c3) Document likely unreachable code - [`da93aa5`](https://github.com/TotallyNotRobots/py-irclib/commit/da93aa5f7e64c88f99b8a60360e3b9add59d4763) Add comparison support for list and Dict[str, str] to TagList - [`4df5c24`](https://github.com/TotallyNotRobots/py-irclib/commit/4df5c240e4f9d3611d49fc3c031eba932adfe653) Allow empty constructor for TagList - [`ab8ced0`](https://github.com/TotallyNotRobots/py-irclib/commit/ab8ced081bab31205bddb5a0f8e0904db0c3f271) Fix parsing of empty CapList string - [`f588a84`](https://github.com/TotallyNotRobots/py-irclib/commit/f588a84c20d0720280428fc9622c7d437f45b9b0) Fix escapes in test data - Additional commits viewable in [compare view](https://github.com/TotallyNotRobots/py-irclib/compare/v0.2.1...v0.3.0)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.