Skip to content

Commit

Permalink
Update to conda 24.4.0, Python 3.11.9 (#71)
Browse files Browse the repository at this point in the history
* Update to conda 24.4.0, Python 3.11.9

* remove unnecessary hiddenimport

* update CHANGELOG
  • Loading branch information
jaimergp authored May 15, 2024
1 parent f2de13e commit fd787cf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ Remember to update the hyperlinks at the bottom.

[//]: # (current developments)

## 24.4.0 (2024-05-15)

### Enhancements

* Update to conda 24.4.0, Python 3.11.9. (#71).

### Bug fixes

* Remove outdated `hiddenimport` configuration in PyInstaller. (#71)

### Contributors

* @jaimergp



## 24.3.0 (2024-05-07)

### Enhancements
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set conda_version = "24.3.0" %}
{% set conda_version = "24.4.0" %}
{% set conda_libmamba_solver_version = "24.1.0" %}
{% set libmambapy_version = "1.5.8" %}
{% set constructor_version = "3.7.0" %}
{% set python_version = "3.10.14" %}
{% set python_version = "3.11.9" %}
{% set pyver = "".join(python_version.split(".")[:2]) %}

package:
Expand All @@ -13,7 +13,7 @@ source:
- path: ../

- url: https://github.com/conda/conda/archive/{{ conda_version }}.tar.gz
sha256: 92211ae60037bceb452e3f03183be29dcecc62c7826661cff6eaeb41cb216208
sha256: 6e0f3fb26a39f27c3c8fb1baf76ab85010b552e39ed145b4a3a2795ad344105d
folder: conda_src
patches:
- ../src/conda_patches/0001-Rename-and-replace-entrypoint-stub-exe.patch
Expand Down
1 change: 0 additions & 1 deletion src/conda.exe.spec
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ a = Analysis(['entry_point.py', 'imports.py'],
pathex=['.'],
binaries=binaries,
datas=datas,
hiddenimports=['pkg_resources.py2_warn'],
hookspath=[],
runtime_hooks=[],
excludes=['test'],
Expand Down

0 comments on commit fd787cf

Please sign in to comment.