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 48 #3337

Merged
merged 7 commits into from
Nov 28, 2017

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Nov 27, 2017

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.

check-manifest 0.35 » 0.36 PyPI | Changelog | Repo
setuptools 36.8.0 » 38.2.1 PyPI | Changelog | Repo
cheroot 5.9.1 » 5.10.0 PyPI | Changelog | Repo
hunter 2.0.1 » 2.0.2 PyPI | Changelog | Repo
hypothesis 3.38.0 » 3.38.5 PyPI | Changelog | Repo
pytest-qt 2.2.1 » 2.3.0 PyPI | Changelog | Repo
pluggy 0.5.2 » 0.6.0 PyPI | Changelog | Repo

Changelogs

check-manifest 0.35 -> 0.36

0.36


  • Handle empty VCS repositories more gracefully
    (84 <https://github.com/mgedmin/check-manifest/issues/84>__).

setuptools 36.8.0 -> 38.2.1

38.2.1


  • 1212: fix encoding handling of metadata when installing
    from a wheel.

38.2.0


  • 1200: easy_install now support installing from wheels:
    they will be installed as standalone unzipped eggs.

38.1.0


  • 1208: Improve error message when failing to locate scripts
    in egg-info metadata.

38.0.0


  • 458: In order to support deterministic builds, Setuptools no
    longer allows packages to declare install_requires as
    unordered sequences (sets or dicts).

37.0.0


  • 878: Drop support for Python 2.6. Python 2.6 users should
    rely on 'setuptools < 37dev'.

cheroot 5.9.1 -> 5.10.0

5.10.0

======

  • Minor refactorings of cheroot/server.py to reduce redundancy
    of behavior.
  • Delinting with fewer exceptions.
  • Restored license to BSD.

5.9.2

======

  • 61: Re-release without spurious files in the distribution.

hunter 2.0.1 -> 2.0.2

2.0.2


  • Fixed indentation in CallPrinter action (shoudln't deindent on exception).
  • Fixed option filtering in Cython Query implementation (filtering on tracer was allowed by mistake).
  • Various fixes to docstrings and docs.

hypothesis 3.38.0 -> 3.38.5

3.38.5


This fixes the repr of strategies using lambda that are defined inside
decorators to include the lambda source.

This would mostly have been visible when using the
:ref:statistics &lt;statistics&gt; functionality - lambdas used for e.g. filtering
would have shown up with a &lt;unknown&gt; as their body. This can still happen,
but it should happen less often now.


3.38.4


This release updates the reported :ref:statistics &lt;statistics&gt; so that they
show approximately what fraction of your test run time is spent in data
generation (as opposed to test execution).

This work was funded by Smarkets &lt;https://smarkets.com/&gt;_.


3.38.3


This is a documentation release, which ensures code examples are up to date
by running them as doctests in CI (:issue:711).


3.38.2


This release changes the behaviour of the :attr:~hypothesis.settings.deadline
setting when used with :func:~hypothesis.strategies.data: Time spent inside
calls to data.draw will no longer be counted towards the deadline time.

As a side effect of some refactoring required for this work, the way flaky
tests are handled has changed slightly. You are unlikely to see much difference
from this, but some error messages will have changed.

This work was funded by Smarkets &lt;https://smarkets.com/&gt;_.


3.38.1


This patch has a variety of non-user-visible refactorings, removing various
minor warts ranging from indirect imports to typos in comments.


pytest-qt 2.2.1 -> 2.3.0

2.3.0


  • New qapp_args fixture which can be used to pass custom arguments to
    QApplication.
    Thanks The-Compiler_ for the PR.

pluggy 0.5.2 -> 0.6.0

0.6.0


  • Add CI testing for the features, release, and master
    branches of pytest (PR 79_).
  • Document public API for _Result objects passed to wrappers
    (PR 85_).
  • Document and test hook LIFO ordering (PR 85_).
  • Turn warnings into errors in test suite (PR 89_).
  • Deprecate _Result.result (PR 88_).
  • Convert _Multicall to a simple function distinguishing it from
    the legacy version (PR 90_).
  • Resolve E741 errors (PR 96_).
  • Test and bug fix for unmarked hook collection (PRs 97_ and
    102_).
  • Drop support for EOL Python 2.6 and 3.3 (PR 103_).
  • Fix inspect based arg introspection on py3.6 (PR 94_).

.. _79: pytest-dev/pluggy#79
.. _85: pytest-dev/pluggy#85
.. _88: pytest-dev/pluggy#88
.. _89: pytest-dev/pluggy#89
.. _90: pytest-dev/pluggy#90
.. _94: pytest-dev/pluggy#94
.. _96: pytest-dev/pluggy#96
.. _97: pytest-dev/pluggy#97
.. _102: pytest-dev/pluggy#102
.. _103: pytest-dev/pluggy#103

That's it for now!

Happy merging! 🤖


This change is Reviewable

@The-Compiler The-Compiler merged commit 9a8bac1 into master Nov 28, 2017
@The-Compiler The-Compiler deleted the pyup-scheduled-update-11-27-2017 branch December 4, 2017 17:53
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.

None yet

3 participants