Skip to content
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.

Update six to 1.11.0 #100

Merged
merged 1 commit into from
Nov 17, 2017
Merged

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Sep 17, 2017

There's a new version of six available.
You are currently using 1.10.0. I have updated it to 1.11.0

These links might come in handy: PyPI | Changelog | Homepage | Docs

Changelog

1.11.0


  • Pull request 178: with_metaclass now properly proxies __prepare__ to the
    underlying metaclass.
  • Pull request 191: Allow with_metaclass to work with metaclasses implemented
    in C.
  • Pull request 203: Add parse_http_list and parse_keqv_list to moved
    urllib.request.
  • Pull request 172 and issue 171: Add unquote_to_bytes to moved urllib.parse.
  • Pull request 167: Add six.moves.getoutput.
  • Pull request 80: Add six.moves.urllib_parse.splitvalue.
  • Pull request 75: Add six.moves.email_mime_image.
  • Pull request 72: Avoid creating reference cycles through tracebacks in
    reraise.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖


This change is Reviewable

@mithrandi
Copy link
Member

bors r+

1 similar comment
@mithrandi
Copy link
Member

bors r+

bors-fusion bot added a commit that referenced this pull request Nov 17, 2017
100: Update six to 1.11.0 r=mithrandi a=pyup-bot


There's a new version of [six](https://pypi.python.org/pypi/six) available.
You are currently using **1.10.0**. I have updated it to **1.11.0**



These links might come in handy:  <a href="https://pypi.python.org/pypi/six">PyPI</a> | <a href="https://pyup.io/changelogs/six/">Changelog</a> | <a href="http://pypi.python.org/pypi/six/">Homepage</a> | <a href="http://pythonhosted.org/six/">Docs</a> 



### Changelog
> 
>### 1.11.0

>------

>- Pull request 178: `with_metaclass` now properly proxies `__prepare__` to the
>  underlying metaclass.

>- Pull request 191: Allow `with_metaclass` to work with metaclasses implemented
>  in C.

>- Pull request 203: Add parse_http_list and parse_keqv_list to moved
>  urllib.request.

>- Pull request 172 and issue 171: Add unquote_to_bytes to moved urllib.parse.

>- Pull request 167: Add `six.moves.getoutput`.

>- Pull request 80: Add `six.moves.urllib_parse.splitvalue`.

>- Pull request 75: Add `six.moves.email_mime_image`.

>- Pull request 72: Avoid creating reference cycles through tracebacks in
>  `reraise`.







*Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.*

Happy merging! 🤖



102: Update zope.interface to 4.4.3 r=mithrandi a=pyup-bot


There's a new version of [zope.interface](https://pypi.python.org/pypi/zope.interface) available.
You are currently using **4.4.2**. I have updated it to **4.4.3**



These links might come in handy:  <a href="https://pypi.python.org/pypi/zope.interface">PyPI</a> | <a href="https://pyup.io/changelogs/zope.interface/">Changelog</a> | <a href="https://github.com/zopefoundation/zope.interface">Repo</a> 



### Changelog
> 
>### 4.4.3

>------------------

>- Avoid exceptions when the ``__annotations__`` attribute is added to
>  interface definitions with Python 3.x type hints. See `issue 98
>  &lt;https://github.com/zopefoundation/zope.interface/issues/98&gt;`_.
>- Fix the possibility of a rare crash in the C extension when
>  deallocating items. See `issue 100
>  &lt;https://github.com/zopefoundation/zope.interface/issues/100&gt;`_.








*Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.*

Happy merging! 🤖
@bors-fusion
Copy link
Contributor

bors-fusion bot commented Nov 17, 2017

Build succeeded

@bors-fusion bors-fusion bot merged commit 465f80f into master Nov 17, 2017
@bors-fusion bors-fusion bot deleted the pyup-update-six-1.10.0-to-1.11.0 branch November 17, 2017 08:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants