Hello community,

here is the log from the commit of package python-smmap for openSUSE:Leap:15.2 
checked in at 2020-03-31 07:24:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-smmap (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-smmap.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-smmap"

Tue Mar 31 07:24:16 2020 rev:13 rq:789900 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-smmap/python-smmap.changes      
2020-03-26 05:42:04.087300222 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-smmap.new.3160/python-smmap.changes    
2020-03-31 07:24:38.906457063 +0200
@@ -1,0 +2,6 @@
+Mon Mar 30 10:58:58 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Install doc/license
+- Sync the package with smmap2 to have the same fixes in
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-smmap.spec ++++++
--- /var/tmp/diff_new_pack.w5uAeO/_old  2020-03-31 07:24:40.038457530 +0200
+++ /var/tmp/diff_new_pack.w5uAeO/_new  2020-03-31 07:24:40.086457549 +0200
@@ -17,28 +17,19 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:           python-smmap
 Version:        3.0.1
 Release:        0
 Summary:        A pure git implementation of a sliding window memory map 
manager
 License:        BSD-2-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/gitpython-developers/smmap
 Source:         
https://files.pythonhosted.org/packages/source/s/smmap/smmap-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  python-rpm-macros
-# SECTION test requirements
-%if %{with test}
-BuildRequires:  %{python_module coverage}
-BuildRequires:  %{python_module nosexcover}
 BuildRequires:  %{python_module nose}
-%endif
-# /SECTION
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -54,6 +45,7 @@
 
 %prep
 %setup -q -n smmap-%{version}
+dos2unix README.md
 
 %build
 %python_build
@@ -61,13 +53,13 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-%if %{with test}
+
 %check
-%python_exec setup.py test
-%endif
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
nosetests-%{$python_bin_suffix} -v
 
 %files %{python_files}
-%defattr(-,root,root,-)
+%license LICENSE
+%doc README.md
 %{python_sitelib}/*
 
 %changelog


Reply via email to