Package python3-solv-0.7.24-3.el9.x86_64
Name | python3-solv |
---|---|
Epoch | 0 |
Version | 0.7.24 |
Release | 3.el9 |
Architecture | x86_64 |
Website/URL | https://github.com/openSUSE/libsolv |
License | BSD |
Build Time | 2024-10-08 14:46:08 |
Build Host | builder-x86-04.inferitos.ru |
Summary | Python bindings for the libsolv library |
Repositories | AppStream |
Description | Python bindings for the libsolv library. Python 3 version. |
Errata | — |
Size | 129 KiB |
Source Project | libsolv-0.7.24-3.el9 |
SHA-256 checksum | 28d8c9401000ac0e47bfa574a664a10ad736f67b4425bb9f3123d6e96778e448 |
×
* Tue Apr 09 2024 Petr Pisar <ppisar@redhat.com> - 0.7.24-3 - Some static analysis fixes for unitialized structs Resolves: RHEL-25498 - Fix a memory leak in parse_package() of repo conda (RHEL-25496) * Wed Jun 21 2023 Jaroslav Rohel <jrohel@redhat.com> - 0.7.24-2 - Backport Allow to break arch lock-step on erase operations (RhBug:2172288,2172292) * Tue May 16 2023 Jaroslav Rohel <jrohel@redhat.com> - 0.7.24-1 - Update to 0.7.24 - Backport Treat condition both as positive and negative literal in pool_add_pos_literals_complex_dep (RhBug:2185061,2190136) * Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.7.22-4 - Rebuilt for MSVSphere 9.2 beta * Thu Dec 15 2022 Nicola Sella <nsella@redhat.com> - 0.7.22-4 - Delete patch "Move OpenSSL functions" to fix ABI change * Wed Dec 07 2022 Nicola Sella <nsella@redhat.com> - 0.7.22-3 - Revert choice rule generation to fix pick of old build (RhBug:2150300,RhBug:2151551) * Mon Oct 31 2022 Nicola Sella <nsella@redhat.com> - 0.7.22-2 - Move OpenSSL functions to use 3.0 compatible API * Thu Apr 28 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 0.7.22-1 - Update to 0.7.22 - support strict repository priorities new solver flag: SOLVER_FLAG_STRICT_REPO_PRIORITY - support zstd compressed control files in debian packages - add an ifdef allowing to rename Solvable dependency members ("requires" is a keyword in C++20) - support setting/reading userdata in solv files new functions: repowriter_set_userdata, solv_read_userdata - support queying of the custom vendor check function new function: pool_get_custom_vendorcheck - support solv files with an idarray block - allow accessing the toolversion at runtime - support parsing of Debian's Multi-Arch indicator - fix segfault on conflict resolution when using bindings - fix split provides not working if the update includes a forbidden vendor change - reworked choice rule generation to cover more usecases - support SOLVABLE_PREREQ_IGNOREINST in the ordering code