Hello community, here is the log from the commit of package python-smmap2 for openSUSE:Factory checked in at 2020-03-27 21:56:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-smmap2 (Old) and /work/SRC/openSUSE:Factory/.python-smmap2.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-smmap2" Fri Mar 27 21:56:48 2020 rev:5 rq:785622 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-smmap2/python-smmap2.changes 2019-03-28 22:49:55.203040860 +0100 +++ /work/SRC/openSUSE:Factory/.python-smmap2.new.3160/python-smmap2.changes 2020-03-27 21:57:19.170793523 +0100 @@ -1,0 +2,6 @@ +Mon Mar 16 12:38:40 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 3.0.1: + * wrap around smmap + +------------------------------------------------------------------- Old: ---- smmap2-2.0.5.tar.gz New: ---- smmap2-3.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-smmap2.spec ++++++ --- /var/tmp/diff_new_pack.62kjRb/_old 2020-03-27 21:57:19.762793867 +0100 +++ /var/tmp/diff_new_pack.62kjRb/_new 2020-03-27 21:57:19.778793877 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-smmap2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,22 +18,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-smmap2 -Version: 2.0.5 +Version: 3.0.1 Release: 0 Summary: A pure python implementation of a sliding window memory map manager License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/Byron/smmap +URL: https://github.com/Byron/smmap Source: https://files.pythonhosted.org/packages/source/s/smmap2/smmap2-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module smmap} BuildRequires: fdupes BuildRequires: python-rpm-macros -# SECTION test requirements -BuildRequires: %{python_module coverage >= 3.4} -BuildRequires: %{python_module nosexcover} -BuildRequires: %{python_module nose} -# /SECTION -Conflicts: python-smmap +Requires: python-smmap = %version BuildArch: noarch %python_subpackages @@ -66,15 +62,13 @@ %build %python_build +echo "Deprecated wrapper around smmap." > README.md + %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%check -%python_exec setup.py test - %files %{python_files} -%license LICENSE %doc README.md %{python_sitelib}/* ++++++ smmap2-2.0.5.tar.gz -> smmap2-3.0.1.tar.gz ++++++ ++++ 2171 lines of diff (skipped)
