uppsaladatavetare / foobar-api

The backend of the FooBar kiosk and inventory system.
MIT License
12 stars 6 forks source link

Update py to 1.4.34 #57

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

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

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

Changelog

1.4.34

====================================================================

  • fix issue119 / pytest issue708 where tmpdir may fail to make numbered directories when the filesystem is case-insensitive.

1.4.33

====================================================================

  • avoid imports in calls to py.path.local().fnmatch(). Thanks Andreas Pelme for the PR.

  • fix issue106: Naive unicode encoding when calling fspath() in python2. Thanks Tiago Nobrega for the PR.

  • fix issue110: unittest.TestCase.assertWarns fails with py imported.

1.4.32

====================================================================

  • fix issue70: added ability to copy all stat info in py.path.local.copy.

  • make TerminalWriter.fullwidth a property. This results in the correct value when the terminal gets resized.

  • update supported html tags to include recent additions. Thanks Denis Afonso for the PR.

  • Remove internal code in Source.compile meant to support earlier Python 3 versions that produced the side effect of leaving None in sys.modules when called (see pytest-dev/pytest2103). Thanks Bruno Oliveira for the PR.

1.4.31

==================================================

  • fix local().copy(dest, mode=True) to also work with unicode.

  • pass better error message with svn EEXIST paths

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

Happy merging! 🤖

codecov[bot] commented 6 years ago

Codecov Report

Merging #57 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #57   +/-   ##
========================================
  Coverage    91.59%   91.59%           
========================================
  Files           82       82           
  Lines         3475     3475           
  Branches       184      184           
========================================
  Hits          3183     3183           
  Misses         262      262           
  Partials        30       30

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 5d57529...7d75742. Read the comment docs.