Hello community, here is the log from the commit of package python-wrapt for openSUSE:Factory checked in at 2019-03-12 09:46:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wrapt (Old) and /work/SRC/openSUSE:Factory/.python-wrapt.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wrapt" Tue Mar 12 09:46:44 2019 rev:7 rq:683895 version:1.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wrapt/python-wrapt.changes 2017-09-23 21:33:19.781890030 +0200 +++ /work/SRC/openSUSE:Factory/.python-wrapt.new.28833/python-wrapt.changes 2019-03-12 09:46:46.239617527 +0100 @@ -1,0 +2,8 @@ +Mon Mar 11 13:28:24 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.11.1: + * Many bugfixes all around + * see changes.rst for detailed list +- Switch to github to include tests + +------------------------------------------------------------------- Old: ---- wrapt-1.10.10.tar.gz New: ---- 1.11.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wrapt.spec ++++++ --- /var/tmp/diff_new_pack.TLOm0j/_old 2019-03-12 09:46:47.031617369 +0100 +++ /var/tmp/diff_new_pack.TLOm0j/_new 2019-03-12 09:46:47.031617369 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-wrapt # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -13,23 +13,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-wrapt -Version: 1.10.10 +Version: 1.11.1 Release: 0 Summary: A Python module for decorators, wrappers and monkey patching License: BSD-2-Clause Group: Development/Languages/Python -Url: https://github.com/GrahamDumpleton/wrapt -Source: https://pypi.io/packages/source/w/wrapt/wrapt-%{version}.tar.gz +URL: https://github.com/GrahamDumpleton/wrapt +Source: https://github.com/GrahamDumpleton/wrapt/archive/%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description @@ -65,10 +66,14 @@ %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitearch} + +%check +%pytest_arch %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE README.rst +%license LICENSE +%doc README.rst docs/changes.rst %{python_sitearch}/* %changelog ++++++ wrapt-1.10.10.tar.gz -> 1.11.1.tar.gz ++++++ ++++ 16909 lines of diff (skipped)
