Hello community,

here is the log from the commit of package python-construct for 
openSUSE:Factory checked in at 2019-11-04 17:10:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-construct (Old)
 and      /work/SRC/openSUSE:Factory/.python-construct.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-construct"

Mon Nov  4 17:10:15 2019 rev:12 rq:743979 version:2.9.45

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-construct/python-construct.changes        
2019-01-28 20:45:40.346080210 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-construct.new.2990/python-construct.changes  
    2019-11-04 17:10:17.404510070 +0100
@@ -1,0 +2,5 @@
+Mon Oct 14 11:40:28 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-construct.spec ++++++
--- /var/tmp/diff_new_pack.a9QXy8/_old  2019-11-04 17:10:18.740511497 +0100
+++ /var/tmp/diff_new_pack.a9QXy8/_new  2019-11-04 17:10:18.748511505 +0100
@@ -22,7 +22,6 @@
 Release:        0
 Summary:        A declarative parser/builder for binary data
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/construct/construct
 Source:         
https://github.com/construct/construct/archive/v%{version}.tar.gz
 Patch0:         split_debug.patch
@@ -31,15 +30,15 @@
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
-Requires:       python-arrow
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-six
 BuildRequires:  python2-enum34
+Requires:       python-arrow
+Requires:       python-six
+BuildArch:      noarch
 %ifpython2
 Requires:       python-enum34
 %endif
-BuildArch:      noarch
 %python_subpackages
 
 %description
@@ -63,10 +62,10 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix}
+%pytest
 
 %files %{python_files}
 %license LICENSE


Reply via email to