Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 42 #59

Closed
wants to merge 9 commits into from

Conversation

pyup-bot
Copy link
Collaborator

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.

aioresponses 0.2.0 » 0.3.0 PyPI | Changelog | Repo
async-timeout 1.4.0 » 2.0.0 PyPI | Changelog | Repo
asynctest 0.10.0 » 0.10.1 PyPI | Repo
bottom 2.1.1 » 2.1.2 PyPI | Repo
ipython 6.2.0 » 6.2.1 PyPI | Changelog | Homepage
multidict 3.2.0 » 3.3.0 PyPI | Changelog | Repo
pytest 3.2.2 » 3.2.3 PyPI | Changelog | Repo | Homepage
yarl 0.12.0 » 0.13.0 PyPI | Changelog | Repo
peewee 2.10.1 » 2.10.2 PyPI | Changelog | Repo

Changelogs

async-timeout 1.4.0 -> 2.0.0

2.0.0


  • Changed timeout <= 0 behaviour
  • Backward incompatibility change, prior this version 0 was
    shortcut for None
  • when timeout <= 0 TimeoutError raised faster

ipython 6.2.0 -> 6.2.1

6.2.1

None

multidict 3.2.0 -> 3.3.0

3.3.0


  • Introduce abstract base classes (102)
  • Publish OSX binary wheels (153)

pytest 3.2.2 -> 3.2.3

3.2.3

=========================

Bug Fixes

  • Fix crash in tab completion when no prefix is given. (2748 &lt;https://github.com/pytest-dev/pytest/issues/2748&gt;_)
  • The equality checking function (__eq__) of MarkDecorator returns
    False if one object is not an instance of MarkDecorator. (2758 &lt;https://github.com/pytest-dev/pytest/issues/2758&gt;_)
  • When running pytest --fixtures-per-test: don't crash if an item has no
    fixtureinfo attribute (e.g. doctests) (2788 &lt;https://github.com/pytest-dev/pytest/issues/2788&gt;)

Improved Documentation

  • In help text of -k option, add example of using not to not select
    certain tests whose names match the provided expression. (1442 &lt;https://github.com/pytest-dev/pytest/issues/1442&gt;_)
  • Add note in parametrize.rst about calling metafunc.parametrize
    multiple times. (1548 &lt;https://github.com/pytest-dev/pytest/issues/1548&gt;_)

Trivial/Internal Changes

  • Set xfail_strict=True in pytest's own test suite to catch expected
    failures as soon as they start to pass. (2722 &lt;https://github.com/pytest-dev/pytest/issues/2722&gt;_)
  • Fix typo in example of passing a callable to markers (in example/markers.rst)
    (2765 &lt;https://github.com/pytest-dev/pytest/issues/2765&gt;_)

yarl 0.12.0 -> 0.13.0

0.13.0


  • Document encoded parameter (102)
  • Support relative urls like &#39;?key=value&#39; (100)
  • Unsafe encoding for QS fixed. Encode ; char in value param (104)
  • Process passwords without user names (95)

peewee 2.10.1 -> 2.10.2

2.10.2

  • Update travis-ci build scripts to use Postgres 9.6 and test against Python
    3.6.
  • Added support for returning namedtuple objects when iterating over a
    cursor.
  • Added support for specifying the "object id" attribute used when declaring a
    foreign key. By default, it is foreign-key-name_id, but it can now be
    customized.
  • Fixed small bug in the calculation of search scores when using the SQLite C
    extension or the sqlite_ext module.
  • Support literal column names with the dataset module.

View commits

That's it for now!

Happy merging! 🤖

@coveralls
Copy link

coveralls commented Oct 16, 2017

Coverage Status

Coverage remained the same at 75.054% when pulling 26f20ee on pyup-scheduled-update-10-16-2017 into 5333cac on master.

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #60

@pyup-bot pyup-bot closed this Oct 23, 2017
@nsavch nsavch deleted the pyup-scheduled-update-10-16-2017 branch October 23, 2017 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants