D-PLACE / dplace-legacy

D-PLACE: Database of Places, Language, Culture and Environment (OLD)
https://d-place.org/
MIT License
21 stars 4 forks source link

Update clldutils to 2.0.0 #578

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

There's a new version of clldutils available. You are currently using 1.13.10. I have updated it to 2.0.0

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

Changelog

2.0.0

Removed

  • module testing: Equivalent functiuonality is available for testing with pytest, in particular the tmpdir and capsys fixtures.
  • clldutils.misc.normalize_name and modules dsv and csvw: Use the package csvw instead, which provides the identical API.

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

Happy merging! 🤖

xrotwang commented 6 years ago

Don't merge! clldutils 2.0 is backwards incompatible. We should specify the clldutils dependency using compatible release specifiers, i.e. ~=1.13.

pyup-bot commented 6 years ago

Closing this in favor of #579