diff --git a/.gitignore b/.gitignore index 9dcadd4..0c248f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /requests-0.5.1.tar.gz /requests-0.6.0.tar.gz +/requests-0.6.1.tar.gz diff --git a/python-requests.spec b/python-requests.spec index ce710b8..9ac9138 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -1,5 +1,5 @@ Name: python-requests -Version: 0.6.0 +Version: 0.6.1 Release: 1%{?dist} Summary: HTTP library, written in Python, for human beings @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Aug 26 2011 Arun SAG - 0.6.1-1 +- Updated to version 0.6.1 + * Sat Aug 20 2011 Arun SAG - 0.6.0-1 - Updated to latest version 0.6.0 diff --git a/sources b/sources index 13a1e7b..8af45eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -235e9fb6bfd71a48c0f00c0d5aef8896 requests-0.6.0.tar.gz +07770334d48bd69ede1cc28cd0dd7680 requests-0.6.1.tar.gz