Hello community,

here is the log from the commit of package python-uvloop for openSUSE:Factory 
checked in at 2018-10-15 10:49:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-uvloop (Old)
 and      /work/SRC/openSUSE:Factory/.python-uvloop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-uvloop"

Mon Oct 15 10:49:00 2018 rev:1 rq:641346 version:0.11.2

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

--- /dev/null   2018-09-06 11:34:12.900627678 +0200
+++ /work/SRC/openSUSE:Factory/.python-uvloop.new/python-uvloop.changes 
2018-10-15 10:49:02.183031518 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Thu Oct 11 15:49:36 UTC 2018 - Ondřej Súkup <[email protected]>
+
+- initial package version 0.11.2 

New:
----
  python-uvloop.changes
  python-uvloop.spec
  uvloop-0.11.2.tar.gz

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

Other differences:
------------------
++++++ python-uvloop.spec ++++++
#
# spec file for package python-uvloop
#
# Copyright (c) 2018 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
# 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 https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name:           python-uvloop
Version:        0.11.2
Release:        0
Summary:        Fast implementation of asyncio event loop on top of libuv
License:        MIT AND Apache-2.0
Group:          Development/Languages/Python
URL:            http://github.com/MagicStack/uvloop
Source:         
https://files.pythonhosted.org/packages/source/u/uvloop/uvloop-%{version}.tar.gz
BuildRequires:  %{python_module Cython >= 0.28}
BuildRequires:  %{python_module aiohttp}
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module psutil}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  pkgconfig
BuildRequires:  python-rpm-macros
BuildRequires:  pkgconfig(libuv)
%python_subpackages

%description
uvloop is a fast, drop-in replacement of the built-in asyncio
event loop.  uvloop is implemented in Cython and uses libuv
under the hood.

%prep
%setup -q -n uvloop-%{version}
# always use cython to generate code
sed -i -e "/self.cython_always/s/False/True/" setup.py
# use system libuv
sed -i -e "/self.use_system_libuv/s/False/True/" setup.py
# No need to ship .c files
sed -i -e "/include_package_data=True/d" setup.py
# To be sure, no 3rd-party stuff
rm -vrf vendor/

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}

%check
python3 setup.py test

%files %{python_files}
%license LICENSE-APACHE LICENSE-MIT
%doc README.rst
%{python_sitearch}/*

%changelog

Reply via email to