[python-praw] * Sun Sep 07 2014 Fabian Affolter <mail at fabian-affolter.ch> - 2.1.19-2 - Add requirement python-requ

Fabian Affolter fab at fedoraproject.org
Sun Dec 7 15:39:43 UTC 2014


commit ed049747db31cb1e393949708b4e1fc2073c4fb1
Author: Fabian Affolter <fabian at affolter-engineering.ch>
Date:   Sun Dec 7 16:39:43 2014 +0100

    * Sun Sep 07 2014 Fabian Affolter <mail at fabian-affolter.ch> - 2.1.19-2
    - Add requirement python-requests (rhbz#1171444)

 python-praw.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-praw.spec b/python-praw.spec
index 0d5dee7..de4a079 100644
--- a/python-praw.spec
+++ b/python-praw.spec
@@ -8,7 +8,7 @@
 
 Name:           python-%{srcname}
 Version:        2.1.19
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A python package that allows for simple access to reddit's API
 
 License:        GPLv3+
@@ -21,6 +21,7 @@ BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 
 Requires:       python-six
+Requires:       python-requests
 
 %description
 PRAW, an acronym for "Python Reddit API Wrapper", is a python package that
@@ -35,6 +36,7 @@ BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 
 Requires:       python3-six
+Requires:       python3-requests
 
 %description -n python3-%{srcname}
 PRAW, an acronym for "Python Reddit API Wrapper", is a python package that
@@ -78,6 +80,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Sun Sep 07 2014 Fabian Affolter <mail at fabian-affolter.ch> - 2.1.19-2
+- Add requirement python-requests (rhbz#1171444)
+
 * Wed Nov 05 2014 Fabian Affolter <mail at fabian-affolter.ch> - 2.1.19-1
 - Update to new upstream release (rhbz#1070176)
 - Update patch0


More information about the scm-commits mailing list