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 biweekly dependency update for week 20 #1152

Closed
wants to merge 6 commits into from

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.

apache-libcloud 1.5.0 » 2.0.0 PyPI | Changelog | Homepage
sendgrid 3.6.3 » 3.6.5 PyPI | Changelog | Repo
requests 2.13.0 » 2.14.2 PyPI | Changelog | Homepage
jsmin 2.2.1 » 2.2.2 PyPI | Changelog | Repo
pytest-cov 2.4.0 » 2.5.1 PyPI | Changelog | Repo
selenium 3.3.3 » 3.4.1 PyPI | Changelog | Repo

Changelogs

apache-libcloud 1.5.0 -> 2.0.0

2.0.0


Common

  • Fix OpenStack drivers not correctly setting URLs when used with identity API, would default to 127.0.0.1 and service
    catalog URLs were not adhered to.
    [GITHUB-1037, LIBCLOUD-912, LIBCLOUD-904]
    (Anthony Shaw)
  • Fix Aliyun ECS, Load balancer and storage adapters when using unicode UTF-8 characters in the names of resources
    in 2.0.0rc2 < it would fail as a MalformedResponseError, Python 2.7 element tree was raising a unicode error
    [GITHUB-1032] [GITHUB-994]
    (Anthony Shaw)
  • Refactor the test classes to use the full libcloud.http and libcloud.common.base modules, with Connection,
    Response all used with requests_mock. This increases our test coverages and catches bugs in drivers' custom
    parse_body and auth modules
    [GITHUB-1031]
    (Anthony Shaw)
  • Rename libcloud.httplib_ssl to libcloud.http now that we don't use httplib
    [GITHUB-1028]
    (Anthony Shaw)

Compute

  • [GOOGLE] Add test to check that can create a GCE volume at a given location
    [GITHUB-1048]
    (Francisco Ros)
  • [GOOGLE] Fix GCENodeDriver.ex_get_volume() when zone param is of class GCEZone or NodeLocation
    [GITHUB-1047]
    (Francisco Ros)
  • [GOOGLE] Fix call to GCENodeDriver._ex_populate_volume_dict
    [GITHUB-1046]
    (Francisco Ros)
  • [ARM] Add support for Azure Cloud Environments as well as Locations
    [GITHUB-969]
    (Peter Amstutz)
  • [EC2] Add support for ModifyVolume and DescribeVolumesModifications
    [GITHUB-1036]
    (Hennadii Stas)
  • [ARM] Fix string representation of the VhdImage type and fix listing of Public IP addresses
    [GITHUB-1035]
    (Anthony Shaw)
  • [GOOGLE] Remove validation checks for guestOsFeatures
    [GITHUB-1034]
    (Max Illfelder)
  • [VSPHERE] Fix issue with authentication methods crashing
    [GITHUB-1031]
    (Anthony Shaw)
  • [ARM] Add network security groups to azure ARM
    [GITHUB-1033]
    (Joseph Hall)
  • [ARM] Add the ability to list resource groups
    [GITHUB-1032]
    (Joseph Hall)
  • Add 1&1 compute driver
    [LIBCLOUD-911] [GITHUB-1029]
    (Jasmin Gacic)
  • Fix Azure ARM driver condition for ex_list_publishers where location is specified
    [GITHUB-1030]
    (Joseph Hall)
  • Added Import Snapshot and Describe Import Snapshot to EC2 compute driver
    [GITHUB-1023]
    (Nirzari Iyer)
  • Add price_monthly extra param to digitalocean sizes
    [GITHUB-1021]
    (Francisco Ros)
  • Add aliyun ecs instance join leave security group
    [GITHUB-992]
    (Jie Ren)
  • Add keypair management to OnApp driver
    [GITHUB-1018]
    (Tinu Cleatus)
  • Add missing regions in AWS storage and compute drivers
    [GITHUB-1019]
    (Alex Misstear)
  • Add SR-IOV net support to images in EC2 compute driver
    [GITHUB-1020]
    (Alex Misstear)
  • Fix - update t2.small image size from 11 CPU to 1
    [GITHUB-1022]
    (Francisco Ros)
  • Added Billing Product for image in EC2 compute driver
    [GITHUB-1024]
    (Nirzari Iyer)

DNS

  • Add OnApp driver
    [GITHUB-1017] [LIBCLOUD-907]
    (Tinu Cleatus)

2.0.0rc2


Common

  • Fix LIBCLOUD_DEBUG trying to decompress already decompressed responses
    [LIBCLOUD-910]
    (Anthony Shaw)
  • Added an integration test API and a test suite for validating functionality
    without mocking any libcloud subsystems
    [GITHUB-970]
    (Anthony Shaw)
  • Fix for Linode classes since 2.0x
    [GITHUB-1026]
    (Anthony Shaw)
  • Fix CertificateConnection not correctly signing requests in 2.0rc1, impacted
    Azure classic driver, OpenStack and Docker driver
    [GITHUB-1015]
    (Anthony Shaw)
  • Change Cloudscale to cloudscale.ch.
    [GITHUB-993]
    (David Halter)
  • Explicitly check if response is None in RawResponse class
    [GITHUB-1006] [LIBCLOUD-901]
    (Richard Xia)

Compute

  • Outscale SAS doc improvements and logo update
    [GITHUB-950]
    (Javier M Mellid)
  • [GCE] Allow preemptible instances to be created
    [GITHUB-954]
    (John Baublitz)
  • Add support for forcing detachment of EBS volumes to EC2 driver
    [GITHUB-1007]
    (Sergey Babak)
  • Fix Public IP not assigned when creating NIC on Azure ARM
    [GITHUB-1013] [LIBCLOUD-906]
    (Simone Ripamonti)
  • [ONAPP] Add list images support for OnApp driver
    [GITHUB-1011]
    (Tinu Cleatus)
  • [EC2] Add r4 instance types for AWS
    [GITHUB-997]
    (Jens Deppe)
  • [EC2] support for AWS eu-west-2 and ca-central-1 regions
    [GITHUB-1009]
    (Marat Komarov)
  • [EC2] Add P2 GPU instance types
    [GITHUB-996]
    (MJK)
  • [EC2] Add method to modify snapshot attribute for EC2
    [GITHUB-990]
    (Sayan Chowdhury)
  • [Linode] Add start, stop instance methods and fix incorrect state TERMINATED to STOPPED
    [GITHUB-986]
    (Markos Gogoulos)
  • [EC2] Add ENA support for EC2 compute images
    [GITHUB-983]
    (Alex Misstear)
  • [Azure ARM] fix typeerror on ex_list_nics
    [GITHUB-979]
    (Choi Jongu)
  • [GCE] allow delete instances from managed group
    [GITHUB-975]
    (zacharya19)

Storage

  • Reintroduce S3 multipart upload support with signature v4
    [GITHUB-1005] [LIBCLOUD-834]
    (Alex Misstear)

2.0.0rc1


Common

  • Fix DEBUG mode, also add support for using io.StringIO as the file handle
    when calling libcloud.enable_debug.
    (GITHUB-978, LIBCLOUD-887)
    [Anthony Shaw]
  • Introduction of the requests package as the mechanism for making HTTP
    requests for all drivers.
    (GITHUB-928)
    [Anthony Shaw]
  • Fix bug where custom port and secure flag would not get propagated to
    connection class.
    (GITHUB-972)
    [Anthony Shaw]
  • Fix bug where custom port would not get propagated to connection.
    (GITHUB-971)
    [Anthony Shaw]
  • Fix bug where instantiating a connection from URL and then requesting an
    action with a leading / would lead to a malformed URL.
    (GITHUB-976)
    [Anthony Shaw]

Compute

  • Fix a bug in profitbricks driver where listing snapshots would request a
    malformed URL.
    [GITHUB-976]
    (Anthony Shaw)
  • Fix LIBCLOUD-806 bug where vsphere driver cannot be instantiated.
    (GITHUB-967)
    [Anthony Shaw]
  • [google compute] Improve performance of list nodes by caching volume
    information.
    (GITHUB-813, LIBCLOUD-826)
    [Tom Melendez]

sendgrid 3.6.3 -> 3.6.5

3.6.5

Updated

3.6.4

Updated

requests 2.13.0 -> 2.14.2

2.14.2

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

Bugfixes

  • Changed a less-than to an equal-to and an or in the dependency markers to
    widen compatibility with older setuptools releases.

2.14.1

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

Bugfixes

  • Changed the dependency markers to widen compatibility with older pip
    releases.

2.14.0

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

Improvements

  • It is now possible to pass no_proxy as a key to the proxies
    dictionary to provide handling similar to the NO_PROXY environment
    variable.
  • When users provide invalid paths to certificate bundle files or directories
    Requests now raises IOError, rather than failing at the time of the HTTPS
    request with a fairly inscrutable certificate validation error.
  • The behavior of SessionRedirectMixin was slightly altered.
    resolve_redirects will now detect a redirect by calling
    get_redirect_target(response) instead of directly
    querying Response.is_redirect and Response.headers[&#39;location&#39;].
    Advanced users will be able to process malformed redirects more easily.
  • Changed the internal calculation of elapsed request time to have higher
    resolution on Windows.
  • Added win_inet_pton as conditional dependency for the [socks] extra
    on Windows with Python 2.7.
  • Changed the proxy bypass implementation on Windows: the proxy bypass
    check doesn't use forward and reverse DNS requests anymore
  • URLs with schemes that begin with http but are not http or https
    no longer have their host parts forced to lowercase.

Bugfixes

  • Much improved handling of non-ASCII Location header values in redirects.
    Fewer UnicodeDecodeErrors are encountered on Python 2, and Python 3 now
    correctly understands that Latin-1 is unlikely to be the correct encoding.
  • If an attempt to seek file to find out its length fails, we now
    appropriately handle that by aborting our content-length calculations.
  • Restricted HTTPDigestAuth to only respond to auth challenges made on 4XX
    responses, rather than to all auth challenges.
  • Fixed some code that was firing DeprecationWarning on Python 3.6.
  • The dismayed person emoticon (/o\\) no longer has a big head. I'm sure
    this is what you were all worrying about most.

Miscellaneous

  • Updated bundled urllib3 to v1.21.1.
  • Updated bundled chardet to v3.0.2.
  • Updated bundled idna to v2.5.
  • Updated bundled certifi to 2017.4.17.

jsmin 2.2.1 -> 2.2.2

2.2.2


  • Add license headers to code files (fixes i17)
  • Remove mercurial files (fixes 20)

pytest-cov 2.4.0 -> 2.5.1

2.5.1


  • Fixed xdist breakage (regression in 2.5.0).
    Fixes 157 &lt;https://github.com/pytest-dev/pytest-cov/issues/157&gt;_.
  • Allow setting custom data_file name in .coveragerc.
    Fixes 145 &lt;https://github.com/pytest-dev/pytest-cov/issues/145&gt;.
    Contributed by Jannis Leidel & Ionel Cristian Mărieș in
    156 &lt;https://github.com/pytest-dev/pytest-cov/pull/156&gt;
    .

2.5.0


  • Always show a summary when --cov-fail-under is used. Contributed by Francis Niu in PR141 &lt;https://github.com/pytest-dev/pytest-cov/pull/141&gt;_.
  • Added --cov-branch option. Fixes 85 &lt;https://github.com/pytest-dev/pytest-cov/issues/85&gt;_.
  • Improve exception handling in subprocess setup. Fixes 144 &lt;https://github.com/pytest-dev/pytest-cov/issues/144&gt;_.
  • Fixed handling when --cov is used multiple times. Fixes 151 &lt;https://github.com/pytest-dev/pytest-cov/issues/151&gt;_.

selenium 3.3.3 -> 3.4.1

3.4.1

  • Add back the ability to set profile when using Firefox 45ESR. Fixes 3897

3.4.0

  • Correct usage of newSession around firstMatch and alwaysMatch
  • Remove superfluous capabilities that are not needed
  • Add expected condition that waits for all found elements to be visible (3532)
  • Allow methods wrapped by EventFiringWebDriver and EventFiringWebElement (806)
  • Dropping javascriptEnabled capability for real browsers
  • Use W3C check from parent object instead of assuming from capabilities
  • Bump example source distribution to match latest release.
  • Replace TypeError with KeyError in remote webdriver error handler code (3826)
  • When testing Marionette use default capabilities in testing
  • Conform to the api of urllib2 for adding header for a request (3803)
  • Add text key to alertsendKeys parameters for W3C Endpoint
  • Location once scrolled into view should use W3C executeScript endpoint not JSONWP
  • Fixed the usage information in documentation of "save_screenshot". (3804)
  • Add Element Not Interactable exception
  • Clean up imports in error handler
  • flake8 cleanup

That's it for now!

Happy merging! 🤖

@pyup-bot
Copy link
Contributor Author

pyup-bot commented Jun 5, 2017

Closing this in favor of #1154

@pyup-bot pyup-bot closed this Jun 5, 2017
@Sumukh Sumukh deleted the pyup-scheduled-update-05-15-2017 branch June 5, 2017 14:00
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

1 participant