Hello community, here is the log from the commit of package python-statsd for openSUSE:Leap:15.2 checked in at 2020-03-02 13:23:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-statsd (Old) and /work/SRC/openSUSE:Leap:15.2/.python-statsd.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-statsd" Mon Mar 2 13:23:30 2020 rev:15 rq:777183 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-statsd/python-statsd.changes 2020-01-15 15:53:33.023601584 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-statsd.new.26092/python-statsd.changes 2020-03-02 13:23:30.722416815 +0100 @@ -1,0 +2,20 @@ +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 + +------------------------------------------------------------------- +Tue Dec 4 12:54:56 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- Old: ---- statsd-3.2.2.tar.gz New: ---- statsd-3.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-statsd.spec ++++++ --- /var/tmp/diff_new_pack.bQr0Xc/_old 2020-03-02 13:23:31.122417610 +0100 +++ /var/tmp/diff_new_pack.bQr0Xc/_new 2020-03-02 13:23:31.126417618 +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 @@ -12,25 +12,25 @@ # 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-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 +URL: https://github.com/jsocol/pystatsd Source: https://files.pythonhosted.org/packages/source/s/statsd/statsd-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module mock} +BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -45,10 +45,14 @@ %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%python_exec setup.py test %files %{python_files} -%defattr(-,root,root,-) -%doc AUTHORS CHANGES LICENSE README.rst +%license LICENSE +%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)
