1
1
Summary: Cross-platform, Python-agnostic binary package manager
2
2
Name: conda
3
3
Version: 24.3.0
4
- Release: 1 %{?dist }
4
+ Release: 2 %{?dist }
5
5
License: BSD-3-Clause AND Apache-2.0
6
6
# The conda code is BSD-3-Clause
7
7
# adapters/ftp.py is Apache-2.0
@@ -108,6 +108,7 @@ Requires: python3-conda-package-streaming
108
108
Requires: python3-jsonpatch
109
109
Requires: python3-menuinst
110
110
Requires: python3-platformdirs
111
+ Requires: python3-pluggy
111
112
112
113
# Some versions in conda/_vendor/vendor.txt
113
114
Provides: bundled(python%{python3_pkgversion }-appdirs) = 1.2.0
@@ -302,7 +303,6 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} conda info
302
303
--deselect= tests/cli/test_main_remove.py::test_remove_all_keep_env \
303
304
--deselect= tests/cli/test_main_rename.py \
304
305
--deselect= tests/cli/test_main_run.py \
305
- --deselect= tests/cli/test_subcommands.py::test_create[libmamba] \
306
306
--deselect= tests/cli/test_subcommands.py::test_env_create \
307
307
--deselect= tests/cli/test_subcommands.py::test_env_update \
308
308
--deselect= tests/cli/test_subcommands.py::test_init \
@@ -323,20 +323,12 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} conda info
323
323
--deselect= tests/core/test_subdir_data.py::test_use_only_tar_bz2 \
324
324
--deselect= tests/core/test_initialize.py \
325
325
--deselect= tests/core/test_solve.py::test_cuda_fail_1 \
326
- --deselect= tests/core/test_solve.py::test_conda_downgrade[libmamba] \
327
- --deselect= tests/core/test_solve.py::test_python2_update[libmamba] \
328
- --deselect= tests/core/test_solve.py::test_update_deps_2[libmamba] \
329
- --deselect= tests/core/test_solve.py::test_fast_update_with_update_modifier_not_set[libmamba] \
330
- --deselect= tests/core/test_solve.py::test_timestamps_1[libmamba] \
331
- --deselect= tests/core/test_solve.py::test_remove_with_constrained_dependencies[libmamba] \
332
326
--deselect= tests/gateways/test_jlap.py::test_download_and_hash \
333
327
--deselect= tests/gateways/test_jlap.py::test_jlap_fetch_ssl[True] \
334
328
--deselect= tests/gateways/test_jlap.py::test_jlap_fetch_ssl[False] \
335
329
--deselect= tests/test_plan.py::test_pinned_specs_conda_meta_pinned \
336
330
--deselect= tests/test_plan.py::test_pinned_specs_condarc \
337
331
--deselect= tests/test_plan.py::test_pinned_specs_all \
338
- --deselect= tests/cli/test_subcommands.py::test_compare[libmamba] \
339
- --deselect= tests/cli/test_subcommands.py::test_package[libmamba] \
340
332
--deselect= tests/cli/test_subcommands.py::test_remove[libmamba-remove] \
341
333
--deselect= tests/cli/test_subcommands.py::test_remove[libmamba-uninstall] \
342
334
--deselect= tests/cli/test_subcommands.py::test_remove_all_json[libmamba-remove] \
@@ -345,13 +337,7 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} conda info
345
337
--deselect= tests/cli/test_subcommands.py::test_remove_all_json[classic-uninstall] \
346
338
--deselect= tests/cli/test_subcommands.py::test_update[classic-update] \
347
339
--deselect= tests/cli/test_subcommands.py::test_update[classic-upgrade] \
348
- --deselect= tests/cli/test_subcommands.py::test_env_remove[libmamba] \
349
- --deselect= tests/cli/test_subcommands.py::test_env_config_vars[libmamba] \
350
340
--deselect= tests/core/test_subdir_data.py::test_subdir_data_coverage \
351
- --deselect= tests/models/test_prefix_graph.py::test_prefix_graph_1[libmamba] \
352
- --deselect= tests/models/test_prefix_graph.py::test_prefix_graph_2[libmamba] \
353
- --deselect= tests/models/test_prefix_graph.py::test_remove_youngest_descendant_nodes_with_specs[libmamba] \
354
- --deselect= tests/models/test_prefix_graph.py::test_deep_cyclical_dependency[libmamba] \
355
341
--deselect= tests/plugins/test_pre_solves.py::test_pre_solve_invoked \
356
342
--deselect= tests/plugins/test_post_solves.py::test_post_solve_action_raises_exception \
357
343
--deselect= tests/plugins/test_post_solves.py::test_post_solve_invoked \
@@ -366,45 +352,7 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} conda info
366
352
--deselect= tests/cli/test_compare.py::test_compare_fail \
367
353
--deselect= tests/cli/test_main_notices.py::test_target_prefix \
368
354
--deselect= tests/core/test_package_cache_data.py::test_instantiating_package_cache_when_both_tar_bz2_and_conda_exist_read_only \
369
- --deselect= tests/core/test_solve.py::test_solve_1[libmamba] \
370
- --deselect= tests/core/test_solve.py::test_solve_msgs_exclude_vp[libmamba] \
371
- --deselect= tests/core/test_solve.py::test_cuda_1[libmamba] \
372
- --deselect= tests/core/test_solve.py::test_cuda_2[libmamba] \
373
- --deselect= tests/core/test_solve.py::test_cuda_fail_2[libmamba] \
374
- --deselect= tests/core/test_solve.py::test_cuda_constrain_absent[libmamba] \
375
- --deselect= tests/core/test_solve.py::test_cuda_glibc_sat[libmamba] \
376
- --deselect= tests/core/test_solve.py::test_update_prune_1[libmamba] \
377
- --deselect= tests/core/test_solve.py::test_update_prune_4[libmamba] \
378
355
--deselect= tests/core/test_solve.py::test_update_prune_5[libmamba-True] \
379
- --deselect= tests/core/test_solve.py::test_no_deps_1[libmamba] \
380
- --deselect= tests/core/test_solve.py::test_only_deps_1[libmamba] \
381
- --deselect= tests/core/test_solve.py::test_only_deps_2[libmamba] \
382
- --deselect= tests/core/test_solve.py::test_update_all_1[libmamba] \
383
- --deselect= tests/core/test_solve.py::test_unfreeze_when_required[libmamba] \
384
- --deselect= tests/core/test_solve.py::test_auto_update_conda[libmamba] \
385
- --deselect= tests/core/test_solve.py::test_explicit_conda_downgrade[libmamba] \
386
- --deselect= tests/core/test_solve.py::test_aggressive_update_packages[libmamba] \
387
- --deselect= tests/core/test_solve.py::test_update_deps_1[libmamba] \
388
- --deselect= tests/core/test_solve.py::test_no_update_deps_1[libmamba] \
389
- --deselect= tests/core/test_solve.py::test_force_reinstall_1[libmamba] \
390
- --deselect= tests/core/test_solve.py::test_force_reinstall_2[libmamba] \
391
- --deselect= tests/core/test_solve.py::test_channel_priority_churn_minimized[libmamba] \
392
- --deselect= tests/core/test_solve.py::test_current_repodata_usage[libmamba] \
393
- --deselect= tests/core/test_solve.py::test_current_repodata_fallback[libmamba] \
394
- --deselect= tests/core/test_solve.py::test_downgrade_python_prevented_with_sane_message[libmamba] \
395
- --deselect= tests/core/test_solve.py::test_packages_in_solution_change_already_newest[libmamba] \
396
- --deselect= tests/core/test_solve.py::test_packages_in_solution_change_needs_update[libmamba] \
397
- --deselect= tests/core/test_solve.py::test_packages_in_solution_change_constrained[libmamba] \
398
- --deselect= tests/core/test_solve.py::test_determine_constricting_specs_conflicts[libmamba] \
399
- --deselect= tests/core/test_solve.py::test_determine_constricting_specs_conflicts_upperbound[libmamba] \
400
- --deselect= tests/core/test_solve.py::test_determine_constricting_specs_multi_conflicts[libmamba] \
401
- --deselect= tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_upperbound_compound_depends[libmamba] \
402
- --deselect= tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_version_star[libmamba] \
403
- --deselect= tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_free[libmamba] \
404
- --deselect= tests/core/test_solve.py::test_determine_constricting_specs_no_conflicts_no_upperbound[libmamba] \
405
- --deselect= tests/cli/test_main_notices.py::test_notices_does_not_interrupt_command_on_failure \
406
- --deselect= tests/models/test_prefix_graph.py::test_windows_sort_orders_1[libmamba] \
407
- --deselect= tests/models/test_prefix_graph.py::test_sort_without_prep[libmamba] \
408
356
--deselect= tests/gateways/test_subprocess.py::test_subprocess_call_with_capture_output \
409
357
--deselect= tests/gateways/test_subprocess.py::test_subprocess_call_without_capture_output \
410
358
--deselect= tests/gateways/disk/test_delete.py::test_remove_file \
@@ -444,6 +392,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} conda info
444
392
%{_datadir }/conda/condarc.d/
445
393
446
394
%changelog
395
+ *
Fri April 11 2025 Riken Maharjan <[email protected] > - 24.3.0-2
396
+ - Add missing python3-pluggy package
397
+
447
398
*
Wed Feb 26 2025 Riken Maharjan <[email protected] > -
24.3.0-1
448
399
- Auto-upgrade to 24.3.0 - fixes subprocess_call when stdin is bytes
449
400
- Add missing runtime dependencies archspec, boltons, menuinst, and conda-package-streaming
0 commit comments