From ad5deda7cedc005ab54df0f9c31c4e1c4aea346e Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Sep 16 2016 13:34:45 +0000 Subject: Update python-rhsm to 1.18.2-1 Resolves: #1176219 - Raise ProxyException in Restlib (khowell@redhat.com) Resolves: #1367243 - Handle RestlibException 404 in refresh (khowell@redhat.com) Resolves: #1367243 - Fix 404 check in regen entitlement funcs (khowell@redhat.com) Resolves: #1367243 - Fix 404 check in regen entitlement funcs (khowell@redhat.com) Resolves: #1366301 - Entitlement regeneration no longer propagates server errors Resolves: #1365280 - Update default_log_level to INFO (csnyder@redhat.com) Resolves: #1334916 - Add rhsm.conf logging section defaults (csnyder@redhat.com) Resolves: #1360909 - Added functionality for regenerating entitlement certificates Resolves: #1315901 - Exception handling for PEM cert read (wpoteat@redhat.com) --- diff --git a/.gitignore b/.gitignore index a9954d8..0c1115d 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ /python-rhsm-1.17.1.tar.gz /python-rhsm-1.17.2.tar.gz /python-rhsm-1.18.1.tar.gz +/python-rhsm-1.18.2.tar.gz diff --git a/python-rhsm.spec b/python-rhsm.spec index d2c037a..bac5bde 100644 --- a/python-rhsm.spec +++ b/python-rhsm.spec @@ -12,8 +12,8 @@ %{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro -Wl,-z,now} Name: python-rhsm -Version: 1.18.1 -Release: 2%{?dist} +Version: 1.18.2 +Release: 1%{?dist} Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform Group: Development/Libraries @@ -97,8 +97,24 @@ rm -rf %{buildroot} %attr(644,root,root) %{_sysconfdir}/rhsm/ca/*.pem %changelog -* Tue Jul 19 2016 Fedora Release Engineering - 1.18.1-2 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages +* Fri Sep 16 2016 Alex Wood 1.18.2-1 +- 1176219: Raise ProxyException in Restlib (khowell@redhat.com) +- 1367243: Handle RestlibException 404 in refresh (khowell@redhat.com) +- 1367243: Fix 404 check in regen entitlement funcs (khowell@redhat.com) +- Revert "1367243: Fix 404 check in regen entitlement funcs" + (khowell@redhat.com) +- 1367243: Fix 404 check in regen entitlement funcs (khowell@redhat.com) +- Ensure both cert regen methods succeed despite BadStatusLine from server + (csnyder@redhat.com) +- Update fix to include BadStatusLine responses from the server + (csnyder@redhat.com) +- 1366301: Entitlement regeneration no longer propagates server errors + (crog@redhat.com) +- 1365280: Update default_log_level to INFO (csnyder@redhat.com) +- 1334916: Add rhsm.conf logging section defaults (csnyder@redhat.com) +- 1360909: Added functionality for regenerating entitlement certificates + (crog@redhat.com) +- 1315901: Exception handling for PEM cert read (wpoteat@redhat.com) * Fri Jul 15 2016 Alex Wood 1.18.1-1 - Bump version to 1.18 (vrjain@redhat.com) diff --git a/sources b/sources index 9343b58..1de56a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -85883d60486ec76aa7109a8c54cbb63e python-rhsm-1.18.1.tar.gz +08c919510dc0bb56869e8df5e3c0e415 python-rhsm-1.18.2.tar.gz