Scheduled weekly dependency update for week 42#157
Merged
bors-fusion[bot] merged 7 commits intomasterfrom Oct 16, 2017
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #157 +/- ##
=======================================
Coverage 93.84% 93.84%
=======================================
Files 14 14
Lines 1072 1072
Branches 65 65
=======================================
Hits 1006 1006
Misses 53 53
Partials 13 13Continue to review full report at Codecov.
|
Member
|
bors r+ |
Contributor
|
👎 Rejected by PR status |
Member
|
bors r+ |
bors-fusion bot
added a commit
that referenced
this pull request
Oct 16, 2017
157: Scheduled weekly dependency update for week 42 r=mithrandi
## Updates
Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.
<table align="center">
<tr>
<td><b>cffi</b></td>
<td align="center">1.11.0</td>
<td align="center">»</td>
<td align="center">1.11.2</td>
<td>
<a href="https://pypi.python.org/pypi/cffi">PyPI</a> | <a href="https://pyup.io/changelogs/cffi/">Changelog</a> | <a href="http://cffi.readthedocs.org">Docs</a>
</td>
<tr>
<td><b>cryptography</b></td>
<td align="center">2.0.3</td>
<td align="center">»</td>
<td align="center">2.1.1</td>
<td>
<a href="https://pypi.python.org/pypi/cryptography">PyPI</a> | <a href="https://pyup.io/changelogs/cryptography/">Changelog</a> | <a href="https://github.com/pyca/cryptography">Repo</a>
</td>
<tr>
<td><b>lxml</b></td>
<td align="center">4.0.0</td>
<td align="center">»</td>
<td align="center">4.1.0</td>
<td>
<a href="https://pypi.python.org/pypi/lxml">PyPI</a> | <a href="https://pyup.io/changelogs/lxml/">Changelog</a> | <a href="http://lxml.de/">Homepage</a> | <a href="https://bugs.launchpad.net/lxml">Bugtracker</a>
</td>
<tr>
<td><b>pillow</b></td>
<td align="center">4.2.1</td>
<td align="center">»</td>
<td align="center">4.3.0</td>
<td>
<a href="https://pypi.python.org/pypi/pillow">PyPI</a> | <a href="https://pyup.io/changelogs/pillow/">Changelog</a> | <a href="https://python-pillow.org">Homepage</a>
</td>
<tr>
<td><b>pyasn1-modules</b></td>
<td align="center">0.1.4</td>
<td align="center">»</td>
<td align="center">0.1.5</td>
<td>
<a href="https://pypi.python.org/pypi/pyasn1-modules">PyPI</a> | <a href="https://pyup.io/changelogs/pyasn1-modules/">Changelog</a> | <a href="https://github.com/etingof/pyasn1-modules">Repo</a>
</td>
<tr>
<td><b>pyasn1</b></td>
<td align="center">0.3.6</td>
<td align="center">»</td>
<td align="center">0.3.7</td>
<td>
<a href="https://pypi.python.org/pypi/pyasn1">PyPI</a> | <a href="https://pyup.io/changelogs/pyasn1/">Changelog</a> | <a href="https://github.com/etingof/pyasn1">Repo</a>
</td>
<tr>
<td><b>pyrsistent</b></td>
<td align="center">0.13.0</td>
<td align="center">»</td>
<td align="center">0.14.0</td>
<td>
<a href="https://pypi.python.org/pypi/pyrsistent">PyPI</a> | <a href="https://pyup.io/changelogs/pyrsistent/">Changelog</a> | <a href="http://github.com/tobgu/pyrsistent/">Repo</a>
</td>
</tr>
</table>
## Changelogs
### cffi 1.11.0 -> 1.11.2
>### 1.11.2
>=======
>* Fix Windows issue with managing the thread-state on CPython 3.0 to 3.5
>### 1.11.1
>=======
>* Fix tests, remove deprecated C API usage
>* Fix (hack) for 3.6.0/3.6.1/3.6.2 giving incompatible binary extensions
> (cpython issue `29943`_)
>* Fix for 3.7.0a1+
>.. _`29943`: https://bugs.python.org/issue29943
### cryptography 2.0.3 -> 2.1.1
>### 2.1
>~~~~~~~~~~~~~~~~
>* **FINAL DEPRECATION** Python 2.6 support is deprecated, and will be removed
> in the next release of ``cryptography``.
>* **BACKWARDS INCOMPATIBLE:** ``Whirlpool``, ``RIPEMD160``, and
> ``UnsupportedExtension`` have been removed in accordance with our
> :doc:`/api-stability` policy.
>* **BACKWARDS INCOMPATIBLE:** :attr:`~cryptography.x509.DNSName.value`,
> :attr:`~cryptography.x509.RFC822Name.value`, and
> :attr:`~cryptography.x509.UniformResourceIdentifier.value` will now return
> an :term:`A-label` string when parsing a certificate containing an
> internationalized domain name (IDN) or if the caller passed a :term:`U-label`
> to the constructor. See below for additional deprecations related to this
> change.
>* Installing ``cryptography`` now requires ``pip`` 6 or newer.
>* Deprecated passing :term:`U-label` strings to the
> :class:`~cryptography.x509.DNSName`,
> :class:`~cryptography.x509.UniformResourceIdentifier`, and
> :class:`~cryptography.x509.RFC822Name` constructors. Instead, users should
> pass values as :term:`A-label` strings with ``idna`` encoding if necessary.
> This change will not affect anyone who is not processing internationalized
> domains.
>* Added support for
> :class:`~cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20`. In
> most cases users should choose
> :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305`
> rather than using this unauthenticated form.
>* Added :meth:`~cryptography.x509.CertificateRevocationList.is_signature_valid`
> to :class:`~cryptography.x509.CertificateRevocationList`.
>* Support :class:`~cryptography.hazmat.primitives.hashes.BLAKE2b` and
> :class:`~cryptography.hazmat.primitives.hashes.BLAKE2s` with
> :class:`~cryptography.hazmat.primitives.hmac.HMAC`.
>* Added support for
> :class:`~cryptography.hazmat.primitives.ciphers.modes.XTS` mode for
> AES.
>* Added support for using labels with
> :class:`~cryptography.hazmat.primitives.asymmetric.padding.OAEP` when using
> OpenSSL 1.0.2 or greater.
>* Improved compatibility with NSS when issuing certificates from an issuer
> that has a subject with non-``UTF8String`` string types.
>* Add support for the :class:`~cryptography.x509.DeltaCRLIndicator` extension.
>* Add support for the :class:`~cryptography.x509.TLSFeature`
> extension. This is commonly used for enabling ``OCSP Must-Staple`` in
> certificates.
>* Add support for the :class:`~cryptography.x509.FreshestCRL` extension.
>.. _v2-0-3:
### lxml 4.0.0 -> 4.1.0
>### 4.1.0
>==================
>Features added
>--------------
>* ElementPath supports text predicates for current node, like "[.='text']".
>* ElementPath allows spaces in predicates.
>* Custom Element classes and XPath functions can now be registered with a
> decorator rather than explicit dict assignments.
>* Static Linux wheels are now built with link time optimisation (LTO) enabled.
> This should have a beneficial impact on the overall performance by providing
> a tighter compiler integration between lxml and libxml2/libxslt.
>Bugs fixed
>----------
>* LP1722776: Requesting non-Element objects like comments from a document with
> ``PythonElementClassLookup`` could fail with a TypeError.
### pillow 4.2.1 -> 4.3.0
>### 4.3.0
>------------------
>- Fix warning on pointer cast in isblock 2775, 2778
> [cgohlke]
>- Doc: Added macOS High Sierra tested Pillow version 2777
> [radarhere]
>- Use correct Windows handle type on 64 bit in imagingcms 2774
> [cgohlke]
>
>- 64 Bit Windows fix for block storage 2773
> [cgohlke]
>- Fix "expression result unused" warning 2764
> [radarhere]
>- Add 16bit Read/Write and RLE read support to SgiImageFile 2769
> [jbltx, wiredfool]
>- Block & array hybrid storage 2738
> [homm]
>- Common seek frame position check 1849
> [radarhere]
>- Doc: Add note about aspect ratio to Image thumbnail script 2281
> [wilsonge]
>- Fix ValueError: invalid version number '1.0.0rc1' in scipy release candidate 2771
> [cgohlke]
>- Unfreeze requirements.txt 2766
> [hugovk]
>- Test: ResourceWarning tests 2756
> [hugovk]
>- Use n_frames to determine is_animated if possible 2315
> [radarhere]
>- Doc: Corrected parameters in documentation 2768
> [radarhere]
>- Avoid unnecessary Image operations 1891
> [radarhere]
>- Added register_extensions method 1860
> [radarhere]
>- Fix TIFF support for I;16S, I;16BS, and I;32BS rawmodes 2748
> [wiredfool]
>- Fixed doc syntax in ImageDraw 2752
> [radarhere]
>- Fixed support for building on Windows/msys2. Added Appveyor CI coverage for python3 on msys2 2476
> [wiredfool]
>- Fix ValueError in Exif/Tiff IFD 2719
> [wiredfool]
>- Use pathlib2 for Path objects on Python < 3.4 2291
> [asergi]
>- Export only required properties in unsafe_ptrs 2740
> [homm]
>- Alpha composite fixes 2709
> [homm]
>- Faster Transpose operations, added 'Transverse' option 2730
> [homm]
>- Deprecate ImageOps undocumented functions gaussian_blur, gblur, unsharp_mask, usm and box_blur in favor of ImageFilter implementations 2735
> [homm]
>- Dependencies: Updated freetype to 2.8.1 2741
> [radarhere]
>- Bug: Player skipped first image 2742
> [radarhere]
>- Faster filter operations for Kernel, Gaussian, and Unsharp Mask filters 2679
> [homm]
>- EPS: Add showpage to force rendering of some EPS images 2636
> [kaplun]
>- DOC: Fix type of palette parameter in Image.quantize. 2703
> [kkopachev]
>- DOC: Fix Ico docs to match code 2712
> [hugovk]
>- Added file pointer save to SpiderImagePlugin 2647
> [radarhere]
>- Add targa version 2 footer 2713
> [jhultgre]
>- Removed redundant lines 2714
> [radarhere]
>- Travis CI: Use default pypy/pypy3 2721
> [hugovk]
>- Fix for SystemError when rendering an empty string, added in 4.2.0 2706
> [wiredfool]
>- Fix for memory leaks in font handling added in 4.2.0 2634
> [wiredfool]
>- Tests: cleanup, more tests. Fixed WMF save handler 2689
> [radarhere]
>- Removed debugging interface for Image.core.grabclipboard 2708
> [radarhere]
>- Doc syntax fix 2710
> [radarhere]
>- Faster packing and unpacking for RGB, LA, and related storage modes 2693
> [homm]
>- Use RGBX rawmode for RGB JPEG images where possible 1989
> [homm]
>- Remove palettes from non-palette modes in _new 2702
> [wiredfool]
>- Delete transparency info when convert'ing RGB/L to RGBA 2633
> [olt]
>- Code tweaks to ease type annotations 2687
> [neiljp]
>- Fixed incorrect use of 's' to byteslike object 2691
> [wiredfool]
>- Fix JPEG subsampling labels for subsampling=2 2698
> [homm]
>- Region of interest (box) for resampling 2254
> [homm]
>- Basic support for Termux (android) in setup.py 2684
> [wiredfool]
>- Bug: Fix Image.fromarray for numpy.bool type. 2683
> [wiredfool]
>- CI: Add Fedora 24 and 26 to Docker tests
> [wiredfool]
>- JPEG: Fix ZeroDivisionError when EXIF contains invalid DPI (0/0). 2667
> [vytisb]
>- Depends: Updated openjpeg to 2.2.0 2669
> [radarhere]
>- Depends: Updated Tk Tcl to 8.6.7 2668
> [radarhere]
>- Depends: Updated libimagequant to 2.10.2 2660
> [radarhere]
>- Test: Added test for ImImagePlugin tell() 2675
> [radarhere]
>- Test: Additional tests for SGIImagePlugin 2659
> [radarhere]
>- New Image.getchannel method 2661
> [homm]
>- Remove unused im.copy2 and core.copy methods 2657
> [homm]
>- Fast Image.merge() 2677
> [homm]
>- Fast Image.split() 2676
> [homm]
>- Fast image allocation 2655
> [homm]
>- Storage cleanup 2654
> [homm]
>- FLI: Use frame count from FLI header 2674
> [radarhere]
>- Test: Test animated FLI file 2650
> [hugovk]
>- Bug: Fixed uninitialized memory in bc5 decoding 2648
> [ifeherva]
>- Moved SgiImagePlugin save error to before the start of write operations 2646
> [radarhere]
>- Move createfontdatachunk.py so isn't installed globally 2645
> [hugovk]
>- Bug: Fix unexpected keyword argument 'align' 2641
> [hugovk]
>- Add newlines to error message for clarity 2640
> [hugovk]
>- Docs: Updated redirected URL 2637
> [radarhere]
>- Bug: Fix JPEG DPI when EXIF is invalid 2632
> [wiredfool]
>- Bug: Fix for font getsize on empty string 2624
> [radarhere]
>- Docs: Improved ImageDraw documentation 2626
> [radarhere]
>- Docs: Corrected alpha_composite args documentation 2627
> [radarhere]
>- Docs: added the description of the filename attribute to images.rst 2621
> [dasdachs]
>- Dependencies: Updated libimagequant to 2.10.1 2616
> [radarhere]
>- PDF: Renamed parameter to not shadow built-in dict 2612
> [kijeong]
### pyrsistent 0.13.0 -> 0.14.0
>### 0.14.0
> * Fix 117, pmap now accepts iterators as input to constructor. Thanks Julian for this!
> * Drop support for Python 2.6. Nothing has been done in this release that will explicitly
> break pyrsistent for 2.6 but it will not be considered moving forward. Dropping 2.6
> support is the reason for stepping the second decimal instead of the third.
That's it for now!
Happy merging! 🤖
Contributor
Build succeeded |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.
Changelogs
cffi 1.11.0 -> 1.11.2
cryptography 2.0.3 -> 2.1.1
lxml 4.0.0 -> 4.1.0
pillow 4.2.1 -> 4.3.0
pyrsistent 0.13.0 -> 0.14.0
That's it for now!
Happy merging! 🤖
This change is