From 36f90e8c8e1bf605a034a91f716a7debfbf17f33 Mon Sep 17 00:00:00 2001 From: Linar Nasyyrov Date: Tue, 23 Jul 2024 13:59:56 +0300 Subject: [PATCH] spec: bump version, update changelog --- python-boto.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-boto.spec b/python-boto.spec index e97c5a7c96..a05757b28b 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -21,7 +21,7 @@ cloud systems like Eucalyptus, OpenStack and Open Nebula. Summary: A simple, lightweight interface to Amazon Web Services Name: python-%{pkgname} Version: 2.46.1 -Release: ROCKIT49%{?buildid}%{?dist} +Release: ROCKIT50%{?buildid}%{?dist} License: MIT Group: Development/Languages URL: https://github.com/c2devel/boto @@ -67,6 +67,10 @@ rm -f %buildroot/%{_bindir}/* %changelog +* Tue Jul 23 2024 Linar Nasyyrov - 2.46.1-ROCKIT50 +- ec2: add RamMonitoring Instance attribute +- spec: move to ROCKIT + * Thu Dec 21 2023 Ivan Konov - 2.46.1-CROC49 - tests: add parameter required since py3.8 to hmac.new() calls - tests: replace deprecated cgi.escape() with html.escape()