Skip to content

Commit 10d7cd2

Browse files
committed
Prepare CHANGELOG for v0.14.0
1 parent bb4f333 commit 10d7cd2

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.rst

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
Changelog
22
=========
33

4+
v0.14.0
5+
-----------
6+
7+
- Speed up downloads with asyncio
8+
9+
- New settings featuring environment variables and .env file to store settings and defaults.
10+
11+
- This also changes the CACHE_THIRDPARTY_DIR environment variable: it used to default first
12+
to ".cache/python_inspector" and if not writable, it would fallback to home
13+
"~/.cache/python_inspector". The new behavior is to only use the "~/.cache/python_inspector"
14+
in the home directory. You can configure this directory to any other value.
15+
16+
- Another change is that pypi.org is no longer systematically added as an index URL for
17+
resolution. Instead the list of configured index URLs is used, and only defaults to pypi.org
18+
if not provided.
19+
20+
- Another change is that it is possible to only use the provided or configured index URLs
21+
and skip other URLs from requirements that are not in these configured URLs.
22+
23+
- Calling utils_pypi.download_sdist or utils_pypi.download_wheel requires a non-empty list
24+
of PypiSimpleRepository.
25+
26+
- python_inspector.utils_pypi.Distribution.download_url is now a method, not a property
27+
28+
- The command line has again a default OS and Python version set.
29+
30+
- Default option values are reported in the JSON results. They were skipped before.
31+
32+
- Drop support for running on Python 3.8. You can still resolve dependencies for Python 3.8.
33+
The default command line tool Python version used for resolution is now 3.9.
34+
35+
- Add support for the latest Python and OS versions.
36+
37+
- Merge latest skeleton and adopt ruff for code formatting.
38+
39+
440
v0.13.1
541
-----------
642

0 commit comments

Comments
 (0)