ralph pushed to python-pypump (master). "0.6"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 21 21:44:52 UTC 2015


From 76f2d699157090ab9c22ad2357cac795ae607362 Mon Sep 17 00:00:00 2001
From: Ralph Bean <rbean at redhat.com>
Date: Thu, 21 May 2015 17:44:39 -0400
Subject: 0.6


diff --git a/.gitignore b/.gitignore
index c8bbddd..7f3fd77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /PyPump-0.4.tar.gz
+/PyPump-0.6.tar.gz
diff --git a/python-pypump.spec b/python-pypump.spec
index 5c8878e..f385a87 100644
--- a/python-pypump.spec
+++ b/python-pypump.spec
@@ -13,8 +13,8 @@
 %global distname PyPump
 
 Name:               python-pypump
-Version:            0.4
-Release:            5%{?dist}
+Version:            0.6
+Release:            1%{?dist}
 Summary:            Python Pump.io library
 
 Group:              Development/Libraries
@@ -28,12 +28,12 @@ BuildArch:          noarch
 BuildRequires:      python2-devel
 BuildRequires:      python-setuptools
 BuildRequires:      python-requests
-BuildRequires:      python-oauthlib
+BuildRequires:      python-requests-oauthlib
 BuildRequires:      python-dateutil
 BuildRequires:      python-sphinx
 
 Requires:           python-requests
-Requires:           python-oauthlib
+Requires:           python-requests-oauthlib
 Requires:           python-dateutil
 
 
@@ -41,7 +41,7 @@ Requires:           python-dateutil
 BuildRequires:      python3-devel
 BuildRequires:      python3-setuptools
 BuildRequires:      python3-requests
-BuildRequires:      python3-oauthlib
+BuildRequires:      python3-requests-oauthlib
 BuildRequires:      python3-dateutil
 %endif
 
@@ -60,7 +60,7 @@ Summary:            Python Pump.io library
 Group:              Development/Libraries
 
 Requires:           python3-requests
-Requires:           python3-oauthlib
+Requires:           python3-requests-oauthlib
 Requires:           python3-dateutil
 
 %description -n python3-pypump
@@ -106,23 +106,31 @@ rm -rf docs-html/.buildinfo
 %if 0%{?with_python3}
 pushd %{py3dir}
 %{__python3} setup.py install -O1 --skip-build --root=%{buildroot}
+mv %{buildroot}%{_bindir}/pypump-shell %{buildroot}%{_bindir}/python3-pypump-shell
 popd
 %endif
 %{__python2} setup.py install -O1 --skip-build --root=%{buildroot}
 
 %files
 %doc README.rst COPYING AUTHORS.md docs/ docs-html/
+%{_bindir}/pypump-shell
 %{python2_sitelib}/%{modname}/
 %{python2_sitelib}/%{distname}-%{version}*
 
 %if 0%{?with_python3}
 %files -n python3-pypump
 %doc README.rst COPYING AUTHORS.md docs/ docs-html/
+%{_bindir}/python3-pypump-shell
 %{python3_sitelib}/%{modname}/
 %{python3_sitelib}/%{distname}-%{version}-*
 %endif
 
 %changelog
+* Thu May 21 2015 Ralph Bean <rbean at redhat.com> - 0.6-1
+- New version
+- Add pypump-shell executable.
+- Updated dep from python-oauthlib to python-requests-oauthlib.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index ce3e583..90a9515 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-197a6bbb604edda02390f23bb7cc817a  PyPump-0.4.tar.gz
+41257e244d1d446d6fbcdb79946572d5  PyPump-0.6.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-pypump.git/commit/?h=master&id=76f2d699157090ab9c22ad2357cac795ae607362


More information about the scm-commits mailing list