Skip to content

Commit d363434

Browse files
authored
Prepare 25.3.0 (#633)
1 parent 86a4503 commit d363434

8 files changed

+30
-81
lines changed

.authors.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
email: jaimergp@users.noreply.github.com
33
aliases:
44
- jaimergp
5-
num_commits: 156
5+
num_commits: 160
66
first_commit: 2022-01-31 17:24:37
77
github: jaimergp
88
- name: Jannis Leidel
@@ -12,7 +12,7 @@
1212
github: jezdez
1313
- name: pre-commit-ci[bot]
1414
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
15-
num_commits: 65
15+
num_commits: 70
1616
first_commit: 2022-11-22 08:39:31
1717
github: pre-commit-ci[bot]
1818
- name: Christopher Ostrouchov
@@ -34,12 +34,12 @@
3434
email: 18747875+conda-bot@users.noreply.github.com
3535
aliases:
3636
- Conda Bot
37-
num_commits: 57
37+
num_commits: 61
3838
first_commit: 2022-11-15 16:45:31
3939
github: conda-bot
4040
- name: Ken Odegard
4141
email: kodegard@anaconda.com
42-
num_commits: 4
42+
num_commits: 7
4343
first_commit: 2022-03-04 23:25:33
4444
github: kenodegard
4545
- name: Albert DeFusco
@@ -68,7 +68,7 @@
6868
github: tl-hbk
6969
- name: dependabot[bot]
7070
email: 49699333+dependabot[bot]@users.noreply.github.com
71-
num_commits: 8
71+
num_commits: 10
7272
first_commit: 2024-07-22 19:11:59
7373
github: dependabot[bot]
7474
- name: Jonathan J. Helmus
@@ -81,3 +81,7 @@
8181
num_commits: 1
8282
first_commit: 2024-08-12 11:49:20
8383
github: justmarkham
84+
- name: Julien Jerphanion
85+
email: git@jjerphan.xyz
86+
num_commits: 1
87+
first_commit: 2025-03-05 00:42:28

.mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Jaime Rodríguez-Guerra <jaimergp@users.noreply.github.com> jaimergp <jaimergp@u
1616
Jannis Leidel <jannis@leidel.info>
1717
John Kirkham <jakirkham@gmail.com>
1818
Jonathan J. Helmus <jjhelmus@gmail.com>
19+
Julien Jerphanion <git@jjerphan.xyz>
1920
Ken Odegard <kodegard@anaconda.com>
2021
Kevin Markham <justmarkham@users.noreply.github.com>
2122
Klaus Zimmermann <klaus.zimmermann@quansight.com>

AUTHORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Authors are sorted alphabetically.
88
* Jannis Leidel
99
* John Kirkham
1010
* Jonathan J. Helmus
11+
* Julien Jerphanion
1112
* Ken Odegard
1213
* Kevin Markham
1314
* Klaus Zimmermann

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,25 @@ Remember to update the hyperlinks at the bottom.
1313

1414
[//]: # (current developments)
1515

16+
## 25.3.0 (2025-03-14)
17+
18+
### Bug fixes
19+
20+
* Fix issue with content trust post-solve hooks that prevented signatures from being verified when the solved package records didn't include subdir information in their channel metadata. (#616 via #617)
21+
* Protect against `conda.base.context.context.restore_free_channel` deprecation by using `getattr`. (#629)
22+
* Remove all packages with `--no-deps`, not just the last one to be analyzed. (#632)
23+
24+
### Docs
25+
26+
* Mention conda ecosystem's adaptation of `libsolv`. (#624)
27+
28+
### Contributors
29+
30+
* @jaimergp
31+
* @jjerphan
32+
* @kenodegard
33+
34+
1635
## 25.1.1 (2025-01-24)
1736

1837
### Bug fixes

news/617-signatures

-19
This file was deleted.

news/624-mention-conda_variant_priorization.patch

-19
This file was deleted.

news/629-restore_free_channel

-19
This file was deleted.

news/632-only-deps

-19
This file was deleted.

0 commit comments

Comments
 (0)