- 04 Oct, 2019 1 commit
-
-
Sébastien Eustace committed
-
- 30 Sep, 2019 3 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 29 Sep, 2019 1 commit
-
-
* Fix specification of Python versions for dependencies using double pipe (`||`) instead of using an array which leads to confusion (see for instance https://github.com/sdispater/poetry/issues/847). * Fixes #847 Signed-off-by: mr.Shu <mr@shu.io>
Marek Šuppa committed
-
- 24 Sep, 2019 3 commits
-
-
Resolves: #1080
Arun Babu Neelicattu committed -
Closes: #1303
Arun Babu Neelicattu committed -
Géry Ogam committed
-
- 23 Sep, 2019 2 commits
-
-
stephsamson committed
-
* Update issue templates, thanks @explosion for the inspiration. Direct support questions to StackOverflow instead. * Remove stale issue templates. * Update ---bug-report.md * Update ---documentation.md
Steph Samson committed
-
- 22 Sep, 2019 1 commit
-
-
Arun Babu Neelicattu committed
-
- 20 Sep, 2019 1 commit
-
-
Sébastien Eustace committed
-
- 13 Sep, 2019 8 commits
-
-
Sébastien Eustace committed
-
* Update about.py * Update add.py * Update update.py
Géry Ogam committed -
Sébastien Eustace committed
-
Darren Weber committed
-
Some packages (like `pygame-music-grid`) have unparseable metadata. This resulted in a ValueError. pip ignores packages like these, so it's reasonable to do the same in poetry itself and only display the well-formed ones. Fixes #1345. Fixes #637.
Tamás Szelei committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
This reverts commit be03ab9e.
Sébastien Eustace committed
-
- 10 Sep, 2019 2 commits
-
-
Sébastien Eustace committed
-
This reverts commit 0b38fada.
Sébastien Eustace committed
-
- 05 Sep, 2019 2 commits
-
-
- apply the PyCharm "optimize imports" - place functions above fixtures - alphabetize fixture functions - remove duplicate tmp_dir fixture
Darren Weber committed -
Darren Weber committed
-
- 03 Sep, 2019 3 commits
-
-
Arun Babu Neelicattu committed
-
This change fixes the installation of packages using a url source. Previously, the installer attempted to install the package using the name ignoring the source url.
Arun Babu Neelicattu committed -
* fix METADATA generation for git dependencies with extras * add comment * add comment * add comment and linting * Move trailing space from `base_pep_508_name()` to `to_pep_508()` * Merge remote-tracking branch 'origin/master' # Conflicts: # tests/packages/test_vcs_dependency.py * Make changes python2 compliant * Handle any type of marker * Insert space before semicolon in dependency.py if vcs
fsal committed
-
- 02 Sep, 2019 3 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
* Setup basic Github actions * Remove Travis and Appveyor config files * Update pre-commit configuration
Sébastien Eustace committed
-
- 01 Sep, 2019 2 commits
- 26 Aug, 2019 2 commits
-
-
Catch and deal with failed symlinking on Windows
Brian Turek committed -
Check to ensure the global config exists before reading
Brian Turek committed
-
- 24 Aug, 2019 1 commit
-
-
remove NoReturn, use None instead
Bryce Drennan committed
-
- 23 Aug, 2019 1 commit
-
-
toppk committed
-
- 20 Aug, 2019 2 commits
-
-
950 simplified
Bryce Drennan committed -
Bryce committed
-
- 19 Aug, 2019 2 commits
-
-
Building upon patch from [#1299][1] [1]: https://github.com/sdispater/poetry/pull/1299/commits Co-authored-by: David Hotham <david.hotham@metaswitch.com>
Kristoffer Bakkejord committed -
Fixes cases where the version part of the wheel file name would become `0.1b1_gitbranch.buildno.1` instead of `0.1b1+gitbranch.buildno.1` Fixes sdispater/poetry#756
Kristoffer Bakkejord committed
-