summaryrefslogtreecommitdiff
path: root/lib/pyyaml
Commit message (Collapse)AuthorAge
* Include pyaml directly, not as a submodule.Anton Khirnov2020-11-20
| | | | | | | Its repository is quite big and contains infrastructure we do not need. We should not need to update it, so just include the source directly. Also, simplify bin/dotbot.
* Upgrade PyYAML to 5.3Anish Athalye2020-01-06
|
* Bump PyYAML version to 5.1.2Anish Athalye2019-11-20
|
* Point PyYAML dependency to official repositoryAnish Athalye2018-05-24
| | | | | | | | | | | | | | | | Previously, PyYAML was hosted on BitBucket, so we had a mirror of the repo on GitHub. Now, official hosting has moved to GitHub, so we can point to the official repository instead. Thanks to Marco A. Feliu <marco.feliu@nianet.org> for pointing this out. This patch also updates the install shim to update submodule URLs. To preserve the functionality of earlier Dotbot versions, we will need to maintain 'https://github.com/anishathalye/pyyaml'. Because old versions of the install shim used with new Dotbot versions will not update submodule URLs, we will need to keep the old repository in sync with the upstream repository as we upgrade PyYAML versions. This patch also upgrades the dependency to PyYAML 3.12.
* Add YAML supportAnish Athalye2014-10-27
Add support for YAML format configuration files. In addition, this commit adds instructions about YAML config files to the README, and it also changes the README to encourage use of YAML instead of JSON.