Skip to content

Commit 8aecad3

Browse files
authored
Merge pull request #2109 from apache/fix_changelog
Fix changelog and upgrade notes for the new release
2 parents bf6b29b + 6b36f18 commit 8aecad3

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

CHANGES.rst

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ Changes in Apache Libcloud 3.9.0
77
Common
88
~~~~~~
99

10-
- Unused ``setup.py`` file has been removed. The project has switched
11-
to ``pyproject.toml`` a while ago and unused file has been removed to
12-
reduce potential confusion.
13-
(#2024)
14-
[Tomaz Muraus - @Kami]
10+
- Support for Python 3.9 which is EOL has been removed.
11+
12+
If you still want to use Libcloud with Python 3.9, you should use an older
13+
release which still supports Python 3.9.
14+
(#2093, #2085)
15+
[Zili Chen - @tisonkun, Chojan Shang - @PsiACE]
1516

1617
- Indicate we also support Python 3.12 (non beta) and Python 3.13.
1718
(#2050)
@@ -147,6 +148,14 @@ Storage
147148
Other / Development
148149
~~~~~~~~~~~~~~~~~~~
149150

151+
- Adopt uv for dependency management.
152+
153+
This should make it easier to manage dependencies and update them in the
154+
future.
155+
156+
(#2102)
157+
[Chojan Shang - @PsiACE]
158+
150159
- pytest library used for running tests and microbenchmarks has been upgraded to
151160
v8.1.
152161

docs/upgrade_notes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ preserve the old behavior when this is possible.
88
Libcloud 3.9.0
99
--------------
1010

11-
* Support for Python 3.7 and 3.8 which have been EOL has been removed.
11+
* Support for Python 3.7, 3.8 and 3.9 which have been EOL has been removed.
1212

13-
If you still want to use Libcloud with Python 3.7 or 3.8, you should use an older
14-
release which still supports Python 3.7 and 3.8.
13+
If you still want to use Libcloud with Python 3.7, 3.8 or 3.9, you should
14+
use an older release which still supports Python 3.7, 3.8 and 3.9.
1515

1616
* [AZURE ARM] Added a new argument to destroy_node() to also delete node's managed
1717
OS disk as part of the node's deletion. Defaults to true. This can be reverted by

0 commit comments

Comments
 (0)