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..ff87053 100644 --- a/python-pysendfile.changes +++ b/python-pysendfile.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +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 + +- 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..df5df5c 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,13 +19,13 @@ %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 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 @@ -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