Hello community,
here is the log from the commit of package python-python-mpd2 for
openSUSE:Factory checked in at 2018-08-31 10:46:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-mpd2 (Old)
and /work/SRC/openSUSE:Factory/.python-python-mpd2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-mpd2"
Fri Aug 31 10:46:05 2018 rev:2 rq:632138 version:1.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-mpd2/python-python-mpd2.changes
2017-09-11 16:18:26.897294791 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-mpd2.new/python-python-mpd2.changes
2018-08-31 10:46:08.911325869 +0200
@@ -1,0 +2,8 @@
+Wed Aug 29 10:58:41 UTC 2018 - [email protected]
+
+- Update to release 1.0.0:
+ * asyncio support
+ * Various tweaks for python3
+- Make sure to run tests
+
+-------------------------------------------------------------------
Old:
----
python-mpd2-0.5.5.tar.bz2
New:
----
python-mpd2-1.0.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-mpd2.spec ++++++
--- /var/tmp/diff_new_pack.cGlMXL/_old 2018-08-31 10:46:09.351326404 +0200
+++ /var/tmp/diff_new_pack.cGlMXL/_new 2018-08-31 10:46:09.355326410 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-mpd2
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -13,27 +13,25 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
Name: python-python-mpd2
-Version: 0.5.5
+Version: 1.0.0
Release: 0
-License: LGPL-3.0
Summary: A Python MPD client library
-Url: https://github.com/Mic92/python-mpd2
+License: LGPL-3.0-only
Group: Development/Languages/Python
+URL: https://github.com/Mic92/python-mpd2
Source:
https://files.pythonhosted.org/packages/source/p/python-mpd2/python-mpd2-%{version}.tar.bz2
+BuildRequires: %{python_module Twisted}
+BuildRequires: %{python_module mock}
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
-%if %{with test}
-BuildRequires: %{python_module tox}
-%endif
+Requires: python-Twisted
BuildArch: noarch
-
%python_subpackages
%description
@@ -52,24 +50,15 @@
%install
%python_install
-%{python_expand chmod a+x %{buildroot}%{$python_sitelib}/mpd_test.py
-sed -i "s|^#!/usr/bin/env python$|#!%__$python|"
%{buildroot}%{$python_sitelib}/mpd_test.py
-$python -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}
-$python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}
-%fdupes %{buildroot}%{$python_sitelib}
-}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%if %{with test}
%check
-%python_exec setup.py test
-%endif
+%python_expand PYTHON_SITEPATH=%{buildroot}%{$python_sitelib} $python -m
unittest mpd.tests
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
-%{python_sitelib}/mpd.py*
-%{python_sitelib}/mpd_test.py*
+%license LICENSE.txt
+%doc README.rst
%{python_sitelib}/python_mpd2-%{version}-py*.egg-info
-%pycache_only %{python_sitelib}/__pycache__/mpd*.py*
+%{python_sitelib}/mpd
%changelog
++++++ python-mpd2-0.5.5.tar.bz2 -> python-mpd2-1.0.0.tar.bz2 ++++++
++++ 5684 lines of diff (skipped)