- 08 Jan, 2020 1 commit
-
-
Update the contributing instructions to use python-poetry instead of sdispater as the repository namespace.
Matt Misner committed
-
- 07 Jan, 2020 1 commit
-
-
* Handle nested wildcards in package includes correctly. Fixes: #1379. Use compat `Path`. * Ensure that when building sdists, subpackages with Python files (but not necessarily an __init__.py file) will be included.
Steph Samson committed
-
- 06 Jan, 2020 2 commits
-
-
* fix: removed hint for uninstall poetry, after installation. * change (get-poetry.py): changed hint about uninstalling poetry * fix (get-poetry.py): typo
finswimmer committed -
* Fix PEP440 compatible release (`~=`) handling PEP440 compatible release version range (`~=`) should have itself as a minimum value. Examples from [official doc](https://python.org/dev/peps/pep-0440/#compatible-release) (each pair is equivalent): ``` ~=2.2 >=2.2, ==2.* ~=1.4.5 >=1.4.5, ==1.4.* ~=2.2.post3 >=2.2.post3, ==2.* ~=1.4.5a4 >=1.4.5a4, ==1.4.* ``` In every case, lower bound is exactly same as the input version. Current incorrect behavior was originally introduced 2 years ago by commit c55d55a8, where it tried to reset patch version to 0 for tilde expression. Closes #1150. * Fix Black lint
Jongbin Park committed
-
- 05 Jan, 2020 2 commits
-
-
finswimmer committed
-
Sébastien Eustace committed
-
- 30 Dec, 2019 1 commit
-
-
finswimmer committed
-
- 29 Dec, 2019 2 commits
-
-
Expand documentation of `git` dependency subkeys
finswimmer committed -
I need to pin a dependency to a specific git commit hash. After reading these docs, it was not clear to me that I could do so with the `rev` key, because "something else" is vague. I wound up digging into the source code and learned what I needed there. This change expands the documentation for `git` dependencies to explain the sub-keys in more detail and give examples of how to use each.
Ryan Delaney committed
-
- 26 Dec, 2019 3 commits
-
-
Sergey Sokolov committed
-
Frost Ming committed
-
Sébastien Eustace committed
-
- 24 Dec, 2019 5 commits
-
-
Frost Ming committed
-
finswimmer committed
-
finswimmer committed
-
Sébastien Eustace committed
-
* Removing setecho(False) for all shells * Only setecho(False) for zsh
James Roeder committed
-
- 20 Dec, 2019 2 commits
-
-
* fix (setup_reader): in `setup.py` the `setup()` method can also be called by `setuptools.setup()` * fix (setup_reader): make black happy * fix (setup_reader): skip test for python <3.4
finswimmer committed -
Sigurd Spieckermann committed
-
- 19 Dec, 2019 2 commits
-
-
Fixed typo
finswimmer committed -
Without this fix the helptext shows as: ``` version Shows the version of the project or bumps it when a validbump rule is provided. ```
Florian Apolloner committed
-
- 18 Dec, 2019 1 commit
-
-
Fix syntax errors in typehints
finswimmer committed
-
- 17 Dec, 2019 2 commits
-
-
Fix simple typo: specificed -> specified
finswimmer committed -
Closes #1753
Tim Gates committed
-
- 15 Dec, 2019 2 commits
-
-
Fixed default cache-dir path in docs.
finswimmer committed -
Vlad Dmitrievich committed
-
- 14 Dec, 2019 1 commit
-
-
Fixes #1735
Sébastien Eustace committed
-
- 13 Dec, 2019 1 commit
-
-
finswimmer committed
-
- 12 Dec, 2019 5 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Takahiro Kojima committed
-
Sébastien Eustace committed
-
fix: change `self:update` to `self update` in docs and add hint about different syntax in earlier version (#1712)
finswimmer committed
-
- 11 Dec, 2019 3 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
* fix (locker): add `develop = false` in `poetry.lock` if set in `pyproject.toml` fix (locker): read `develop` value from `poetry.lock` so it is respect when exporting to `requirements.txt` * fix (test_installer): adopt expected result * change (test_installer): move develop key from source to package in lock file * fix (test_installer): make black happy
finswimmer committed
-
- 06 Dec, 2019 4 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
* do not write empty or any markers * Update poetry/version/markers.py Co-Authored-By: Sébastien Eustace <sebastien.eustace@gmail.com> * Update test_markers.py
Joseph Kahn committed -
Sébastien Eustace committed
-