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

Update py to 1.5.0 #318

Merged
merged 4 commits into from
Nov 15, 2017
Merged

Update py to 1.5.0 #318

merged 4 commits into from
Nov 15, 2017

Conversation

pyup-bot
Copy link
Contributor

There's a new version of py available.
You are currently using 1.4.34. I have updated it to 1.5.0

These links might come in handy: PyPI | Changelog | Repo | Docs

Changelog

1.5.0

=====

  • python 2.6 and 3.3 are no longer supported
  • deprecate py.std and remove all internal uses
  • fix 73 turn py.error into an actual module
  • path join to / no longer produces leading double slashes
  • fix 82 - remove unsupportable aliases
  • fix python37 compatibility of path.sysfind on windows by correctly replacing vars
  • turn iniconfig and apipkg into vendored packages and ease de-vendoring for distributions
  • fix 68 remove invalid py.test.ensuretemp references
  • fix 25 - deprecate path.listdir(sort=callable)
  • add TerminalWriter.chars_on_current_line read-only property that tracks how many characters
    have been written to the current line.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@adamtheturtle
Copy link
Contributor

See pytest-dev/pytest#2926

@codecov
Copy link

codecov bot commented Nov 15, 2017

Codecov Report

Merging #318 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #318   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          13     13           
  Lines         682    682           
  Branches       30     30           
=====================================
  Hits          682    682

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2788cba...185d81d. Read the comment docs.

@adamtheturtle adamtheturtle merged commit 27a7a8a into master Nov 15, 2017
@adamtheturtle adamtheturtle deleted the pyup-update-py-1.4.34-to-1.5.0 branch November 15, 2017 19:22
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