Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: yast2-pkg-bindings | Distribution: openSUSE Tumbleweed |
Version: 4.5.1 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Nov 18 15:53:35 2022 |
Group: System/YaST | Build host: build73 |
Size: 1399996 | Source RPM: yast2-pkg-bindings-4.5.1-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Summary: YaST2 - Package Manager Access |
This package contains a name space for accessing the package manager library in YaST2.
GPL-2.0-only
* Wed Nov 16 2022 Ladislav Slezák <lslezak@suse.cz> - Allow querying orphaned packages (related to bsc#1202007) - 4.5.1 * Wed Apr 06 2022 Ladislav Slezák <lslezak@suse.cz> - Bump version to 4.5.0 (bsc#1198109) * Fri Feb 11 2022 Ladislav Slezák <lslezak@suse.cz> - Pkg.SourceGeneralData() - return the file name from which the repository was loaded (related to bsc#1194546) - 4.4.4 * Tue Oct 19 2021 Ladislav Slezák <lslezak@suse.cz> - Use the C++17 standard, required by the latest libzypp (bsc#1191829) - 4.4.3 * Wed May 05 2021 Ladislav Slezák <lslezak@suse.cz> - Pkg.ProvidePackage() - download the latest package version from the repository, this ensures that the installer is updated with the latest packages from the installer updates repository (bsc#1185240) - 4.4.2 * Tue Apr 20 2021 Dirk Müller <dmueller@suse.com> - stop packaging docdir, it only contained the license which is now in licensedir (bsc#1184897) - spec file cleanups - 4.4.1 * Wed Apr 07 2021 Ladislav Slezák <lslezak@suse.cz> - Removed not working PkgFunctions::AddAuthData(), it is not needed anymore (gh#yast/yast-pkg-bindings#107) - Do not try to modify the repository URL, return the libzypp value directly - 4.4.0 * Fri Mar 12 2021 Ladislav Slezák <lslezak@suse.cz> - Added missing runtime dependencies ("ip" from iproute2 is used for network status detection) (bsc#1183439) - 4.3.10 * Thu Mar 11 2021 Josef Reidinger <jreidinger@suse.com> - Handle properly expansion of invalid url (bsc#1183195) - 4.3.9 * Thu Jan 28 2021 Ladislav Slezák <lslezak@suse.cz> - Log more details about the newly added repositories (for debugging bsc#1181344) - 4.3.8 * Fri Jan 22 2021 Ladislav Slezák <lslezak@suse.cz> - Allow filtering resolvables by RPM path, return RPM path for the product packages (related to bsc#1178688, bsc#1176276) - 4.3.7 * Fri Jan 08 2021 Ladislav Slezák <lslezak@suse.cz> - Fixed repository refresh (a bug caused downloading only the index file in some cases) (bsc#1180203) - 4.3.6 * Mon Jan 04 2021 Ladislav Slezák <lslezak@suse.cz> - Set the previous "distro_target" option when restarting the package manager (bsc#1176275), fixes upgrade from SLE12 via SMT - 4.3.5 * Tue Nov 03 2020 Ladislav Slezák <lslezak@suse.cz> - Add a hint to the "locked" error message (gh#yast/yast-yast2#1102) - 4.3.4 * Mon Oct 05 2020 schubi@suse.de - Added new call Pkg::SetAdditionalVendors (jsc#SLE-15184). - 4.3.3 * Mon Oct 05 2020 Ladislav Slezák <lslezak@suse.cz> - Return "nil" when a product package is not defined, missing value might cause a crash (bsc#1175681) - 4.3.2 * Fri Sep 25 2020 Ladislav Slezák <lslezak@suse.cz> - Fixed migration from SLE-HPC-12 with activated HPC module to SLE15-SP2 (fixed saving service files) (bsc#1171977) - 4.3.1 * Mon Aug 24 2020 Ladislav Slezák <lslezak@suse.cz> - Improved Pkg::Resolvables() call to allow filtering by RPM dependencies (provides, obsoletes,...) (related to bsc#1175317) - 4.3.0 * Wed Jul 22 2020 aschnell@suse.com - Expand URL when libzypp expects an expanded URL. Fixes weird zypp repository name generated during installation. (bsc#1173509) - 4.2.9 * Fri Jul 10 2020 aschnell@suse.com - Extensions to handle raw repository name (bsc#1172477) - 4.2.8 * Wed Feb 26 2020 Josef Reidinger <jreidinger@suse.com> - Fix SourceRestore when some service is defined (bsc#1163081) - 4.2.7 * Thu Feb 20 2020 Ladislav Slezák <lslezak@suse.cz> - Removed obsolete zypp::target::rpm::ConvertDBReport callbacks, not used since SLE12 (by mlandres) - Fixed Pkg.SourceRestore call to allow reading the stored repositories even after the initial installation repository has been added (bsc#1163081) - 4.2.6 * Mon Jan 13 2020 Petr Pavlu <petr.pavlu@suse.com> - Fix calculation of replaced products in Pkg.Resolvable2YCPMap() (bsc#1157202) - 4.2.5 * Thu Dec 12 2019 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Include the "deps" resolvable property even when it is empty (bsc#1159120). - 4.2.4 * Tue Dec 03 2019 Ladislav Slezák <lslezak@suse.cz> - Fixed Pkg.Resolvables() to return the license text when requested (bsc#1158247) - 4.2.3 * Wed Nov 13 2019 Ladislav Slezák <lslezak@suse.cz> - Fixed Pkg.Resolvables() to properly filter by status (related to bsc#1132650) - 4.2.2 * Tue Oct 29 2019 schubi@suse.de - Returning raw packages dependencies while calling <Y2Packager::Resolvable>.deps (bsc#1132650). - 4.2.1 * Thu May 23 2019 Ladislav Slezák <lslezak@suse.cz> - Added Pkg.Resolvables() and Pkg.AnyResolvable() calls (related to bsc#1132650) - 4.2.0 * Fri Mar 08 2019 mvidner@suse.com - zypp::TriBool now needs an explicit cast to bool (bsc#1128364) (since boost-1.69.0) - 4.1.2 * Thu Jan 10 2019 lslezak@suse.cz - SourceFinishAll: drop the cached source manager to reload the repositories from disk, avoid restoring the removed repositories (bsc#1120568) - 4.1.1
/usr/lib/YaST2/plugin/libpy2Pkg.so /usr/lib/YaST2/plugin/libpy2Pkg.so.2 /usr/lib/YaST2/plugin/libpy2Pkg.so.2.0.0 /usr/share/licenses/yast2-pkg-bindings /usr/share/licenses/yast2-pkg-bindings/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Feb 2 23:19:53 2023