- 10 Mar, 2020 1 commit
-
-
Alex Povel committed
-
- 06 Mar, 2020 2 commits
-
-
Fix GitHub URL for black
finswimmer committed -
Update Contributing.md
finswimmer committed
-
- 05 Mar, 2020 2 commits
-
-
Jules Chéron committed
-
Black is now officially supported by the Python Software Foundation
Dimitri Merejkowsky committed
-
- 29 Feb, 2020 3 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Fix VCS when git is not in PATH
finswimmer committed
-
- 28 Feb, 2020 13 commits
-
-
adisbladis committed
-
Sébastien Eustace committed
-
* Update release script * Bump version to 1.0.4
Sébastien Eustace committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
* Fix accented characters not being matched in author name Fixes #2004 * Normalized the strings instead of modifying the pattern * Applied isort & black
Raphael Yancey committed -
* fix (builder): take `self._original_path` if available to find `.git` folder * change (vcs): use `git rev-parse --show-toplevel` to find git root folder * fix (vcs): change back to original working dir after finding vcs * change (builder): introduce self._original_path to keep original path if(vcs): resolve directory for `get_vcs`
finswimmer committed -
* fix: exclude subpackage from `setup.py` if `__init__.py` is excluded Fixes: #1009 * fix: added missing test data * fix: lint test data * change (sdist.git): exclude folders with no python file * fix (sdist.git): make black happy
finswimmer committed -
* list .venv when it exists * only list when in-project is true * missing config * move logic to manager.list * Add .venv when it exists
Frost Ming committed -
* fix(utils.env): import cli_run from virtualenv if create_environment import failes * fix (utils.env): added accidentally removed code
finswimmer committed -
* Fix vendor package as installed package (#1883) * import from Co-Authored-By: Sébastien Eustace <sebastien.eustace@gmail.com> * test vendor package as installed * refactor * remove blank line Co-authored-by: Sébastien Eustace <sebastien.eustace@gmail.com>
Trim21 committed -
* Update release.yml * Update main.yml
BSKY committed
-
- 21 Feb, 2020 7 commits
-
-
* Add support for forward slashes and url encoding in credentials * Remove extra newline * Remove unquote
Lu Zhu committed -
László Velinszky committed
-
* Fix #1791: Load repository URL from config * Ran black to fix linting errors * Add test for repo URL env variable
Joshua Cannon committed -
Michael Aquilina committed
-
* fix(git): have annotated tags resolve to the commit sha * fix(git): fix quote * fix(git): change to rev-parse
Julien Lhermitte committed -
finswimmer committed
-
Sébastien Eustace committed
-
- 17 Feb, 2020 1 commit
-
-
init: change dev dependency prompt
finswimmer committed
-
- 16 Feb, 2020 1 commit
-
-
Andriy Maletsky committed
-
- 15 Feb, 2020 1 commit
-
-
Update README.md "Updating Poetry"
finswimmer committed
-
- 14 Feb, 2020 1 commit
-
-
Currently the note in "Updating Poetry" is different from the one below in "Enable tab completion for Bash, Fish, or Zsh". This MR is to make them more consistent.
Andrew Selzer committed
-
- 11 Feb, 2020 2 commits
-
-
Fix non-compliant Git URL matching
finswimmer committed -
RFC 3986 § 2.3 permits more characters in a URL than were matched. This corrects that, though there may be other deficiencies. This was a regression from v1.0.2, where at least “.” was matched without error.
Andrew Marshall committed
-
- 31 Jan, 2020 5 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
* fix downloading packages from simplepypi * unused code removed * remove unused imports
Jan Škoda committed -
# Conflicts: # poetry/utils/password_manager.py
Sébastien Eustace committed -
Sébastien Eustace committed
-
- 22 Jan, 2020 1 commit
-
-
The previous regexp was only taking the first integer of the version number, this presented problems when the major version number reached double digits. Poetry would determine that the version of the dependency is '1', rather than, ie: '14'. This caused failures to solve versions.
Edward George committed
-