PXMYH / helios

Real Estate Rental Info Data Collector
https://beast-helios.herokuapp.com/
MIT License
2 stars 2 forks source link

Bump cython from 0.29.7 to 0.29.10 #46

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps cython from 0.29.7 to 0.29.10.

Changelog *Sourced from [cython's changelog](https://github.com/cython/cython/blob/master/CHANGES.rst).* > 0.29.10 (2019-06-02) > ==================== > > Bugs fixed > ---------- > > - Fix compile errors in CPython 3.8b1 due to the new "tp\_vectorcall" slots. (Github issue [#2976](https://github-redirect.dependabot.com/cython/cython/issues/2976)) > > 0.29.9 (2019-05-29) > =================== > > Bugs fixed > ---------- > > - Fix a crash regression in 0.29.8 when creating code objects fails. > - Remove an incorrect cast when using true-division in C++ operations. (Github issue [#1950](https://github-redirect.dependabot.com/cython/cython/issues/1950)) > > 0.29.8 (2019-05-28) > =================== > > Bugs fixed > ---------- > > - C compile errors with CPython 3.8 were resolved. Patch by Marcel Plch. (Github issue [#2938](https://github-redirect.dependabot.com/cython/cython/issues/2938)) > - Python tuple constants that compare equal but have different item types could incorrectly be merged into a single constant. (Github issue [#2919](https://github-redirect.dependabot.com/cython/cython/issues/2919)) > - Non-ASCII characters in unprefixed strings could crash the compiler when used with language level `3str`. > - Starred expressions in %-formatting tuples could fail to compile for unicode strings. (Github issue [#2939](https://github-redirect.dependabot.com/cython/cython/issues/2939)) > - Passing Python class references through `cython.inline()` was broken. (Github issue [#2936](https://github-redirect.dependabot.com/cython/cython/issues/2936))
Commits - [`34de6ba`](https://github.com/cython/cython/commit/34de6ba89d71a201019a0f4bc2bf24e6fa4e870f) Prepare release of 0.29.10. - [`f10a0a3`](https://github.com/cython/cython/commit/f10a0a391edef10bd37095af87f521808cb362f7) Fix compile errors in CPython 3.8b1 due to the tp_print/tp_vectorcall slots. - [`bfe6076`](https://github.com/cython/cython/commit/bfe607617f01f5269ed457a07b3fce821fa82f45) Update unicode test to conditionally expect FI/Finnish in pre/post-Py3.8 (GH-... - [`a8a8b70`](https://github.com/cython/cython/commit/a8a8b70d54a6f70931cec2e571ae042159e35314) Update changelog. - [`9eb6c46`](https://github.com/cython/cython/commit/9eb6c46bce45b13fd4349826b10e8da6b8b5e3b4) Fix unicode test. - [`15bd947`](https://github.com/cython/cython/commit/15bd947635a065af2cddcf370059f1e02396ea88) Move the variable declarations in a C helper function to where they are actua... - [`d8dbd76`](https://github.com/cython/cython/commit/d8dbd7609283bcccf52f359da550bc6d5d29bd3e) Fix a crash regression in 0.29.8 due to missing error handling when creating ... - [`d81d432`](https://github.com/cython/cython/commit/d81d43266979672ec4e1b65c7e6bc98d5114f3f2) Fix C++ division when true division is enabled. - [`5a8c077`](https://github.com/cython/cython/commit/5a8c077a2fcb4c458c8dbe496aab951476a4db86) Prepare release of 0.29.8. - [`61ed2e8`](https://github.com/cython/cython/commit/61ed2e81b9580ba66cd7d42f67d336ab1c5d65ab) Merge pull request [#2971](https://github-redirect.dependabot.com/cython/cython/issues/2971) from Dormouse759/0.29.x_pycode_new_compile_only - Additional commits viewable in [compare view](https://github.com/cython/cython/compare/0.29.7...0.29.10)


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 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 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 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.
codecov[bot] commented 5 years ago

Codecov Report

Merging #46 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #46   +/-   ##
======================================
  Coverage    2.38%   2.38%           
======================================
  Files          11      11           
  Lines         294     294           
======================================
  Hits            7       7           
  Misses        287     287

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 306f4c7...7914154. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #56.