commit python-cloudfiles for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-cloudfiles for 
openSUSE:Factory checked in at 2013-10-25 11:12:21

Comparing /work/SRC/openSUSE:Factory/python-cloudfiles (Old)
 and  /work/SRC/openSUSE:Factory/.python-cloudfiles.new (New)


Package is python-cloudfiles

Changes:

--- /work/SRC/openSUSE:Factory/python-cloudfiles/python-cloudfiles.changes  
2013-03-14 15:36:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-cloudfiles.new/python-cloudfiles.changes 
2013-10-25 11:12:22.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:00:05 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-cloudfiles.spec ++
--- /var/tmp/diff_new_pack.IaFob1/_old  2013-10-25 11:12:23.0 +0200
+++ /var/tmp/diff_new_pack.IaFob1/_new  2013-10-25 11:12:23.0 +0200
@@ -30,9 +30,9 @@
 # Test requirements:
 # NOTE(saschpe): 'python' is necessary for the ssl module:
 BuildRequires:  python
-BuildRequires:  python-distribute
 BuildRequires:  python-httplib2
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 Requires:   python-httplib2
 %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())}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-cloudfiles for openSUSE:Factory

2013-03-14 Thread h_root
Hello community,

here is the log from the commit of package python-cloudfiles for 
openSUSE:Factory checked in at 2013-03-14 15:00:58

Comparing /work/SRC/openSUSE:Factory/python-cloudfiles (Old)
 and  /work/SRC/openSUSE:Factory/.python-cloudfiles.new (New)


Package is python-cloudfiles, Maintainer is radma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-cloudfiles/python-cloudfiles.changes  
2012-04-12 09:51:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cloudfiles.new/python-cloudfiles.changes 
2013-03-14 15:00:59.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 13 10:00:00 UTC 2013 - speili...@suse.com
+
+- BuildRequire 'python' to have the ssl module available
+  + Fixes SLE builds
+
+---



Other differences:
--
++ python-cloudfiles.spec ++
--- /var/tmp/diff_new_pack.HoMB9B/_old  2013-03-14 15:01:01.0 +0100
+++ /var/tmp/diff_new_pack.HoMB9B/_new  2013-03-14 15:01:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cloudfiles
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -27,6 +27,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel
+# Test requirements:
+# NOTE(saschpe): 'python' is necessary for the ssl module:
+BuildRequires:  python
 BuildRequires:  python-distribute
 BuildRequires:  python-httplib2
 BuildRequires:  python-nose

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-cloudfiles for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package python-cloudfiles for 
openSUSE:Factory checked in at 2012-04-12 09:47:18

Comparing /work/SRC/openSUSE:Factory/python-cloudfiles (Old)
 and  /work/SRC/openSUSE:Factory/.python-cloudfiles.new (New)


Package is python-cloudfiles, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-cloudfiles/python-cloudfiles.changes  
2012-02-28 14:15:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-cloudfiles.new/python-cloudfiles.changes 
2012-04-12 09:47:20.0 +0200
@@ -1,0 +2,9 @@
+Wed Apr  4 08:18:35 UTC 2012 - sasc...@suse.de
+
+- Update to version 1.7.10:
+  * Various bug fixes.
+- No need for --skip-build in %install section, distribute is smart enough
+- Removed obsolete SUSE version checks
+- New runtime requirement: httplib2
+
+---

Old:

  python-cloudfiles-1.7.9.3.tar.gz

New:

  python-cloudfiles-1.7.10.tar.gz



Other differences:
--
++ python-cloudfiles.spec ++
--- /var/tmp/diff_new_pack.JDSXWY/_old  2012-04-12 09:47:21.0 +0200
+++ /var/tmp/diff_new_pack.JDSXWY/_new  2012-04-12 09:47:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-cloudfiles
-Version:1.7.9.3
+Version:1.7.10
 Release:0
 Url:https://github.com/rackspace/python-cloudfiles
 Summary:Bindings for Rackspace CloudFiles API
@@ -25,20 +25,17 @@
 Group:  Development/Libraries/Python
 Source0:
http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  python-devel
-BuildRequires:  python-nose
 BuildRequires:  python-distribute
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1010
-BuildRequires:  fdupes
-%endif
-%if 0%{?suse_version} = 1120
+BuildRequires:  python-httplib2
+BuildRequires:  python-nose
+Requires:   python-httplib2
+%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
-%endif
-%{!?python_sitelib:  %global python_sitelib  %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
 
 %description
 Python language bindings for Rackspace CloudFiles API.
@@ -47,21 +44,15 @@
 %setup -q
 
 %build
-export CFLAGS=%{optflags}
 python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot} --skip-build
-%if 0%{?suse_version}  1010
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %fdupes %{buildroot}
-%endif
 
 %check
 nosetests
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING docs

++ python-cloudfiles-1.7.9.3.tar.gz - python-cloudfiles-1.7.10.tar.gz 
++
 3162 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-cloudfiles for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package python-cloudfiles for 
openSUSE:Factory checked in at 2012-02-28 14:15:14

Comparing /work/SRC/openSUSE:Factory/python-cloudfiles (Old)
 and  /work/SRC/openSUSE:Factory/.python-cloudfiles.new (New)


Package is python-cloudfiles, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-cloudfiles/python-cloudfiles.changes  
2012-02-22 16:36:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-cloudfiles.new/python-cloudfiles.changes 
2012-02-28 14:15:17.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 24 22:09:25 CET 2012 -bere...@b1-systems.de
+
+- replace build requirement python-setuptools with python-distribute to
+  be able to build packages for SLE
+
+---



Other differences:
--
++ python-cloudfiles.spec ++
--- /var/tmp/diff_new_pack.JHHyqe/_old  2012-02-28 14:15:18.0 +0100
+++ /var/tmp/diff_new_pack.JHHyqe/_new  2012-02-28 14:15:18.0 +0100
@@ -27,7 +27,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-nose
-BuildRequires:  python-setuptools
+BuildRequires:  python-distribute
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version}  1010

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-cloudfiles for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package python-cloudfiles for 
openSUSE:Factory checked in at 2012-02-22 16:36:29

Comparing /work/SRC/openSUSE:Factory/python-cloudfiles (Old)
 and  /work/SRC/openSUSE:Factory/.python-cloudfiles.new (New)


Package is python-cloudfiles, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-cloudfiles/python-cloudfiles.changes  
2011-12-20 14:30:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-cloudfiles.new/python-cloudfiles.changes 
2012-02-22 16:36:33.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb 21 13:25:47 UTC 2012 - awa...@opensuse.org
+
+- Update to version 1.7.9.3
+  * 1.7.9.3: Added CDN Streaming Support
+  * 1.7.9.2: Added Manifest support for Large Objects
+
+---

Old:

  python-cloudfiles-1.7.9.1.tar.gz

New:

  python-cloudfiles-1.7.9.3.tar.gz



Other differences:
--
++ python-cloudfiles.spec ++
--- /var/tmp/diff_new_pack.yDPTn6/_old  2012-02-22 16:36:34.0 +0100
+++ /var/tmp/diff_new_pack.yDPTn6/_new  2012-02-22 16:36:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cloudfiles
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,10 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-cloudfiles
-Version:1.7.9.1
+Version:1.7.9.3
 Release:0
-URL:https://github.com/rackspace/python-cloudfiles
+Url:https://github.com/rackspace/python-cloudfiles
 Summary:Bindings for Rackspace CloudFiles API
 License:MIT
 Group:  Development/Libraries/Python

++ python-cloudfiles-1.7.9.1.tar.gz - python-cloudfiles-1.7.9.3.tar.gz 
++
 5903 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-cloudfiles for openSUSE:Factory

2011-12-20 Thread h_root
Hello community,

here is the log from the commit of package python-cloudfiles for 
openSUSE:Factory checked in at 2011-12-20 14:30:51

Comparing /work/SRC/openSUSE:Factory/python-cloudfiles (Old)
 and  /work/SRC/openSUSE:Factory/.python-cloudfiles.new (New)


Package is python-cloudfiles, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cloudfiles.new/python-cloudfiles.changes 
2011-12-20 14:30:53.0 +0100
@@ -0,0 +1,13 @@
+---
+Tue May 17 14:46:34 UTC 2011 - sasc...@suse.de
+
+- Spec file cleanup:
+  * Add some suse version checks for fdupes and %py_requires
+  * Use new Python macros %{python_site*}
+  * Fix preamble indentation
+  * Package documentation
+
+---
+Mon May 16 19:35:49 UTC 2011 - awa...@opensuse.org
+
+- Initial import for openSUSE version 1.7.9.1

New:

  python-cloudfiles-1.7.9.1.tar.gz
  python-cloudfiles.changes
  python-cloudfiles.spec



Other differences:
--
++ python-cloudfiles.spec ++
#
# spec file for package python-cloudfiles
#
# Copyright (c) 2011 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-cloudfiles
Version:1.7.9.1
Release:0
URL:https://github.com/rackspace/python-cloudfiles
Summary:Bindings for Rackspace CloudFiles API
License:MIT
Group:  Development/Libraries/Python
Source0:
http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-nose
BuildRequires:  python-setuptools
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version}  1010
BuildRequires:  fdupes
%endif
%if 0%{?suse_version} = 1120
BuildArch:  noarch
%endif
%endif
%{!?python_sitelib:  %global python_sitelib  %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}

%description
Python language bindings for Rackspace CloudFiles API.

%prep
%setup -q

%build
export CFLAGS=%{optflags}
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --skip-build
%if 0%{?suse_version}  1010
%fdupes %{buildroot}
%endif

%check
nosetests

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING docs
%{python_sitelib}/*

%changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org