diff --git a/.gitignore b/.gitignore index d4ad231..16b82f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/redhat-support-lib-python-0.12.1-1.tar.gz +SOURCES/redhat-support-lib-python-0.13.0-0.tar.gz diff --git a/.redhat-support-lib-python.metadata b/.redhat-support-lib-python.metadata index 444fdd6..ad81b62 100644 --- a/.redhat-support-lib-python.metadata +++ b/.redhat-support-lib-python.metadata @@ -1 +1 @@ -8b836d4878e275b466816ae547751c9352ae335b SOURCES/redhat-support-lib-python-0.12.1-1.tar.gz +a93a20e2af973d1bdab4913417eee1da643ece26 SOURCES/redhat-support-lib-python-0.13.0-0.tar.gz diff --git a/SPECS/redhat-support-lib-python.spec b/SPECS/redhat-support-lib-python.spec index 72f291f..a62a9a3 100644 --- a/SPECS/redhat-support-lib-python.spec +++ b/SPECS/redhat-support-lib-python.spec @@ -1,9 +1,9 @@ -%global package_version 0.12.1-1 +%global package_version 0.13.0-0 %global package_name redhat-support-lib-python Name: %{package_name} -Version: 0.12.1 -Release: 1%{?release_suffix}%{?dist} +Version: 0.13.0 +Release: 0%{?release_suffix}%{?dist} Summary: Red Hat Support Software Development Library Vendor: Red Hat, Inc. Group: Development/Libraries @@ -22,7 +22,10 @@ Requires: python-dateutil %if %{?rhel:0}%{!?rhel:1} || 0%{?rhel} > 5 Requires: ca-certificates %endif -Requires: m2crypto +Requires: pexpect +Requires: python2-futures +Requires: python-requests +Requires: nmap-ncat %if 0%{?rhel} && 0%{?rhel} <= 5 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} @@ -64,6 +67,11 @@ make %{?_smp_mflags} install DESTDIR="%{buildroot}" %{python_sitelib}/redhat_support_lib/ %changelog +* Fri Jan 21 2022 Pranita Ghole - 0.13.0-0 +- Resolves: rhbz#1653574- Add support for handling JSON response from API's +- Resolves: rhbz#1765391- Add support to upload to and download from S3 +- Resolves: rhbz#2030066- RHST should use new Red Hat Secure FTP instead of dropbox for attachments + * Mon Aug 26 2019 Pranita Ghole - 0.12.1-1 - Resolves: rhbz#1669454 - connection.py uses incorrect base64 encoding method