From 5ffa8be37a4dd16d3ee3c8bfde42281981f233e5 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 23 Nov 2023 09:04:38 +0100 Subject: [PATCH] Automatic commit of package [subscription-manager] release [1.29.39-1]. Created by command: /usr/bin/tito tag --- .tito/packages/subscription-manager | 2 +- setup.py | 2 +- subscription-manager.spec | 24 +++++++++++++++++++++++- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.tito/packages/subscription-manager b/.tito/packages/subscription-manager index a9e561d0fc..e32a1b504a 100644 --- a/.tito/packages/subscription-manager +++ b/.tito/packages/subscription-manager @@ -1 +1 @@ -1.29.38-1 ./ +1.29.39-1 ./ diff --git a/setup.py b/setup.py index 3d118c4704..3ea9b1674c 100755 --- a/setup.py +++ b/setup.py @@ -263,7 +263,7 @@ def find_py(self): setup( name="subscription-manager", - version="1.29.38", + version="1.29.39", url="http://www.candlepinproject.org", description="Manage subscriptions for Red Hat products.", license="GPLv2", diff --git a/subscription-manager.spec b/subscription-manager.spec index 76e934a0b1..637c4080df 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -95,7 +95,7 @@ %global exclude_packages %{exclude_packages}" Name: subscription-manager -Version: 1.29.38 +Version: 1.29.39 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management %if 0%{?suse_version} @@ -734,6 +734,28 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non- rm -f /var/lib/rhsm/cache/rhsm_icon.json %changelog +* Thu Nov 23 2023 Pino Toscano 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 1.29.38-1 - Translated using Weblate (Chinese (Simplified) (zh_CN)) (ptoscano@redhat.com) - ci: bump actions/checkout from 3 to 4