belbio / bel_resources

BEL resources and tools for namespaces, annotations, orthologs, taxonomy, etc and tool
https://bel-resources.rtfd.io
Apache License 2.0
2 stars 0 forks source link

Bump releases from 1.5.0 to 1.6.0 #89

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 6 years ago

Bumps releases from 1.5.0 to 1.6.0.

Changelog *Sourced from [releases's changelog](https://github.com/bitprophet/releases/blob/master/docs/changelog.rst).* > ========= > Changelog > ========= > > * :release:`1.6.0 <2018-06-20>` > * :feature:`75` Update ``releases.util.parse_changelog`` so it hands kwargs > into ``releases.util.make_app``, which in turn now accepts a > ``load_extensions`` argument triggering loading of one's configured > extensions. This is only of interest if you're using ``parse_changelog`` > directly; it does not impact normal Releases usage. > * :release:`1.5.0 <2018-05-02>` > * :feature:`59` Allow multiple changelog files -- ``releases_document_name`` > may now optionally be a list of strings instead of a single string. Thanks to > William Minchin for the patch. > * :release:`1.4.2 <2018-04-27>` > * :support:`74 backported` We never pulled our README into our ``setup.py`` > metadata, resulting in a rather sparse PyPI page! This has been fixed. Thanks > to Peter Demin for the report. > * :release:`1.4.1 <2018-03-28>` > * :support:`73 backported` Sphinx 1.7.x changed some semi-public APIs; given > this is the second minor release in a row to do so, we're explicitly > bracketing our ``setup.py`` dependencies to Sphinx >= 1.3 and < 1.7. We > expect to bump this up one minor release at a time as we add compatibility > back in. > * :release:`1.4.0 <2017-10-20>` > * :support:`-` Drop Python 2.6 and 3.3 support, to correspond with earlier > changes in Sphinx and most other public Python projects. > * :bug:`- major` Identified a handful of issues with our Sphinx pin & > subsequently, internal changes in Sphinx 1.6 which broke (and/or appear to > break, such as noisy warnings) our own behavior. These have (hopefully) all > been fixed. > * :release:`1.3.2 <2017-10-19>` > * :support:`68 backported` Update packaging requirements to allow for > ``sphinx>=1.3,<2``. Thanks to William Minchin. > * :release:`1.3.1 <2017-05-18>` > * :bug:`60` Report extension version to Sphinx for improved Sphinx debug > output. Credit: William Minchin. > * :bug:`66` (via :issue:`67`) Deal with some Sphinx 1.6.1 brokenness causing > ``AttributeError`` by leveraging ``getattr()``'s default-value argument. > Thanks to Ian Cordasco for catch & patch. > * :release:`1.3.0 <2016-12-09>` > * :feature:`-` Add ``releases.util``, exposing (among other things) a highly > useful ``parse_changelog(path)`` function that returns a user-facing dict > representing a parsed changelog. Allows users to examine their changelogs > programmatically and answer questions like "do I have any outstanding bugs in > the 1.1 release line?". > * :release:`1.2.1 <2016-07-25>` > * :support:`51 backported` Modernize release management so PyPI trove > classifiers are more accurate, wheel archives are universal instead of Python > 2 only, and release artifacts are GPG signed. > ... (truncated)
Commits - [`0bd1946`](https://github.com/bitprophet/releases/commit/0bd1946ea3d60adee905f519ccd050cd1ca231cc) Cut 1.6.0 - [`43133ae`](https://github.com/bitprophet/releases/commit/43133ae3a3ffd81cf1e78fd3512d11bd0214e2de) Allow conf.py that lacks extensions config - [`13f8e29`](https://github.com/bitprophet/releases/commit/13f8e290deadb2ea3bb42bdb43865463d92f92f0) versionchanged:: - [`c31cce8`](https://github.com/bitprophet/releases/commit/c31cce879929c74ce7b85dcd3c793e2e9a42de32) Passthru kwargs from parse_changelog to make_app - [`8aa126d`](https://github.com/bitprophet/releases/commit/8aa126d4f508fe7a5c0d53b05cc55a2aeb0ebace) Changelog re [#75](https://github-redirect.dependabot.com/bitprophet/releases/issues/75), closes [#75](https://github-redirect.dependabot.com/bitprophet/releases/issues/75) - [`8772486`](https://github.com/bitprophet/releases/commit/87724860a66608b838201589295096860b0dcb7e) Don't load extensions by default tho heh - [`4167f38`](https://github.com/bitprophet/releases/commit/4167f38f7bdf4bb505c9de84722a750a37494bc7) Load extensions from real conf.py when parsing changelogs for programmatic co... - [`cbe26e5`](https://github.com/bitprophet/releases/commit/cbe26e550b7edf41b62fa6f1774cbb2355a0243a) LMAO at not even dogfooding correctly - See full diff in [compare view](https://github.com/bitprophet/releases/compare/1.5.0...1.6.0)


Dependabot compatibility score

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 merge` will merge this PR after your CI passes on it - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 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.
CLAassistant commented 6 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

dependabot-preview[bot] commented 5 years ago

Looks like releases is up-to-date now, so this is no longer needed.