All Versions
11
Latest Version
Avg Release Cycle
32 days
Latest Release
1823 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.8.3 Changes
April 28, 2020๐ This release brings a lot of small fixes. See the milestone for the details. The only noticeable change is an ability to provide a custom CA bundle via
--ca
flag. A few next releases also will bring more stability and speed into DepHell. Stay tuned! -
v0.8.2 Changes
March 19, 2020๐ New commands:
- dephell project upload (#401).
- dephell venv entrypoint (#404).
- ๐ฆ dephell package verify (#400).
- dephell project register (#398).
๐ Improvements:
dephell project bump
now can bump version in Sphinx config (#407).- One less dependency. Bye-bye, flatdict (#394).
- A lot of
dephell jail list
improvements (#381, #379, #395). --version
and-h
flags (#397, #410).- More info in
dephell inspect venv
(#396). dephell jail
and some similar commands don't try to find project-level config (#408).- ๐ Better
requirements.txt
lookup (#409). - a little bit more.
-
v0.8.1 Changes
January 27, 2020๐ New commands:
- ๐ฆ dephell package changelog (#361).
๐ Improvements:
- ๐ Experimental Windows support. Test it and contribute! (#343). Special thanks to @espdev who has done almost all the migration.
- Lazy imports. About 10 dependencies were converted into optional and will be installed by-demand. Installation with
curl -L dephell.org/install | python3
isn't affected. (#349) - ๐ Support new pip (362) and lock older pip because a new one is broken (#363)
- Rewritten installer (#365, #355)
- a little bit more.
-
v0.8.0 Changes
December 19, 2019๐ New commands:
- ๐ฆ dephell package bug (#318).
- dephell jail show (#318).
- dephell inspect versioning (#318).
๐ Improvements:
- ๐ Meet dephell_argparse (#317).
- Meet DepHell-powered projects list (#339)
- ๐ Rename
dephell autocomplete
intodephell self autocomplete
, anddephell auth
intodephell self auth
(#321). - ๐ Support
allow-prereleases
key from Poetry 1.0.0 (#323) - โ From now DepHell will not be tested on Python 3.5 installation because nobody installs DepHell on Python 3.5 (#334).
- a little bit more.
-
v0.7.9 Changes
November 19, 2019- ๐ dephell self uncache (#312).
- โฌ๏ธ dephell self upgrade (#311).
- ๐ dephell generate contributing (#255).
- ๐ dephell inspect project (#296).
- ๐ dephell project validate (#310).
- Smart
setup.py
parsing. Meet dephell_setuptools (#308). - Stable
setup.py
generation (#292). - Cleaner sdist (#297).
- a little bit more
-
v0.7.8
October 22, 2019 -
v0.7.6
July 17, 2019 -
v0.7.5 Changes
July 07, 2019- Vendorization (
dephell vendor download
anddephell vendor import
) (#194, #109) - Now CLI for some commands accepts
--from
instead of--to
, because it makes much more sense (#194, #138) - Always PEP-compatible name for names of wheel and sdist (#203, #192)
- Now
--tag
option for dephell project bump allows to specify tag prefix or template (#199, #197) - ๐ Meet dephell_versioning, our new friend to handle packages versioning (#191, #147)
- ๐ Shorter links in documentation (#183, #182)
- Vendorization (
-
v0.7.4 Changes
June 17, 2019- ๐ Custom warehouse and simple index support (#53, #128).
- ๐ Fixed bug with packages names that made them incompatible with
pkg_resources
(#110, #117). - 0๏ธโฃ Now
project bump
doesn't make git tag by default. Use--tag
to add tag or addtag = true
into config (#114, #106). - ๐ Support for output into stdout for dephell deps convert (#140, #136).
- ๐ Allow to install prereleases into jail (#118, #113)
- Smarter detection of owner name for
generate license
. You can force the name with--owner=Name
(orowner = "Name"
in config) (#108, #107, #104, #87). - ๐ Local filesystem path support for
--warehouse
parameter (#145). - ๐ Improved documentation (#162).
- ๐ Improved pre-release support for dephell project bump (#144, #142).
- ๐ Improved poetry support (#159, #152, #154).
- Lazy load for bash autocomplete (#132).
-
v0.7.3 Changes
June 17, 2019