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 #990

Merged
merged 5 commits into from
Nov 28, 2017

Conversation

pyup-bot
Copy link
Contributor

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.

pip-tools 1.10.1 » 1.10.2 PyPI | Changelog | Repo
pluggy 0.5.2 » 0.6.0 PyPI | Changelog | Repo
unify 0.3 » 0.4 PyPI | Repo

Changelogs

pip-tools 1.10.1 -> 1.10.2

1.10.2

Bug Fixes:

  • Fixed bug causing dependencies from invalid wheels for the current platform to be included (571).
  • pip-sync will respect environment markers in the requirements.txt (600). Thanks hazmat345
  • Converted the ReadMe to have a nice description rendering on PyPi. Thanks bittner

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! 🤖

@@ -194,7 +194,7 @@ def modified_files():
for l in diff_output.split('\n'):
filepath = l.strip()
if filepath:
assert os.path.exists(filepath)
assert os.path.exists(filepath), filepath
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I put this in to debug some local problems I was having (for some reason, check-release-file.py had vanished and I was getting the Python header prepended to our requirements file), but I don't think it's a bad change, so I'm going to leave it in.

@alexwlchan alexwlchan merged commit 935ffc2 into master Nov 28, 2017
@alexwlchan alexwlchan deleted the pyup-scheduled-update-11-27-2017 branch November 28, 2017 08:29
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

4 participants