From caf6d134b5cdd71348234e307aac2097180209a893f0687c9cb0f1b178e9eecf Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Fri, 12 Sep 2014 09:34:41 +0000
Subject: [PATCH 1/2] Accepting request 248839 from Cloud:OpenStack:Master
- update to 2.0.1:
- #20: host tarball on PYPI
- #21: project migrated from google code to github
- #21: project migrated from SVN to GIT
- #22: pysendfile won't compile on python 3.4
- #23: add a Makefile
- #24: use of travis continuous integration
- #25: use tox for multiple python versions testing
OBS-URL: https://build.opensuse.org/request/show/248839
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysendfile?expand=0&rev=9
---
pysendfile-2.0.0.tar.gz | 3 ---
pysendfile-2.0.1.tar.gz | 3 +++
python-pysendfile.changes | 12 ++++++++++++
python-pysendfile.spec | 6 +++---
4 files changed, 18 insertions(+), 6 deletions(-)
delete mode 100644 pysendfile-2.0.0.tar.gz
create mode 100644 pysendfile-2.0.1.tar.gz
diff --git a/pysendfile-2.0.0.tar.gz b/pysendfile-2.0.0.tar.gz
deleted file mode 100644
index c77b6b6..0000000
--- a/pysendfile-2.0.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b7b747e47f2b1b16942d8db9139e0f0f70546ca80a06460bd5abfdc7a1bca957
-size 11155
diff --git a/pysendfile-2.0.1.tar.gz b/pysendfile-2.0.1.tar.gz
new file mode 100644
index 0000000..10d7666
--- /dev/null
+++ b/pysendfile-2.0.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:510a414b270986fba3c79cb76d90a4c910c701bfb43ff983a5d4e92846050e17
+size 19315
diff --git a/python-pysendfile.changes b/python-pysendfile.changes
index d646f1c..0fc4e99 100644
--- a/python-pysendfile.changes
+++ b/python-pysendfile.changes
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Fri Sep 12 08:21:49 UTC 2014 - dmueller@suse.com
+
+- update to 2.0.1:
+ - #20: host tarball on PYPI
+ - #21: project migrated from google code to github
+ - #21: project migrated from SVN to GIT
+ - #22: pysendfile won't compile on python 3.4
+ - #23: add a Makefile
+ - #24: use of travis continuous integration
+ - #25: use tox for multiple python versions testing
+
-------------------------------------------------------------------
Sat Apr 13 10:11:29 UTC 2013 - toddrme2178@gmail.com
diff --git a/python-pysendfile.spec b/python-pysendfile.spec
index 3f57459..76f06df 100644
--- a/python-pysendfile.spec
+++ b/python-pysendfile.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-pysendfile
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -19,7 +19,7 @@
%define mod_name pysendfile
Name: python-pysendfile
-Version: 2.0.0
+Version: 2.0.1
Release: 0
Summary: A Python interface to sendfile(2)
License: MIT
@@ -51,7 +51,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
-%doc LICENSE README
+%doc LICENSE README.rst
%{python_sitearch}/*
%changelog
From b79955a3fe89b67fd6f89d19d42280c263c28dcfec08a413275de268da7c636c Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Thu, 2 Oct 2014 18:43:22 +0000
Subject: [PATCH 2/2] Accepting request 253696 from
home:posophe:branches:devel:languages:python
- Use tarball from pypi as source
OBS-URL: https://build.opensuse.org/request/show/253696
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysendfile?expand=0&rev=10
---
python-pysendfile.changes | 5 +++++
python-pysendfile.spec | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/python-pysendfile.changes b/python-pysendfile.changes
index 0fc4e99..ff87053 100644
--- a/python-pysendfile.changes
+++ b/python-pysendfile.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Thu Oct 2 18:40:28 UTC 2014 - p.drouand@gmail.com
+
+- Use tarball from pypi as source
+
-------------------------------------------------------------------
Fri Sep 12 08:21:49 UTC 2014 - dmueller@suse.com
diff --git a/python-pysendfile.spec b/python-pysendfile.spec
index 76f06df..df5df5c 100644
--- a/python-pysendfile.spec
+++ b/python-pysendfile.spec
@@ -25,7 +25,7 @@ Summary: A Python interface to sendfile(2)
License: MIT
Group: Development/Languages/Python
Url: http://code.google.com/p/pysendfile/
-Source: http://pysendfile.googlecode.com/files/%{mod_name}-%{version}.tar.gz
+Source: https://pypi.python.org/packages/source/p/pysendfile/pysendfile-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-nose
BuildRoot: %{_tmppath}/%{name}-%{version}-build