Hello community,

here is the log from the commit of package python-PyJWT for openSUSE:Factory 
checked in at 2019-03-12 09:44:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyJWT (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyJWT.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyJWT"

Tue Mar 12 09:44:24 2019 rev:19 rq:682408 version:1.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyJWT/python-PyJWT.changes        
2019-02-24 16:57:02.096861977 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyJWT.new.28833/python-PyJWT.changes     
2019-03-12 09:44:25.407825191 +0100
@@ -1,0 +2,5 @@
+Thu Mar  7 11:13:38 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Fix fdupes and test calls
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-PyJWT.spec ++++++
--- /var/tmp/diff_new_pack.TWfiuQ/_old  2019-03-12 09:44:26.027823453 +0100
+++ /var/tmp/diff_new_pack.TWfiuQ/_new  2019-03-12 09:44:26.031823441 +0100
@@ -16,8 +16,6 @@
 #
 
 
-%bcond_without test
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-PyJWT
 Version:        1.7.1
@@ -54,21 +52,17 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_clone -a %{buildroot}%{_bindir}/pyjwt
 
-#hardlink duplicated files
-%fdupes %{buildroot}
-
 %post
 %python_install_alternative pyjwt
 
 %postun
 %python_uninstall_alternative pyjwt
 
-%if %{with test}
 %check
-%{python_expand PYTHONPATH=%{buildroot}%{python_sitelib} 
py.test-%{$python_version} -o addopts="" -k "not test_verify_false_deprecated" }
-%endif
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -o addopts="" -k "not 
test_verify_false_deprecated"
 
 %files %{python_files}
 %license LICENSE


Reply via email to