[python-remoteobjects/el5] new upstream version

Luis Enrique Bazán De León lbazan at fedoraproject.org
Sat Sep 20 02:49:20 UTC 2014


commit 22a345f5bcb88f617bb7caa99d028f1a9d5a4b69
Author: lbazan <lbazan at fedoraproject.org>
Date:   Fri Sep 19 21:49:09 2014 -0500

    new upstream version

 .gitignore                |    1 +
 python-remoteobjects.spec |   18 +++++++++---------
 sources                   |    2 +-
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 77e05da..1eb49e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 remoteobjects-1.0.tar.gz
+/remoteobjects-1.2.1.tar.gz
diff --git a/python-remoteobjects.spec b/python-remoteobjects.spec
index 5c9a41b..588940b 100644
--- a/python-remoteobjects.spec
+++ b/python-remoteobjects.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-remoteobjects
-Version:        1.0
-Release:        2%{?dist}
+Version:        1.2.1
+Release:        1%{?dist}
 Summary:        An Object RESTational Model
 
 Group:          Development/Languages
@@ -12,8 +12,10 @@ Source0:        http://pypi.python.org/packages/source/r/remoteobjects/remoteobj
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel python-setuptools-devel
-Requires:       python-httplib2 python-simplejson
+BuildRequires:  python-devel
+BuildRequires:	python-setuptools-devel
+Requires:       python-httplib2
+Requires:	python-simplejson
 
 %description
 remoteobjects are real subclassable Python objects on which you can build a
@@ -27,27 +29,25 @@ verbs to request and submit data to the API.
 %prep
 %setup -q -n remoteobjects-%{version}
 
-
 %build
 python setup.py build
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 python setup.py install --skip-build --root $RPM_BUILD_ROOT
-
  
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
 %{python_sitelib}/*
 
-
 %changelog
+* Fri Sep 19 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-1
+- new upstream version
+
 * Tue Oct 06 2009 Sebastian Dziallas <sebastian at when.com> - 1.0-2
 - add setuptools as BR
 
diff --git a/sources b/sources
index 1cd811f..2751330 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5d94c9b64f9ba6916d8f41e669f271f  remoteobjects-1.0.tar.gz
+05efb117c824cf954264b10194f6a4f6  remoteobjects-1.2.1.tar.gz


More information about the scm-commits mailing list