Skip to content

Commit fd787cf

Browse files
authored
Update to conda 24.4.0, Python 3.11.9 (#71)
* Update to conda 24.4.0, Python 3.11.9 * remove unnecessary hiddenimport * update CHANGELOG
1 parent f2de13e commit fd787cf

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ Remember to update the hyperlinks at the bottom.
1313

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

16+
## 24.4.0 (2024-05-15)
17+
18+
### Enhancements
19+
20+
* Update to conda 24.4.0, Python 3.11.9. (#71).
21+
22+
### Bug fixes
23+
24+
* Remove outdated `hiddenimport` configuration in PyInstaller. (#71)
25+
26+
### Contributors
27+
28+
* @jaimergp
29+
30+
31+
1632
## 24.3.0 (2024-05-07)
1733

1834
### Enhancements

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{% set conda_version = "24.3.0" %}
1+
{% set conda_version = "24.4.0" %}
22
{% set conda_libmamba_solver_version = "24.1.0" %}
33
{% set libmambapy_version = "1.5.8" %}
44
{% set constructor_version = "3.7.0" %}
5-
{% set python_version = "3.10.14" %}
5+
{% set python_version = "3.11.9" %}
66
{% set pyver = "".join(python_version.split(".")[:2]) %}
77

88
package:
@@ -13,7 +13,7 @@ source:
1313
- path: ../
1414

1515
- url: https://github.com/conda/conda/archive/{{ conda_version }}.tar.gz
16-
sha256: 92211ae60037bceb452e3f03183be29dcecc62c7826661cff6eaeb41cb216208
16+
sha256: 6e0f3fb26a39f27c3c8fb1baf76ab85010b552e39ed145b4a3a2795ad344105d
1717
folder: conda_src
1818
patches:
1919
- ../src/conda_patches/0001-Rename-and-replace-entrypoint-stub-exe.patch

src/conda.exe.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ a = Analysis(['entry_point.py', 'imports.py'],
6666
pathex=['.'],
6767
binaries=binaries,
6868
datas=datas,
69-
hiddenimports=['pkg_resources.py2_warn'],
7069
hookspath=[],
7170
runtime_hooks=[],
7271
excludes=['test'],

0 commit comments

Comments
 (0)