pcb-tools
pcb-tools copied to clipboard
Bump cairocffi from 0.6 to 1.2.0
Bumps cairocffi from 0.6 to 1.2.0.
Changelog
Sourced from cairocffi's changelog.
cairocffi changelog
Version 1.2.0
Released on 2020-10-29
- #152: Add NumPy support
- #143: Make write_to_png function work on hardened systems
- #156: Use major version name to open shared libraries
- #165: Don’t list setuptools as required for installation
Version 1.1.0
Released on 2019-09-05
- #135, #127, #119: Clean the way external libraries are found
- #126: Remove const char* elements from cdef
- Support Cairo features up to 1.17.2
- Fix documentation generation
Version 1.0.2
Released on 2019-02-15
- #123: Rely on a recent version of setuptools to handle VERSION
Version 1.0.1
Released on 2019-02-12
- #120: Don't delete _generated modules on ffi_build import
Version 1.0.0
Released on 2019-02-08
6 years after its first release, cairocffi can now be considered as stable.
- Drop Python 2.6, 2.7 and 3.4 support
- Test with Python 3.7
- Clean code, tests and packaging
Version 0.9.0
Commits
8ffa678Version 1.2.048614a3Merge pull request #165 from jsmolic/setuptools67bfda7Remove unnecessary install_requires for setuptools4589b74Merge pull request #162 from Kozea/clean302fb2cUpdate links394d417Update README47f8aacCreate FUNDING.ymld387f65Merge pull request #161 from Kozea/github-actions980044bFix yaml4b2c26eTry forcing numpy install for pypy3- Additional commits viewable 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)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Codecov Report
Merging #181 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #181 +/- ##
=======================================
Coverage 68.44% 68.44%
=======================================
Files 27 27
Lines 6050 6050
Branches 1094 1094
=======================================
Hits 4141 4141
Misses 1645 1645
Partials 264 264
| Flag | Coverage Δ | |
|---|---|---|
| #unittest | 68.44% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 7225725...bcbe87c. Read the comment docs.
Is it possible to merge this? It's currently failing on Python 3.5 which will be obsolete next month. This is currently blocking upgrading our own applications unfortunately.
We've forked this repository to get around it, which was useful as we found that this also needs a bump in setup.py.
https://github.com/curtacircuitos/pcb-tools/issues/228