Hello community,

here is the log from the commit of package python-tweepy for openSUSE:Factory 
checked in at 2013-04-24 10:50:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tweepy (Old)
 and      /work/SRC/openSUSE:Factory/.python-tweepy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tweepy", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.python-tweepy.new/python-tweepy.changes 
2013-04-24 10:50:25.000000000 +0200
@@ -0,0 +1,28 @@
+-------------------------------------------------------------------
+Mon Feb 11 07:22:46 UTC 2013 - [email protected]
+
+- Update to version 2.0:
+  * No changelog available
+
+-------------------------------------------------------------------
+Mon Jan 14 18:50:35 UTC 2013 - [email protected]
+
+- Update to 1.12 version:
+  * No changelog available
+
+-------------------------------------------------------------------
+Mon Jun 25 15:15:57 UTC 2012 - [email protected]
+
+- Update to version 1.9:
+  + Upstream provides no changelog
+
+-------------------------------------------------------------------
+Tue May 31 13:24:54 UTC 2011 - [email protected]
+
+- Re-generated with py2pack
+
+-------------------------------------------------------------------
+Wed Sep 15 19:02:32 UTC 2010 - [email protected]
+
+- initial version 1.7.1
+

New:
----
  python-tweepy.changes
  python-tweepy.spec
  tweepy-2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-tweepy.spec ++++++
#
# spec file for package python-tweepy
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           python-tweepy
Version:        2.0
Release:        0
Url:            http://github.com/joshthecoder/tweepy
Summary:        Twitter library for python
License:        MIT
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/t/tweepy/tweepy-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  python-simplejson
Requires:       python-simplejson
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:      noarch
%endif

%description
A library for accessing the Twitter.com API. Supports OAuth, covers the entire
API, and streaming API.

%prep
%setup -q -n tweepy-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%{python_sitelib}/*

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to