Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-TxSNI for openSUSE:Factory 
checked in at 2021-03-24 16:16:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-TxSNI (Old)
 and      /work/SRC/openSUSE:Factory/.python-TxSNI.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-TxSNI"

Wed Mar 24 16:16:51 2021 rev:4 rq:881020 version:0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-TxSNI/python-TxSNI.changes        
2020-04-18 00:33:21.490416063 +0200
+++ /work/SRC/openSUSE:Factory/.python-TxSNI.new.2401/python-TxSNI.changes      
2021-03-24 16:17:54.900251459 +0100
@@ -1,0 +2,5 @@
+Wed Mar 24 09:52:35 UTC 2021 - Benjamin Greiner <[email protected]>
+
+- Fix python_module usage
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-TxSNI.spec ++++++
--- /var/tmp/diff_new_pack.HhDNuY/_old  2021-03-24 16:17:55.344251925 +0100
+++ /var/tmp/diff_new_pack.HhDNuY/_new  2021-03-24 16:17:55.344251925 +0100
@@ -25,8 +25,8 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/glyph/txsni
 Source0:        
https://github.com/glyph/txsni/archive/v%{version}/%{name}-%{version}.tar.gz
-BuildRequires:  %{python_module Twisted} >= 14.0.0
-BuildRequires:  %{python_module pyOpenSSL} >= 0.14
+BuildRequires:  %{python_module Twisted >= 14.0.0}
+BuildRequires:  %{python_module pyOpenSSL >= 0.14}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Twisted >= 14.0.0
@@ -48,7 +48,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand $python setup.py test
+%pyunittest -v
 
 %files %{python_files}
 %license LICENSE

Reply via email to