diff --git a/.python-httpretty.metadata b/.python-httpretty.metadata new file mode 100644 index 0000000..ff3b6d7 --- /dev/null +++ b/.python-httpretty.metadata @@ -0,0 +1 @@ +7fbb6dd44b64de5bb97cad6c54916e1b604ce7c3 httpretty-1.0.5.tar.gz diff --git a/python-httpretty.spec b/python-httpretty.spec index 0c0cb8a..8db8641 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -15,7 +15,7 @@ Name: python-httpretty Version: 1.0.5 # If github_date is defined, assume a post-release snapshot -Release: 4%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} +Release: 5%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} Summary: HTTP request mock tool for Python License: MIT @@ -125,6 +125,10 @@ LANG=C.UTF-8 %py2_install %changelog +* Tue Aug 10 2021 Mohan Boddu - 1.0.5-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 1.0.5-4 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937