Skip to content

Commit 36c704d

Browse files
Changelog 25.5.0 (#5723)
* fix tests.yml file version number issue * Update .authors.yml * Update .mailmap * Updated authorship for 25.5.0 * adding missing github key * Updated authorship for 25.5.0 * Updated CHANGELOG for 25.5.0 * Adding new contributors * sorting deprecations alphabetically * Apply suggestions from code review Co-authored-by: Ken Odegard <kodegard@anaconda.com> * bring over one more change from conda recipe * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Ken Odegard <kodegard@anaconda.com>
1 parent a6594c3 commit 36c704d

14 files changed

+59
-151
lines changed

.authors.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@
755755
alternate_emails:
756756
- kirkhamj@janelia.hhmi.org
757757
- jakirkham@gmail.com
758-
num_commits: 74
758+
num_commits: 77
759759
first_commit: 2015-04-21 13:26:39
760760
github: jakirkham
761761
- name: Anthony Scopatz
@@ -1122,7 +1122,7 @@
11221122
alternate_emails:
11231123
- becker.mr@gmail.com
11241124
- beckermr@users.noreply.github.com
1125-
num_commits: 35
1125+
num_commits: 38
11261126
first_commit: 2019-10-17 23:05:16
11271127
github: beckermr
11281128
- name: Jinzhe Zeng
@@ -1203,7 +1203,7 @@
12031203
alternate_emails:
12041204
- clee@anaconda.com
12051205
- name: Ken Odegard
1206-
num_commits: 240
1206+
num_commits: 242
12071207
email: kodegard@anaconda.com
12081208
first_commit: 2020-09-08 19:53:41
12091209
github: kenodegard
@@ -1226,7 +1226,7 @@
12261226
first_commit: 2020-11-19 10:46:41
12271227
- name: Jannis Leidel
12281228
email: jannis@leidel.info
1229-
num_commits: 36
1229+
num_commits: 37
12301230
github: jezdez
12311231
first_commit: 2020-11-19 10:46:41
12321232
- name: Christof Kaufmann
@@ -1241,7 +1241,7 @@
12411241
github: pre-commit-ci[bot]
12421242
aliases:
12431243
- pre-commit-ci[bot]
1244-
num_commits: 110
1244+
num_commits: 116
12451245
first_commit: 2021-11-20 01:47:17
12461246
- name: Jacob Walls
12471247
email: jacobtylerwalls@gmail.com
@@ -1282,7 +1282,7 @@
12821282
- name: Travis Hathaway
12831283
email: travis.j.hathaway@gmail.com
12841284
github: travishathaway
1285-
num_commits: 9
1285+
num_commits: 14
12861286
first_commit: 2022-05-12 05:53:02
12871287
- name: Kyle Leaders
12881288
email: remkade@users.noreply.github.com
@@ -1311,7 +1311,7 @@
13111311
- name: dependabot[bot]
13121312
email: 49699333+dependabot[bot]@users.noreply.github.com
13131313
github: dependabot[bot]
1314-
num_commits: 42
1314+
num_commits: 43
13151315
first_commit: 2022-05-31 04:34:40
13161316
- name: Serhii Kupriienko
13171317
email: 79282962+skupr-anaconda@users.noreply.github.com
@@ -1328,7 +1328,7 @@
13281328
- name: Jaime Rodríguez-Guerra
13291329
email: jaimergp@users.noreply.github.com
13301330
github: jaimergp
1331-
num_commits: 30
1331+
num_commits: 32
13321332
first_commit: 2022-11-02 19:34:51
13331333
- name: Dave Clements
13341334
email: tnabtaf@gmail.com
@@ -1524,3 +1524,8 @@
15241524
github: hombit
15251525
num_commits: 1
15261526
first_commit: 2025-04-01 08:51:57
1527+
- name: Emmanuel Ferdman
1528+
email: emmanuelferdman@gmail.com
1529+
github: emmanuel-ferdman
1530+
num_commits: 1
1531+
first_commit: 2025-05-11 13:14:57

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ jobs:
568568
last_release = check_output(["git", "describe", "--tag"], text=True).strip()
569569
prefix = "${{ github.ref_name }}"[:-1] # without x suffix
570570
if not last_release.startswith(prefix):
571-
envs["VERSION_OVERRIDE"] = "${{ github.ref_name }}"
571+
envs["VERSION_OVERRIDE"] = f"{prefix}0"
572572
573573
Path(environ["GITHUB_ENV"]).write_text("\n".join(f"{name}={value}" for name, value in envs.items()))
574574

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Duncan Macleod <duncanmmacleod+github@gmail.com> Duncan Macleod <duncan.macleod@
8787
Ed Campbell <drescampbell@gmail.com>
8888
Eli Rykoff <erykoff@stanford.edu> erykoff <erykoff@stanford.edu>
8989
Elliot Hughes <e.hughes@winton.com>
90+
Emmanuel Ferdman <emmanuelferdman@gmail.com>
9091
Eric Dill <edill@bnl.gov>
9192
Ernst Luring <ernst@ejldigital.com>
9293
Evan Hubinger <evanjhub@gmail.com>

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Authors are sorted alphabetically.
7070
* Ed Campbell
7171
* Eli Rykoff
7272
* Elliot Hughes
73+
* Emmanuel Ferdman
7374
* Eric Dill
7475
* Ernst Luring
7576
* Evan Hubinger

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
[//]: # (current developments)
22

3+
## 25.5.0 (2025-05-26)
4+
5+
### Bug fixes
6+
7+
* Validate menuinst JSON documents using the included `$schema` value. (#5569)
8+
* Require `conda-libmamba-solver` 25.4 or greater to fix issues with spaces in `CONDA_BLD_PATH`. This bumps the minimum `conda` requirement to 24.11. (#5675)
9+
* Fix warning formatting in liefldd. (#5683)
10+
* Fix regression so `os.pathsep` works in Jinja expressions. (#5705)
11+
* Fix bug where recipe outputs lists was modified during parsing. This caused false-positive warnings about inconsistent recipe outputs due to jinja2 structures and crashes when getting the recipe text. (#5711)
12+
* Restore `is` and `is not` operators to selector minilanguage. (#5720 via #5721)
13+
* Remove usage of the `schannel` attribute which is deprecated in `conda`. (#5722)
14+
15+
### Deprecations
16+
17+
* Deprecate `conda_build.render._IndentDumper`. Use `conda_build.render.CustomDumper` instead. (#5282)
18+
* Deprecate `conda_build.render._MetaYaml`. Unused. (#5282)
19+
* Deprecate `conda_build.render._represent_omap`. Unused. (#5282)
20+
* Deprecate `conda_build.render._unicode_representer`. Unused. (#5282)
21+
* Menuinst validation warnings will be raised as errors in 25.11. (#5569)
22+
23+
### Other
24+
25+
* `menuinst` is no longer a dependency. (#5569)
26+
* Add `.md` extension to news entries. (#5705)
27+
28+
### Contributors
29+
30+
* @emmanuel-ferdman
31+
* @jaimergp
32+
* @jezdez
33+
* @jakirkham
34+
* @kenodegard
35+
* @beckermr
36+
* @travishathaway
37+
* @dependabot[bot]
38+
* @pre-commit-ci[bot]
39+
40+
### New Contributors
41+
42+
* @emmanuel-ferdman made their first contribution in https://github.com/conda/conda-build/pull/5683
43+
44+
345
## 25.4.2 (2025-04-21)
446

547
### Bug fixes

news/5282-remove-custom-yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

news/5569-jsonschema-menuinst.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/5675-require-newer-cls.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/5683-fix-warning-liefldd.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/5705-fix-os-pathsep-regr.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)