Hello community, here is the log from the commit of package python-statsd for openSUSE:Factory checked in at 2019-02-25 17:58:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-statsd (Old) and /work/SRC/openSUSE:Factory/.python-statsd.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-statsd" Mon Feb 25 17:58:11 2019 rev:5 rq:678834 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-statsd/python-statsd.changes 2018-12-24 11:44:50.905268289 +0100 +++ /work/SRC/openSUSE:Factory/.python-statsd.new.28833/python-statsd.changes 2019-02-25 17:58:16.194242239 +0100 @@ -1,0 +2,15 @@ +Sun Feb 24 08:54:55 UTC 2019 - John Vandenberg <[email protected]> + +- Activate the test suite +- Add built docs to %doc +- Use fdupes +- Update to v3.3.0 + * Drop support for Python 2.5, 2.6, 3.2, 3.3 + * Add UnixSocketStatsClient + * Add support for timedeltas in timing() + * Fix timer decorator with partial functions + * Remove ABCMeta metaclass (incompatible with Py3) + * Refactor client module + * Various doc updates + +------------------------------------------------------------------- Old: ---- statsd-3.2.2.tar.gz New: ---- statsd-3.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-statsd.spec ++++++ --- /var/tmp/diff_new_pack.o8Wakw/_old 2019-02-25 17:58:17.506240957 +0100 +++ /var/tmp/diff_new_pack.o8Wakw/_new 2019-02-25 17:58:17.510240953 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-statsd # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-statsd -Version: 3.2.2 +Version: 3.3.0 Release: 0 Summary: A simple statsd client License: MIT Group: Development/Languages/Python URL: https://github.com/jsocol/pystatsd Source: https://files.pythonhosted.org/packages/source/s/statsd/statsd-%{version}.tar.gz +BuildRequires: %{python_module mock} +BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -42,10 +45,14 @@ %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%python_exec setup.py test %files %{python_files} %license LICENSE -%doc AUTHORS CHANGES README.rst +%doc AUTHORS CHANGES README.rst docs/_build/html %{python_sitelib}/* %changelog ++++++ statsd-3.2.2.tar.gz -> statsd-3.3.0.tar.gz ++++++ ++++ 20604 lines of diff (skipped)
