Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-cloud-what | Distribution: CentOS |
Version: 1.29.39 | Vendor: CentOS |
Release: 1.el9 | Build date: Thu Nov 23 09:27:35 2023 |
Group: Unspecified | Build host: s390-03.stream.rdu2.redhat.com |
Size: 77217 | Source RPM: subscription-manager-1.29.39-1.el9.src.rpm |
Packager: builder@centos.org | |
Url: http://www.candlepinproject.org/ | |
Summary: Python package for detection of public cloud provider |
This package contains a Python module for detection and collection of public cloud metadata and signatures.
GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
* Thu Nov 23 2023 Pino Toscano <ptoscano@redhat.com> 1.29.39-1 - tito: drop bz requirement (ptoscano@redhat.com) - Translated using Weblate (Chinese (Simplified) (zh_CN)) (jsefler@redhat.com) - RHEL-7206: Small change of message printed by dnf plugin (jhnidek@redhat.com) - CCT-118: Fix flake8 error E721 (mhorky@redhat.com) - Fix type hint in rhsm (mhorky@redhat.com) - Simplify autoregistration test setup (mhorky@redhat.com) - RHEL-9435: Get AWS metadata via IMDSv2 (mhorky@redhat.com) - Fixed inappropriate logical expression (ataf@openrefactory.com) - CCT-71: Try to ping server, when --proxy is used (jhnidek@redhat.com) - CCT-10: Ensure IPv6-based URLs are properly formatted (mhorky@redhat.com) - RPM: Avoid needless runtime requirement on python3-setuptools (miro@hroncok.cz) - cli: normalize hostname in error message (ptoscano@redhat.com) - connection: normalize hostname in ConnectionOSErrorException (ptoscano@redhat.com) - Improved printing of addresses and URLs (jhnidek@redhat.com) - Use username and password from --proxy=URL (jhnidek@redhat.com) - Use parse_url() from utils.py for parsing URL, when --proxy is used. (jhnidek@redhat.com) - 2225403: Parse URL properly (jhnidek@redhat.com) * Thu Sep 14 2023 Pino Toscano <ptoscano@redhat.com> 1.29.38-1 - Translated using Weblate (Chinese (Simplified) (zh_CN)) (ptoscano@redhat.com) - ci: bump actions/checkout from 3 to 4 (49699333+dependabot[bot]@users.noreply.github.com) - ENT-5603: Fix a typo in a comment (mhorky@redhat.com) * Wed Aug 23 2023 Pino Toscano <ptoscano@redhat.com> 1.29.37-1 - Translated using Weblate (Korean) (simmon@nplob.com) - Update translation files (noreply@weblate.org) - 2225446: Hotfix of D-Bus policy (jhnidek@redhat.com) - TESTING: Update testing requirements (mhorky@redhat.com) - Use Fedora registry to pull container images (mhorky@redhat.com) - 2232316: dbus: check "force" again from the registration option (ptoscano@redhat.com) - dbus: run EntCertActionInvoker on PoolAttach (ptoscano@redhat.com) - ENT-5624: Properly translate error strings (mhorky@redhat.com) - Mock IOError for Insights fact collection tests (mhorky@redhat.com) - New extraction for translatable strings (ptoscano@redhat.com) * Wed Aug 02 2023 Pino Toscano <ptoscano@redhat.com> 1.29.36-1 - Translated using Weblate (Korean) (simmon@nplob.com) - ENT-5581: Update messaging around the "container mode" (mhorky@redhat.com) - Remove 'dbus' marker for pytest (mhorky@redhat.com) - Rewrite D-Bus tests to be testable without pytest-forked (mhorky@redhat.com) - Drop further ethtool dependency mentions (mhorky@redhat.com) - tests: fix test_file_monitor without pyinotify (ptoscano@redhat.com) - tests: switch from imp to importlib (ptoscano@redhat.com) - Fix the order of user env var checking for translations. (tkuratom@redhat.com) - 2215974: Collect network facts using 'ip' (mhorky@redhat.com) - ENT-5582: Remove container detection envvar overwrite (mhorky@redhat.com) - ENT-5603: Explicitly check for provided entitlement certificates (mhorky@redhat.com) - fix test case (chambrid@redhat.com) - Collect GCP Project information as cloud facts (chambrid@redhat.com) - Collect Azure Subscription ID as a cloud fact (#3285) (chambrid@redhat.com) - ENT-5580: Disable the proper container detection (mhorky@redhat.com) - spec: convert License to SPDX (ptoscano@redhat.com) - 2093291: Make reading of cache file more reliable (jhnidek@redhat.com) - 2093291: Make code of DNF plugins testable (jhnidek@redhat.com) - spec: change subscription-manager dnf dep (ptoscano@redhat.com) - spec: update libdnf-plugin-subscription-manager deps (ptoscano@redhat.com) - tests: repair attach cases in SCA mode (ptoscano@redhat.com) * Tue May 16 2023 Pino Toscano <ptoscano@redhat.com> 1.29.35-1 - Translated using Weblate (Italian) (toscano.pino@tiscali.it) - Clean up tests using Cloud What detectors properly (mhorky@redhat.com) - spec: Obsolete subscription-manager-migration (ptoscano@redhat.com) - Translated using Weblate (Chinese (Simplified) (zh_CN)) (ljanda@redhat.com) - Translated using Weblate (Korean) (simmon@nplob.com) - Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com) - Translated using Weblate (Italian) (toscano.pino@tiscali.it) - Update translation files (noreply@weblate.org) - New extraction for translatable strings (ptoscano@redhat.com) - Translated using Weblate (Italian) (toscano.pino@tiscali.it) - Typo fixes (ptoscano@redhat.com) - Avoid string puzzle (ptoscano@redhat.com) - Properly use ungettext for plural forms (ptoscano@redhat.com) - 2189664: cache: fix SyspurposeComplianceStatusCache on failed load (ptoscano@redhat.com) - dbus: don't catch exceptions in DomainSocketServer.run() (ptoscano@redhat.com) - cli: directly exit on InvalidCLIOptionError (ptoscano@redhat.com) - Revert "ENT-5549: Fix return code handling of CLI" (ptoscano@redhat.com) - ci: add dependabot config for GitHub Actions (ptoscano@redhat.com) - Update .git-blame-ignore-revs (mhorky@redhat.com) - Format code with black==23.3.0 (mhorky@redhat.com) - ENT-5535: Update black to version 23.3.0 (mhorky@redhat.com) * Wed Apr 12 2023 Pino Toscano <ptoscano@redhat.com> 1.29.34-1 - Update TESTING.md (mhorky@redhat.com) - Improved debug print of http traffic, when proxy is used (jhnidek@redhat.com) - ENT-5544: Remove Jenkins jobs, Containers (mhorky@redhat.com) - ENT-5549: Remove unused code from entcertlib (mhorky@redhat.com) - ENT-5549: Fix issues found when type-hinting (mhorky@redhat.com) - ENT-5549: Fix return code handling of CLI (mhorky@redhat.com) - ENT-5549: Fix found type hint issues (mhorky@redhat.com) - ENT-5549: Fix object instantiation in EntitlementDirectory (mhorky@redhat.com) - ENT-5549: Refactor ProductDirectory (mhorky@redhat.com) - ENT-5549: Change internal implementation for some Cache methods (mhorky@redhat.com) - ENT-5549: Clean up _sync_with_server arguments of cache objects (mhorky@redhat.com) - ENT-5549: Remove 'autoheal' argument from Action clients (mhorky@redhat.com) - Refactored code a little bit (jhnidek@redhat.com) - 2093291: Make locking more reliable (jhnidek@redhat.com) - test: add simple test for 2178610 (ptoscano@redhat.com) - Small improvement of debugging of http traffic (jhnidek@redhat.com) - 2093883: Fix issue with race condition in rhsm.service (jhnidek@redhat.com) - 2178610: do not collect unentitled products in SCA mode (ptoscano@redhat.com) - 2174297: register: do a simple strip() on environment(s) input (ptoscano@redhat.com) - Stop subclassing 'object' (ptoscano@redhat.com) - Remove pytest arguments for CentOS 9 Stream image (mhorky@redhat.com) - tests: Install dnf-plugins-core every time (mhorky@redhat.com) - 2169251: connection: restore UEPConnection.getJob() (ptoscano@redhat.com) - ENT-5106: Type-hint subscription_manager/ files (mhorky@redhat.com) * Thu Feb 16 2023 Pino Toscano <ptoscano@redhat.com> 1.29.33-1 - Translated using Weblate (French) (ljanda@redhat.com) - Translated using Weblate (Chinese (Simplified) (zh_CN)) (suanand@redhat.com) - Translated using Weblate (Japanese) (suanand@redhat.com) - Translated using Weblate (Japanese) (ljanda@redhat.com) - Translated using Weblate (French) (suanand@redhat.com) - Translated using Weblate (Korean) (simmon@nplob.com) - Update translation files (noreply@weblate.org) - Translated using Weblate (Korean) (jsefler@redhat.com) - ENT-5542: Build package using GitHub Actions (mhorky@redhat.com) - Test libdnf plugin using GitHub Actions (mhorky@redhat.com) - libdnf: fix return value of findProductId() (ptoscano@redhat.com) - ENT-5541: Publish PR coverage (mhorky@redhat.com) - New extraction for translatable strings (ptoscano@redhat.com) - Translated using Weblate (Kannada) (jsefler@redhat.com) - Translated using Weblate (Spanish) (ptoscano@redhat.com) - Simplify test setup for D-Bus fact collection (mhorky@redhat.com) - ENT-3759: Test on GitHub Actions (mhorky@redhat.com) * Mon Jan 16 2023 Pino Toscano <ptoscano@redhat.com> 1.29.32-1 - Translated using Weblate (French) (ljanda@redhat.com) - Translated using Weblate (Chinese (Simplified) (zh_CN)) (suanand@redhat.com) - Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com) - Translated using Weblate (Korean) (simmon@nplob.com) - Update translation files (noreply@weblate.org) - utils: import pkg_resources only when needed (ptoscano@redhat.com) - ENT-5536: Fix FileMonitor tests (mhorky@redhat.com) - Alter import of rhsm.config functions (mhorky@redhat.com) - Handle tests in containers better (mhorky@redhat.com) - Call parent methods in DBusServerStubProvider (mhorky@redhat.com) - Base D-Bus tests on SubManFixture (mhorky@redhat.com) - ENT-5532: Call rhsm-package-profile-uploader with --force-upload (jhnidek@redhat.com) - 2108549: do not detect containers in OCP as such (ptoscano@redhat.com) - tests: extend InContainerTests for path checks (ptoscano@redhat.com) - Resolved issues in PR feedback (jajerome@redhat.com) - Updated request handling in connection.py (jajerome@redhat.com) - Resolve issues from PR review (jajerome@redhat.com) - Removed fixme since activateMachine() is still used (jajerome@redhat.com) - Black/flake8 fixes (jajerome@redhat.com) - FIXME: renamed default argument to not shadow inbuilt type (jajerome@redhat.com) - FIXME: removed Restlib and using only BaseRestLib (jajerome@redhat.com) - FIXME: updated unregisterConsumer() to return True if status code is 204 (jajerome@redhat.com) - FIXME: changed unbindBySerial/unbindByPoolId to return bool (jajerome@redhat.com) - FIXME: changed default value of facts in updateConsumerFacts() (jajerome@redhat.com) - FIXME: sanitized email/lang variables in activateMachine() (jajerome@redhat.com) - FIXME: made email argument required in activatemachine() (jajerome@redhat.com) - FIXME: changed default value of serials argument to None (jajerome@redhat.com) - FIXME: removed unused username/password arguments (jajerome@redhat.com) - FIXME: raise exceptions where sanitizing guest Id returns None (jajerome@redhat.com) - FIXME: renamed response argument to result in validateResponse() (jajerome@redhat.com) - FIXME: rename info argument to params in _request() (jajerome@redhat.com) - FIXME: added error message when redeeming subscription fails (jajerome@redhat.com) - FIXME: removed unused UEPConnection class methods (jajerome@redhat.com) - Fixed profile tests setting Package release numbers as int instead of str (jajerome@redhat.com) - FIXME: changed epoch data type to str in Package class (jajerome@redhat.com) - FIXME: added null-checks for stdout/stderr wrapper (jajerome@redhat.com) - FIXME: re-iterated a fix is not needed for urlparse (jajerome@redhat.com) - FIXME: added exception messages to parse_url() (jajerome@redhat.com) - FIXME: changed lists to tuples in StatusSpinnerStyle class (jajerome@redhat.com) - FIXME: fixed type hints for _normalize_string() (jajerome@redhat.com) - FIXME: use super() instead of class name (jajerome@redhat.com) - FIXME: fixed strings not being translated in is_log_level_valid() (jajerome@redhat.com) - FIXME: resolved improper use of tempfile in save() (jajerome@redhat.com) - FIXME: fixed config_file argument not being used in save() (jajerome@redhat.com) - FIXME: updated default value for files_name argument in read() (jajerome@redhat.com) - FIXME: fixed minor typo in bogus() (jajerome@redhat.com) - FIXME: changed read() to return self instead of None (jajerome@redhat.com) - FIXME: set default argument 'facts' to None in registerConsumer() (jajerome@redhat.com) - FIXME: renamed argument 'type' to 'consumer_type' in registerConsumer() (jajerome@redhat.com) - FIXME: ping() resolved in rhsm/connection.py (jajerome@redhat.com) - Remove test dependency 'mock' (mhorky@redhat.com) - Fix failures of D-Bus' Register tests (mhorky@redhat.com) - Mark D-Bus tests (mhorky@redhat.com) - 2131789: Outsource uploading DNF profile to rhsmcertd (jhnidek@redhat.com) - Catch generic OSError during HTTPSConnection.connect() (ptoscano@redhat.com) - New extraction for translatable strings (ptoscano@redhat.com) - Translated using Weblate (French) (vincent.lefebvre59@gmail.com) - Translated using Weblate (Korean) (simmon@nplob.com) - Fix formatting of proxy errors w/o errno (ptoscano@redhat.com) - Catch also CertificateLoadingError for identity cert loading (ptoscano@redhat.com) - ENT-4286: Additional fix for exception handling (jajerome@redhat.com) - Remove D-Bus env vars from container and CI files (mhorky@redhat.com) - 2121350: Implement "force" register option in rhsm dbus python binding (jajerome@redhat.com) - Show locals in pytest output (mhorky@redhat.com) - Improve formatting of CertificateLoadingError (ptoscano@redhat.com) - Raise a new CertificateLoadingError on X.509 loading failures (ptoscano@redhat.com) - Improve formatting of UnknownContentException (ptoscano@redhat.com) - connection: improve the internal UnknownContentException (ptoscano@redhat.com) - utils: add terminal_printable_content (ptoscano@redhat.com) - connection: rename NetworkException to UnknownContentException (ptoscano@redhat.com) - Improve formatting of ProxyException (ptoscano@redhat.com) - connection: improve the internal ProxyException (ptoscano@redhat.com) - Improve formatting of socket.gaierror (ptoscano@redhat.com) - Improve formatting of ConnectionError (ptoscano@redhat.com) - Improve formatting of BadCertificateException (ptoscano@redhat.com) - connection: extend BadCertificateException w/ SSL exception (ptoscano@redhat.com) - connection: drop dead code (ptoscano@redhat.com) - ENT-4286: Simplify exception reporting with system_exit() (jajerome@redhat.com) - 2136694: Clear progress messages properly (mhorky@redhat.com) - rhsmcertd reads default_log_level from rhsm.conf (jhnidek@redhat.com) - 2097679: Additional fix for non-interactive parameters (jajerome@redhat.com) - 2097679: Fixed script hang in non-interactive execution (jajerome@redhat.com) * Wed Oct 19 2022 Christopher Snyder <csnyder@redhat.com> 1.29.31-1 - warning: refname 'subscription-manager-1.29.30-1' is ambiguous. - Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com) - tests: fix typos in test method names (ptoscano@redhat.com) - 2125227: Fixed incorrect registration warning with yum/dnf (jajerome@redhat.com) - 2094942: Fixed expected message for manual attach case (jajerome@redhat.com) - ENT-5102: Type-hint rhsmlib/facts (mhorky@redhat.com) - 2094942: Improve warning message (auto-attach in SCA mode) (jhnidek@redhat.com) - Update INSTALL.md (mhorky@redhat.com) - Remove unused classes of DBus tests (mhorky@redhat.com) - ENT-5317: Update DBus tests of Unregister objects (mhorky@redhat.com) - ENT-5317: Update DBus tests of Register objects (mhorky@redhat.com) - ENT-5317: Update DBus tests of Products object (mhorky@redhat.com) - ENT-5317: Update DBus tests of AllFacts object (mhorky@redhat.com) - ENT-5317: Update DBus tests of Entitlement object (mhorky@redhat.com) - Fix typo in method name of EntitlementService (mhorky@redhat.com) - ENT-5317: Update DBus tests of Consumer object (mhorky@redhat.com) - ENT-5317: Update DBus tests of Attach object (mhorky@redhat.com) - Fix possible parsing issues of dmidecode output (mhorky@redhat.com) - ENT-5317: New way to test DBus methods, starting with Config (mhorky@redhat.com) - cockpit: disable the reference branch for sub-man-cockpit (ptoscano@redhat.com) - TESTING.md: Remove mention of pytest-xdist (mhorky@redhat.com) - INSTALL.md: Update list of packages to be installed (mhorky@redhat.com) - Stop calling pytest with --failed-first (mhorky@redhat.com) - GCP: Better computing of cached token TTL (jhnidek@redhat.com) - 2101510: Fix D-Bus Register() and update entitlement certs (jhnidek@redhat.com) - 2120744: Close keycloak connection properly (jhnidek@redhat.com) - 2094942: [RFE] Improve the message, when SCA is enabled (jhnidek@redhat.com) - Replaced list[] with List[] and dict[] with Dict[]. (jhnidek@redhat.com) - Update TESTING.md (mhorky@redhat.com) - Update README.md (mhorky@redhat.com) - Add INSTALL.md (mhorky@redhat.com) - Added type hints to package rhsmlib.service (jhnidek@redhat.com) - Added some missing imports. (jhnidek@redhat.com) - Reformated using black. (jhnidek@redhat.com) - Added one FIXME to redeem.py (jhnidek@redhat.com) - Added type hints and FIXMEs to rhsm package. (jhnidek@redhat.com) - [wip] ENT-5100: Type hint rhsm (mhorky@redhat.com) - Added type hints to syspurpose package (jhnidek@redhat.com) - Drop libnotify-devel usage (ptoscano@redhat.com) * Tue Aug 09 2022 Christopher Snyder <csnyder@redhat.com> 1.29.30-1 - Fix issue, when connection is not shared (jhnidek@redhat.com) - Unit tests: Add stub class for SyspurposeComplianceStatusCache (jhnidek@redhat.com) - ENT-4664: Ensure tests clean up after themselves (mhorky@redhat.com) - Refactoring of cloud-what unit tests (jhnidek@redhat.com) - 2111035: Do not allow reusing TCP connection for rhsm.service (jhnidek@redhat.com) - spec: remove redundant License from python3-cloud-what (ptoscano@redhat.com) - Ensure tests don't fail when run under root (mhorky@redhat.com) - Fix issue with unit tests (jhnidek@redhat.com) - 2111757: Make parsing of HTTP headers more reliable (jhnidek@redhat.com) - Translated using Weblate (Chinese (Simplified) (zh_CN)) (ljanda@redhat.com) - Update translation files (noreply@weblate.org) - ENT-5286: Unify environment variable evaluation (mhorky@redhat.com) - Use dmidecode on aarch64 (jhnidek@redhat.com) - New extraction for translatable strings (ptoscano@redhat.com) - Increase security level for zypper repos managed by sub-man (suttner@atix.de) - ENT-5271: Fix spelling of Candlepin API endpoint description (mhorky@redhat.com) * Wed Jul 13 2022 Pino Toscano <ptoscano@redhat.com> 1.29.29-1 - Translated using Weblate (Japanese) (suanand@redhat.com) - Translated using Weblate (Korean) (simmon@nplob.com) - Update translation files (noreply@weblate.org) - ENT-5215: Handle all exceptions caused by network problems (mhorky@redhat.com) - ENT-5215: Handle errors raised in DNF plugin (mhorky@redhat.com) - Make TestProfileManager subclass of SubManFixture (mhorky@redhat.com) - ENT-5054: Drop singleton implementation in rhsmlib/utils.py (mhorky@redhat.com) - Rename test file for rhsm/utils.py (mhorky@redhat.com) - ENT-5054: Create singleton decorators in rhsm/utils.py (mhorky@redhat.com) - zypper: drop dead python-dmidecode usage (ptoscano@redhat.com) - facts: drop DmiFirmwareInfoCollector (ptoscano@redhat.com) - facts: switch to DmidecodeFactCollector for DMI facts (ptoscano@redhat.com) - facts: add dmidecode parser and facts collector (ptoscano@redhat.com) - cloud-what: switch MiniHostCollector to dmidecode(1) (ptoscano@redhat.com) - 2096446: Make 'rhsm-debug' autocomplete --no-progress-messages (mhorky@redhat.com) - New extraction for translatable strings (ptoscano@redhat.com) - Translated using Weblate (Korean) (simmon@nplob.com) - 2092014: Do not use injections in rhsm (mhorky@redhat.com) - ci: run rpmlint as part of stylish (ptoscano@redhat.com) - build: switch rpmlint check to rpmlint 2.x (ptoscano@redhat.com) - ci: drop stylish job from Jenkins (ptoscano@redhat.com) - ci: add black & flake8 check using GitHub Actions (ptoscano@redhat.com) - build: install files without exec permissions (ptoscano@redhat.com) - 2092014: Disable progress messages when sub-man RPM is not installed (mhorky@redhat.com) * Thu Jun 02 2022 Christopher Snyder <csnyder@redhat.com> 1.29.28-1 - Make keeping connection more reliable (jhnidek@redhat.com) - Small improvements of keep alive (jhnidek@redhat.com) - Keep TCP/TLS connection alive and close connection properly (jhnidek@redhat.com) - ENT-4700: Switch away from 'imp' (mhorky@redhat.com) - ENT-4088: Fix flake8 error E731 (mhorky@redhat.com) - ENT-4048: Fix flake8 error E501 (mhorky@redhat.com) - ENT-240: Add --no-progress-messages CLI option (mhorky@redhat.com) - ENT-240: Use spinner to indicate that API communication is pending (mhorky@redhat.com) - ENT-240: Make verbose messages translatable (mhorky@redhat.com) - ENT-240: Make subscription-manager more verbose (mhorky@redhat.com) - 2075455: enable sslverifystatus on repos if advertized by CP (ptoscano@redhat.com) - RepoUpdateActionCommand: lazy load the consumer auth (ptoscano@redhat.com) - 2043331: Do not delete installed SCA cert during registration (jhnidek@redhat.com) - Remove Group tag from .spec file for RHEL/Fedora (jhnidek@redhat.com) - 2073354: Print correct status, when access mode has changed (jhnidek@redhat.com) - flake8: ignore the build directory (ptoscano@redhat.com) - Remove ownership of /etc/rhsm (csnyder@redhat.com) - Update translation files (noreply@weblate.org) - New extraction for translatable strings (ptoscano@redhat.com) - Revert "build: pin flake8 to < 4" (ptoscano@redhat.com) - build: simplify flake8 run (ptoscano@redhat.com) - flake8: improve the config a bit (ptoscano@redhat.com) - jenkins: run stylish.sh with -e (ptoscano@redhat.com) - flake8: simplify/update config (ptoscano@redhat.com) - tests: remove unused exception variable (ptoscano@redhat.com) - Drop cockpit sources & related bits (ptoscano@redhat.com) - cockpit: test with split subscription-manager-cockpit (ptoscano@redhat.com) - Remove print statements from test suite (mhorky@redhat.com) - Run CI's pytest with verbose flag (mhorky@redhat.com) - Optimize rhsmlib DBus test strings (mhorky@redhat.com) - Change names of some directories in test/ (mhorky@redhat.com) - Reorder rhsmlib tests (mhorky@redhat.com) - refresh: clear also the release status (ptoscano@redhat.com) - 2074110: clear the release cache on release change (ptoscano@redhat.com) - Add gcp_license_codes to system facts. (jhnidek@redhat.com) - Pass version to make in debian/rules using 'pkg-info.mk' (reisner@atix.de) - Refactored rpm-version to pkg-version (reisner@atix.de) - Ignore black commit hashes (mhorky@redhat.com) - Add check to YumPluginManager.enable_pkg_plugins() if system is using yum/dnf to prevent warnings on debian based systems (reisner@atix.de) - Extend HardwareCollector.get_distribution() to return ID and ID_LIKE (reisner@atix.de) - Format code with black==22.3.0 (mhorky@redhat.com) - Add Black to CI (mhorky@redhat.com) - Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com) - Fix few grammar mistakes in rhsm.conf and man page (jhnidek@redhat.com) - 2058662: Fix inaccurate module status in combined profile (jhnidek@redhat.com) - Add file .git-blame-ignore-revs (mhorky@redhat.com) - Update configuration files for flake8 (mhorky@redhat.com) - Use double quotes for strings (mhorky@redhat.com) - Format the code with black (mhorky@redhat.com) - Custom facts should not influence unit tests of cloud-what (jhnidek@redhat.com) - Drop redhat-uep.pem (ptoscano@redhat.com) - Move redhat-entitlement-authority.pem to container plugin (ptoscano@redhat.com) - Drop subscription-manager-rhsm-certificates package (ptoscano@redhat.com) - spec: relax subscription-manager-rhsm-certificates requires (ptoscano@redhat.com) - test: Rely on insights-client.service to succeed in testSubAndInAndFail (mvollmer@redhat.com) - integration-tests: Run testSubAndInAndFail with "setenforce 0" (mvollmer@redhat.com) - integration-test: Use custom TLS certs for mock-insights (mvollmer@redhat.com) - Keep the user namespace from the host (csnyder@redhat.com) - tracking return values of tests (jmolet@redhat.com) - Adding containers for development and test (csnyder@redhat.com) - Drop old git-checkcommits bits (ptoscano@redhat.com) - tests: drop no more needed bits (ptoscano@redhat.com) - tests: switch away from SyspurposeTestBase (ptoscano@redhat.com) - Drop the rel-eng directory for old tito versions (ptoscano@redhat.com) - tests: switch away from SyspurposeTestBase.assertRaisesNothing() (ptoscano@redhat.com) - tests: use write_to_file_utf8() from syspurpose.utils (ptoscano@redhat.com) - tests: directly use tempfile.TemporaryDirectory() (ptoscano@redhat.com) - tests: use Capture from the main sub-man fitxure module (ptoscano@redhat.com) - tests: switch from assert_equal_dict() to assertEqual() (ptoscano@redhat.com) - tests: switch from assert_string_equals() to assertEqual() (ptoscano@redhat.com) - cockpit: bump API version to 264 (ptoscano@redhat.com) - cockpit: simplify skipUnlessDistroFamily() to properly skip tests (ptoscano@redhat.com) - cockpit: drop rhel-atomic bits (ptoscano@redhat.com) - cockpit: bump candlepin minimum waiting time to 10 seconds (ptoscano@redhat.com) - integration-test: Updates for newer insights-client (mvollmer@redhat.com) - 2018221: Cockpit use "Organization ID" in label (jhnidek@redhat.com) - 2059631: rhsm.conf: fix typo in comment (ptoscano@redhat.com) - 2057053: Improve API of detection of cloud-what (jhnidek@redhat.com) - 1935446: Revert "Revert "1935446: Use updated cert with SHA-256 algorithm"" (ptoscano@redhat.com) - cockpit: set $RPM_BUILD_ROOT w/ installing (ptoscano@redhat.com) - 2057053: Facts: do no use heuristics detection of cloud (jhnidek@redhat.com) - Translated using Weblate (Chinese (Simplified) (zh_CN)) (suanand@redhat.com) - Translated using Weblate (Italian) (toscano.pino@tiscali.it) - Improve azure determination method (suttner@atix.de) - 2056896: Handle all exceptions of gathering data properly (jhnidek@redhat.com) * Thu Jun 02 2022 Christopher Snyder <csnyder@redhat.com> - Make keeping connection more reliable (jhnidek@redhat.com) - Small improvements of keep alive (jhnidek@redhat.com) - Keep TCP/TLS connection alive and close connection properly (jhnidek@redhat.com) - ENT-4700: Switch away from 'imp' (mhorky@redhat.com) - ENT-4088: Fix flake8 error E731 (mhorky@redhat.com) - ENT-4048: Fix flake8 error E501 (mhorky@redhat.com) - ENT-240: Add --no-progress-messages CLI option (mhorky@redhat.com) - ENT-240: Use spinner to indicate that API communication is pending (mhorky@redhat.com) - ENT-240: Make verbose messages translatable (mhorky@redhat.com) - ENT-240: Make subscription-manager more verbose (mhorky@redhat.com) - 2075455: enable sslverifystatus on repos if advertized by CP (ptoscano@redhat.com) - RepoUpdateActionCommand: lazy load the consumer auth (ptoscano@redhat.com) - 2043331: Do not delete installed SCA cert during registration (jhnidek@redhat.com) - Remove Group tag from .spec file for RHEL/Fedora (jhnidek@redhat.com) - 2073354: Print correct status, when access mode has changed (jhnidek@redhat.com) - flake8: ignore the build directory (ptoscano@redhat.com) - Remove ownership of /etc/rhsm (csnyder@redhat.com) - Update translation files (noreply@weblate.org) - New extraction for translatable strings (ptoscano@redhat.com) - Revert "build: pin flake8 to < 4" (ptoscano@redhat.com) - build: simplify flake8 run (ptoscano@redhat.com) - flake8: improve the config a bit (ptoscano@redhat.com) - jenkins: run stylish.sh with -e (ptoscano@redhat.com) - flake8: simplify/update config (ptoscano@redhat.com) - tests: remove unused exception variable (ptoscano@redhat.com) - Drop cockpit sources & related bits (ptoscano@redhat.com) - cockpit: test with split subscription-manager-cockpit (ptoscano@redhat.com) - Remove print statements from test suite (mhorky@redhat.com) - Run CI's pytest with verbose flag (mhorky@redhat.com) - Optimize rhsmlib DBus test strings (mhorky@redhat.com) - Change names of some directories in test/ (mhorky@redhat.com) - Reorder rhsmlib tests (mhorky@redhat.com) - refresh: clear also the release status (ptoscano@redhat.com) - 2074110: clear the release cache on release change (ptoscano@redhat.com) - Add gcp_license_codes to system facts. (jhnidek@redhat.com) - Pass version to make in debian/rules using 'pkg-info.mk' (reisner@atix.de) - Refactored rpm-version to pkg-version (reisner@atix.de) - Ignore black commit hashes (mhorky@redhat.com) - Add check to YumPluginManager.enable_pkg_plugins() if system is using yum/dnf to prevent warnings on debian based systems (reisner@atix.de) - Extend HardwareCollector.get_distribution() to return ID and ID_LIKE (reisner@atix.de) - Format code with black==22.3.0 (mhorky@redhat.com) - Add Black to CI (mhorky@redhat.com) - Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com) - Fix few grammar mistakes in rhsm.conf and man page (jhnidek@redhat.com) - 2058662: Fix inaccurate module status in combined profile (jhnidek@redhat.com) - Add file .git-blame-ignore-revs (mhorky@redhat.com) - Update configuration files for flake8 (mhorky@redhat.com) - Use double quotes for strings (mhorky@redhat.com) - Format the code with black (mhorky@redhat.com) - Custom facts should not influence unit tests of cloud-what (jhnidek@redhat.com) - Drop redhat-uep.pem (ptoscano@redhat.com) - Move redhat-entitlement-authority.pem to container plugin (ptoscano@redhat.com) - Drop subscription-manager-rhsm-certificates package (ptoscano@redhat.com) - spec: relax subscription-manager-rhsm-certificates requires (ptoscano@redhat.com) - test: Rely on insights-client.service to succeed in testSubAndInAndFail (mvollmer@redhat.com) - integration-tests: Run testSubAndInAndFail with "setenforce 0" (mvollmer@redhat.com) - integration-test: Use custom TLS certs for mock-insights (mvollmer@redhat.com) - Keep the user namespace from the host (csnyder@redhat.com) - tracking return values of tests (jmolet@redhat.com) - Adding containers for development and test (csnyder@redhat.com) - Drop old git-checkcommits bits (ptoscano@redhat.com) - tests: drop no more needed bits (ptoscano@redhat.com) - tests: switch away from SyspurposeTestBase (ptoscano@redhat.com) - Drop the rel-eng directory for old tito versions (ptoscano@redhat.com) - tests: switch away from SyspurposeTestBase.assertRaisesNothing() (ptoscano@redhat.com) - tests: use write_to_file_utf8() from syspurpose.utils (ptoscano@redhat.com) - tests: directly use tempfile.TemporaryDirectory() (ptoscano@redhat.com) - tests: use Capture from the main sub-man fitxure module (ptoscano@redhat.com) - tests: switch from assert_equal_dict() to assertEqual() (ptoscano@redhat.com) - tests: switch from assert_string_equals() to assertEqual() (ptoscano@redhat.com) - cockpit: bump API version to 264 (ptoscano@redhat.com) - cockpit: simplify skipUnlessDistroFamily() to properly skip tests (ptoscano@redhat.com) - cockpit: drop rhel-atomic bits (ptoscano@redhat.com) - cockpit: bump candlepin minimum waiting time to 10 seconds (ptoscano@redhat.com) - integration-test: Updates for newer insights-client (mvollmer@redhat.com) - 2018221: Cockpit use "Organization ID" in label (jhnidek@redhat.com) - 2059631: rhsm.conf: fix typo in comment (ptoscano@redhat.com) - 2057053: Improve API of detection of cloud-what (jhnidek@redhat.com) - 1935446: Revert "Revert "1935446: Use updated cert with SHA-256 algorithm"" (ptoscano@redhat.com) - cockpit: set $RPM_BUILD_ROOT w/ installing (ptoscano@redhat.com) - 2057053: Facts: do no use heuristics detection of cloud (jhnidek@redhat.com) - Translated using Weblate (Chinese (Simplified) (zh_CN)) (suanand@redhat.com) - Translated using Weblate (Italian) (toscano.pino@tiscali.it) - Improve azure determination method (suttner@atix.de) - 2056896: Handle all exceptions of gathering data properly (jhnidek@redhat.com) * Tue Feb 15 2022 Christopher Snyder <csnyder@redhat.com> 1.29.26-1 - Translated using Weblate (Korean) (simmon@nplob.com) - Translated using Weblate (German) (atalanttore@googlemail.com) - Revert "1935446: Use updated cert with SHA-256 algorithm" (csnyder@redhat.com) * Fri Feb 11 2022 Christopher Snyder <csnyder@redhat.com> 1.29.25-1 - 2046516: register: do not check environments w/ activation keys (ptoscano@redhat.com) - No-op refactor of RegisterCommand._process_environments() (ptoscano@redhat.com) - 1935446: Use updated cert with SHA-256 algorithm (jhnidek@redhat.com) - build: pin pytest to < 7 (ptoscano@redhat.com) - Update translation files (noreply@weblate.org) * Thu Feb 10 2022 Christopher Snyder <csnyder@redhat.com> 1.29.24-1 - 2023430: Cockpit: another improvement of curtain view (jhnidek@redhat.com) - environments: fix list for account in env-less org (ptoscano@redhat.com) - Reverting disabling AutoAttach() and PoolAttach() in SCA mode (jhnidek@redhat.com) - 2023430: cockpit: improve handling of main curtain view (ptoscano@redhat.com) - Squelch DeprecationWarning's when importing pyinotify (ptoscano@redhat.com) - Drop tox.ini, no more needed now (ptoscano@redhat.com) - flake8: improve, and integrate bits from tox.ini (ptoscano@redhat.com) - flake8: misc fixes in tito/tests (ptoscano@redhat.com) - 2035662: facts: tweak message for dmidecode warnings (ptoscano@redhat.com) - facts: improve/tweak logging of warnings (ptoscano@redhat.com) - jenkins: use custom settings for the RH internal npmjs repo (ptoscano@redhat.com) - jenkins: switch away from readFile() (ptoscano@redhat.com) - jenkins: simplify script filenames & labels (ptoscano@redhat.com) - jenkins: remove old scripts (ptoscano@redhat.com) - ENT-4671: Improve debug logging to stdout (mhorky@redhat.com) - Drop non-systemd support (ptoscano@redhat.com) - ENT-4650: Remove python-six from build system (mhorky@redhat.com) - ENT-4093: Fix flake8 warning W605 (mhorky@redhat.com) - ENT-4618: Switch away from six.get_method_* (mhorky@redhat.com) - ENT-4414: Remove RhsmIconCache (mhorky@redhat.com) - New extraction for translatable strings (ptoscano@redhat.com) - ENT-4589: Switch away from six.reraise (mhorky@redhat.com) - 2041968: Update man and help for environments options (wpoteat@redhat.com) * Mon Jan 17 2022 Christopher Snyder <csnyder@redhat.com> 1.29.23-1 - Ignore debian architecture ALL (schmidt@atix.de) - 2028894: Don't allow service-level --serverurl on registered system (mhorky@redhat.com) - 2037771: Cockpit registration dialog: enable insights by default (jhnidek@redhat.com) - 2039322: fix string representation of DMI facts (ptoscano@redhat.com) - Drop usage of six.python_2_unicode_compatible (ptoscano@redhat.com) - ENT-4588: Switch away from six iterators (mhorky@redhat.com) - ENT-4590: Switch away from six.callable (mhorky@redhat.com) - ENT-4587: Switch away from six types (mhorky@redhat.com) - Adding permissive coverage publishing (jmolet@redhat.com) - Ensure that prompted environment entry follows state of multiples (wpoteat@redhat.com) - 2026316: Do not delete cache of content_access during refresh (jhnidek@redhat.com) - More SUSE compliance (jhnidek@redhat.com) - Updates for non-multi-environment scenario (wpoteat@redhat.com) - Fix some minor issues related to syspurpose (jhnidek@redhat.com) - syspurpose: handle users w/o organizations (ptoscano@redhat.com) - service-level: drop useless check (ptoscano@redhat.com) - 2026286: consider user-specified --org in any case (ptoscano@redhat.com) - Drop the Vagrant bits (ptoscano@redhat.com) - 1995032: Use multiple environments (wpoteat@redhat.com) - cache: fix typo in debug message (ptoscano@redhat.com) - Switch away from Thread.getName() (ptoscano@redhat.com) - Fix indentation of ProductStatus. (jhnidek@redhat.com) - 2028969: Do not try to load compliance status from cache (jhnidek@redhat.com) - Switch comma-separated join to space-separated join (schmidt@atix.de) - 2029927: Fix bash autocompletion (mhorky@redhat.com) - utils: use shutil.get_terminal_size() (ptoscano@redhat.com) - Remove PyXML leftovers (ptoscano@redhat.com) - 2026320: fix format of HTTP-date headers (ptoscano@redhat.com) - connection: move HTTP-date formatting to own helper (ptoscano@redhat.com) - Ensure datetime.timezone.utc objects for parsed UTC dates (ptoscano@redhat.com) - rhsm: drop custom which() implementation (ptoscano@redhat.com) - facts: switch to shutil.which() (ptoscano@redhat.com) - test: unconditionally use hashlib (ptoscano@redhat.com) - 1999048: Fixed partially subscribed product in Cockpit plugin (jhnidek@redhat.com) - test: rename tests to default pytest filename pattern (ptoscano@redhat.com) - Fixed last bits related to updated D-Bus Register method. (jhnidek@redhat.com) - Cockpit plugin: display syspurpose card without attributes (jhnidek@redhat.com) - 2023257: Disallowed attaching using D-Bus in SCA mode (jhnidek@redhat.com) - 2023257: Disallowed attaching pool in SCA mode: (jhnidek@redhat.com) - Refactoring of temporary disablement of dir watchers. (jhnidek@redhat.com) - Ignore enable_content option in RegisterWithActivationKeys() (jhnidek@redhat.com) - Use benefits of enable_content in cockpit plugin. (jhnidek@redhat.com) - Added enable_content option to Register() D-Bus method (jhnidek@redhat.com) - Added refresh() method to entitlement service (jhnidek@redhat.com) - Fixed issue with status cache (jhnidek@redhat.com) - Add information about content access mode to consumer (jhnidek@redhat.com) - 2024929: build: fix build on 'build' target (ptoscano@redhat.com) - 2023391: libdnf: respect environment CFLAGS (ptoscano@redhat.com) - Drop unused ssl_verify_depth config option (ptoscano@redhat.com) - tests: drop test_po_files.py (ptoscano@redhat.com) - Update translation files (noreply@weblate.org) - New extraction for translatable strings (ptoscano@redhat.com) * Mon Jan 17 2022 Christopher Snyder <csnyder@redhat.com> - Ignore debian architecture ALL (schmidt@atix.de) - 2028894: Don't allow service-level --serverurl on registered system (mhorky@redhat.com) - 2037771: Cockpit registration dialog: enable insights by default (jhnidek@redhat.com) - 2039322: fix string representation of DMI facts (ptoscano@redhat.com) - Drop usage of six.python_2_unicode_compatible (ptoscano@redhat.com) - ENT-4588: Switch away from six iterators (mhorky@redhat.com) - ENT-4590: Switch away from six.callable (mhorky@redhat.com) - ENT-4587: Switch away from six types (mhorky@redhat.com) - Adding permissive coverage publishing (jmolet@redhat.com) - Ensure that prompted environment entry follows state of multiples (wpoteat@redhat.com) - 2026316: Do not delete cache of content_access during refresh (jhnidek@redhat.com) - More SUSE compliance (jhnidek@redhat.com) - Updates for non-multi-environment scenario (wpoteat@redhat.com) - Fix some minor issues related to syspurpose (jhnidek@redhat.com) - syspurpose: handle users w/o organizations (ptoscano@redhat.com) - service-level: drop useless check (ptoscano@redhat.com) - 2026286: consider user-specified --org in any case (ptoscano@redhat.com) - 1995032: Use multiple environments (wpoteat@redhat.com) - cache: fix typo in debug message (ptoscano@redhat.com) - Switch away from Thread.getName() (ptoscano@redhat.com) - Fix indentation of ProductStatus. (jhnidek@redhat.com) - 2028969: Do not try to load compliance status from cache (jhnidek@redhat.com) - Switch comma-separated join to space-separated join (schmidt@atix.de) - 2029927: Fix bash autocompletion (mhorky@redhat.com) - utils: use shutil.get_terminal_size() (ptoscano@redhat.com) - Remove PyXML leftovers (ptoscano@redhat.com) - 2026320: fix format of HTTP-date headers (ptoscano@redhat.com) - connection: move HTTP-date formatting to own helper (ptoscano@redhat.com) - Ensure datetime.timezone.utc objects for parsed UTC dates (ptoscano@redhat.com) - rhsm: drop custom which() implementation (ptoscano@redhat.com) - facts: switch to shutil.which() (ptoscano@redhat.com) - test: unconditionally use hashlib (ptoscano@redhat.com) - 1999048: Fixed partially subscribed product in Cockpit plugin (jhnidek@redhat.com) - test: rename tests to default pytest filename pattern (ptoscano@redhat.com) - Fixed last bits related to updated D-Bus Register method. (jhnidek@redhat.com) - Cockpit plugin: display syspurpose card without attributes (jhnidek@redhat.com) - 2023257: Disallowed attaching using D-Bus in SCA mode (jhnidek@redhat.com) - 2023257: Disallowed attaching pool in SCA mode: (jhnidek@redhat.com) - Refactoring of temporary disablement of dir watchers. (jhnidek@redhat.com) - Ignore enable_content option in RegisterWithActivationKeys() (jhnidek@redhat.com) - Use benefits of enable_content in cockpit plugin. (jhnidek@redhat.com) - Added enable_content option to Register() D-Bus method (jhnidek@redhat.com) - Added refresh() method to entitlement service (jhnidek@redhat.com) - Fixed issue with status cache (jhnidek@redhat.com) - Add information about content access mode to consumer (jhnidek@redhat.com) - 2024929: build: fix build on 'build' target (ptoscano@redhat.com) - 2023391: libdnf: respect environment CFLAGS (ptoscano@redhat.com) - Drop unused ssl_verify_depth config option (ptoscano@redhat.com) - tests: drop test_po_files.py (ptoscano@redhat.com) - Update translation files (noreply@weblate.org) - New extraction for translatable strings (ptoscano@redhat.com)
/usr/lib64/python3.9/site-packages/cloud_what /usr/lib64/python3.9/site-packages/cloud_what/__init__.py /usr/lib64/python3.9/site-packages/cloud_what/__pycache__ /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.opt-1.pyc /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/__init__.cpython-39.pyc /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.opt-1.pyc /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/_base_provider.cpython-39.pyc /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/fact_collector.cpython-39.opt-1.pyc /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/fact_collector.cpython-39.pyc /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.opt-1.pyc /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/provider.cpython-39.pyc /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/setup.cpython-39.opt-1.pyc /usr/lib64/python3.9/site-packages/cloud_what/__pycache__/setup.cpython-39.pyc /usr/lib64/python3.9/site-packages/cloud_what/_base_provider.py /usr/lib64/python3.9/site-packages/cloud_what/fact_collector.py /usr/lib64/python3.9/site-packages/cloud_what/provider.py /usr/lib64/python3.9/site-packages/cloud_what/providers /usr/lib64/python3.9/site-packages/cloud_what/providers/__init__.py /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__ /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.opt-1.pyc /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/__init__.cpython-39.pyc /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.opt-1.pyc /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/aws.cpython-39.pyc /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.opt-1.pyc /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/azure.cpython-39.pyc /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.opt-1.pyc /usr/lib64/python3.9/site-packages/cloud_what/providers/__pycache__/gcp.cpython-39.pyc /usr/lib64/python3.9/site-packages/cloud_what/providers/aws.py /usr/lib64/python3.9/site-packages/cloud_what/providers/azure.py /usr/lib64/python3.9/site-packages/cloud_what/providers/gcp.py /usr/lib64/python3.9/site-packages/cloud_what/setup.py /var/cache/cloud-what
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 29 07:24:58 2024