[Pkg-mpd-commits] [python-mpd] 108/262: increment release number and complete renaming
Simon McVittie
smcv at debian.org
Sun May 22 18:16:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch upstream
in repository python-mpd.
commit 6acecdfc9af21c27036037622a4e704e1af4a5a7
Author: Jörg Thalheim <jthalheim at gmail.com>
Date: Sun Mar 18 20:42:30 2012 +0100
increment release number and complete renaming
---
CHANGES.txt | 13 ++++++++++++-
mpd.py | 8 ++++----
setup.py | 10 +++++-----
3 files changed, 21 insertions(+), 10 deletions(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index e9dac67..adb8f30 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,17 @@
-python-mpd Changes List
+python-mpd2 Changes List
=======================
+Changes in 0.4.0
+----------------
+
+* python3 support (python2.6 is minimum python version required)
+* support for the upcoming client-to-client protocol
+* adding new commands of mpd (seekcur, prior, priorid)
+* methods are explicit declared now, so they are shown in ipython
+* add unit tests
+* documented API to add new commands (see Future Compatible)
+
+
Changes in 0.3.0
----------------
diff --git a/mpd.py b/mpd.py
index 2612a53..9a29c61 100644
--- a/mpd.py
+++ b/mpd.py
@@ -1,19 +1,19 @@
-# python-mpd: Python MPD client library
+# python-mpd2: Python MPD client library
# Copyright (C) 2008-2010 J. Alexander Treuman <jat at spatialrift.net>
# Copyright (C) 2012 J. Thalheim <jthalheim at gmail.com>
#
-# python-mpd is free software: you can redistribute it and/or modify
+# python-mpd2 is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
-# python-mpd is distributed in the hope that it will be useful,
+# python-mpd2 is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
-# along with python-mpd. If not, see <http://www.gnu.org/licenses/>.
+# along with python-mpd2. If not, see <http://www.gnu.org/licenses/>.
import socket
from collections import Callable
diff --git a/setup.py b/setup.py
index 3576a03..c8e5b8d 100644
--- a/setup.py
+++ b/setup.py
@@ -22,24 +22,24 @@ LICENSE = """\
Copyright (C) 2008-2010 J. Alexander Treuman <jat at spatialrift.net>
Copyright (C) 2012 J. Thalheim <jat at spatialrift.net>
-python-mpd is free software: you can redistribute it and/or modify
+python-mpd2 is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-python-mpd is distributed in the hope that it will be useful,
+python-mpd2 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License
-along with python-mpd. If not, see <http://www.gnu.org/licenses/>.\
+along with python-mpd2. If not, see <http://www.gnu.org/licenses/>.\
"""
setup(
name="python-mpd2",
- version="0.3.0",
+ version="0.4.0",
description="A Python MPD client library",
long_description=DESCRIPTION,
- author="J. Alexander Treuman",
+ author="J. Thalheim",
author_email="jthalheim at gmail.com",
url="https://github.com/Mic92/python-mpd2",
download_url="https://github.com/Mic92/python-mpd2",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git
More information about the Pkg-mpd-commits
mailing list