Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

Initial Update #510

Merged
merged 8 commits into from
Jun 15, 2017
Merged

Initial Update #510

merged 8 commits into from
Jun 15, 2017

Conversation

pyup-bot
Copy link
Contributor

This is my first visit to this fine repo so I have bundled all updates in a single pull request to make things easier for you to merge.

Close this pull request and delete the branch if you want me to start with single pull requests right away

Here's the executive summary:

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.

pycodestyle 2.3 » 2.3.1 PyPI | Changelog | Docs
ipython 5.4.1 » 6.1.0 PyPI | Changelog | Homepage
ipdb 0.10.2 » 0.10.3 PyPI | Changelog | Repo
requests 2.17.3 » 2.18.0 PyPI | Changelog | Homepage
Faker 0.7.15 » 0.7.17 PyPI | Changelog | Repo

Changelogs

pycodestyle 2.3 -> 2.3.1

2.3.1


Bugs:

  • Fix regression in detection of E302 and E306; 618, 620

ipython 5.4.1 -> 6.1.0

6.1.0

None

6.0.0

None

6.0.0rc1

None

rel-3.0.0
See the release notes for what's new.

or get it with pip:

pip install --upgrade "ipython[all]"

DO NOT download from the "Source code" links below. They are missing git submodules, and won't work.

rel-2.4.1

rel-2.1.0
bugfix release for IPython 2.0. See the list of backported fixes.

rel-1.2.1
Bugfix release for Python 2.6 and 3.4.

What's new in 1.2

rel-1.2.0
IPython 1.2.0 mostly bugfix release

For release notes, see what's new.

rel-1.1.0

ipdb 0.10.2 -> 0.10.3

0.10.3


  • For users using python 2.6, do not install IPython >= 2.0.0.
    And for users using python 2.7, do not install IPython >= 6.0.0.
    [vphilippon]
  • Drop support for python 3.2.
    [vphilippon]
  • Command line usage consistent with pdb - Add argument commands
    [zvodd]

requests 2.17.3 -> 2.18.0

2.18.0

+++++++++++++++++++

Improvements

  • Response is now a context manager, so can be used directly in a with statement
    without first having to be wrapped by contextlib.closing().

Bugfixes

  • Resolve installation failure if multiprocessing is not available
  • Resolve tests crash if multiprocessing is not able to determine the number of CPU cores
  • Resolve error swallowing in utils set_environ generator

Faker 0.7.15 -> 0.7.17

0.7.17


  • Fix a timezone issue with the date_time_between_dates provider.

0.7.16


  • fix timezone issues with date_time_between provider.
  • Add ext_word_list parameter to methods in the Lorem generator. Thanks guinslym.

Once you have closed this pull request, I'll create separate pull requests for every update as soon as I find them.

That's it for now!

Happy merging! 🤖

@sdreher sdreher self-assigned this Jun 14, 2017
@sdreher sdreher merged commit b4bb7aa into master Jun 15, 2017
@sdreher sdreher deleted the pyup-initial-update branch June 15, 2017 15:26
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