Hello community,
here is the log from the commit of package python3-pysendfile for
openSUSE:Factory checked in at 2016-05-25 21:25:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pysendfile (Old)
and /work/SRC/openSUSE:Factory/.python3-pysendfile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pysendfile"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pysendfile/python3-pysendfile.changes
2014-06-25 11:47:46.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-pysendfile.new/python3-pysendfile.changes
2016-05-25 21:25:45.000000000 +0200
@@ -1,0 +2,7 @@
+Sun May 8 07:05:13 UTC 2016 - [email protected]
+
+- specfile:
+ * updated source url to files.pythonhosted.org
+
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-pysendfile.spec ++++++
--- /var/tmp/diff_new_pack.Nh5bMH/_old 2016-05-25 21:25:46.000000000 +0200
+++ /var/tmp/diff_new_pack.Nh5bMH/_new 2016-05-25 21:25:46.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python3-pysendfile
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,17 +13,17 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
-%define mod_name pysendfile
Name: python3-pysendfile
Version: 2.0.1
Release: 0
-License: MIT
Summary: A Python interface to sendfile(2)
-Url: https://github.com/giampaolo/pysendfile
+License: MIT
Group: Development/Languages/Python
-Source:
https://pypi.python.org/packages/source/p/pysendfile/%{mod_name}-%{version}.tar.gz
+Url: https://github.com/giampaolo/pysendfile
+Source:
https://files.pythonhosted.org/packages/source/p/pysendfile/pysendfile-%{version}.tar.gz
BuildRequires: python3
BuildRequires: python3-devel
BuildRequires: python3-nose
@@ -33,7 +33,7 @@
A python interface to sendfile(2) system call.
%prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n pysendfile-%{version}
%build
python3 setup.py build