Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-uvloop for openSUSE:Factory 
checked in at 2021-09-12 20:09:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-uvloop (Old)
 and      /work/SRC/openSUSE:Factory/.python-uvloop.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-uvloop"

Sun Sep 12 20:09:34 2021 rev:10 rq:918474 version:0.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-uvloop/python-uvloop.changes      
2021-09-02 23:20:44.860585861 +0200
+++ /work/SRC/openSUSE:Factory/.python-uvloop.new.1899/python-uvloop.changes    
2021-09-12 20:09:35.752087529 +0200
@@ -1,0 +2,8 @@
+Thu Sep  9 14:04:48 UTC 2021 - Fusion Future <[email protected]>
+
+- Add libuv >= 1.28.0 BuildRequires.
+  
(https://github.com/MagicStack/uvloop/commit/c2b65bc8d2e1bb759a755adb255f095fb40ce953)
+- Do not include autogenerated source code (loop.c).
+- Add rpmlintrc to suppress devel-file-in-non-devel-package messages.
+
+-------------------------------------------------------------------

New:
----
  python-uvloop.rpmlintrc

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

Other differences:
------------------
++++++ python-uvloop.spec ++++++
--- /var/tmp/diff_new_pack.XXupMY/_old  2021-09-12 20:09:36.592088480 +0200
+++ /var/tmp/diff_new_pack.XXupMY/_new  2021-09-12 20:09:36.596088485 +0200
@@ -19,6 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 %define skip_python36 1
+%define modname uvloop
 Name:           python-uvloop
 Version:        0.16.0
 Release:        0
@@ -27,6 +28,7 @@
 Group:          Development/Languages/Python
 URL:            http://github.com/MagicStack/uvloop
 Source:         
https://files.pythonhosted.org/packages/source/u/uvloop/uvloop-%{version}.tar.gz
+Source1:        python-uvloop.rpmlintrc
 BuildRequires:  %{python_module Cython >= 0.28}
 BuildRequires:  %{python_module aiohttp}
 BuildRequires:  %{python_module devel}
@@ -36,7 +38,7 @@
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
-BuildRequires:  pkgconfig(libuv)
+BuildRequires:  pkgconfig(libuv) >= 1.28.0
 %python_subpackages
 
 %description
@@ -62,6 +64,8 @@
 # https://github.com/MagicStack/uvloop/issues/70
 %python_expand rm -vf %{buildroot}%{$python_sitearch}/%{modname}/_testbase.py
 %python_expand rm -vf 
%{buildroot}%{$python_sitearch}/%{modname}/__pycache__/_testbase.*
+# Remove autogenerated source code
+%python_expand rm -vf %{buildroot}%{$python_sitearch}/%{modname}/loop.c
 
 %check
 # Actually the tests are VERY flaky, thus continue even if they fail :(

++++++ python-uvloop.rpmlintrc ++++++
# The devel files identified by rpmlint are required for
# uvloop, it does not make sense to put them in a separate
# devel package
addFilter("devel-file-in-non-devel-package")

Reply via email to