[Python-modules-commits] r26863 - in packages/websocket-client/tags (5 files)

olasd at users.alioth.debian.org olasd at users.alioth.debian.org
Sat Dec 21 19:35:23 UTC 2013


    Date: Saturday, December 21, 2013 @ 19:35:22
  Author: olasd
Revision: 26863

[svn-buildpackage] Tagging websocket-client 0.12.0-1

Added:
  packages/websocket-client/tags/0.12.0-1/
  packages/websocket-client/tags/0.12.0-1/debian/changelog
    (from rev 26862, packages/websocket-client/trunk/debian/changelog)
  packages/websocket-client/tags/0.12.0-1/debian/control
    (from rev 26861, packages/websocket-client/trunk/debian/control)
Deleted:
  packages/websocket-client/tags/0.12.0-1/debian/changelog
  packages/websocket-client/tags/0.12.0-1/debian/control

Deleted: packages/websocket-client/tags/0.12.0-1/debian/changelog
===================================================================
--- packages/websocket-client/trunk/debian/changelog	2013-12-21 19:25:14 UTC (rev 26860)
+++ packages/websocket-client/tags/0.12.0-1/debian/changelog	2013-12-21 19:35:22 UTC (rev 26863)
@@ -1,5 +0,0 @@
-websocket-client (0.12.0-1) UNRELEASED; urgency=medium
-
-  * Initial release. (Closes: #727759)
-
- -- Nicolas Dandrimont <olasd at debian.org>  Sat, 21 Dec 2013 21:07:39 +0100

Copied: packages/websocket-client/tags/0.12.0-1/debian/changelog (from rev 26862, packages/websocket-client/trunk/debian/changelog)
===================================================================
--- packages/websocket-client/tags/0.12.0-1/debian/changelog	                        (rev 0)
+++ packages/websocket-client/tags/0.12.0-1/debian/changelog	2013-12-21 19:35:22 UTC (rev 26863)
@@ -0,0 +1,5 @@
+websocket-client (0.12.0-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #727759)
+
+ -- Nicolas Dandrimont <olasd at debian.org>  Sat, 21 Dec 2013 21:32:31 +0100

Deleted: packages/websocket-client/tags/0.12.0-1/debian/control
===================================================================
--- packages/websocket-client/trunk/debian/control	2013-12-21 19:25:14 UTC (rev 26860)
+++ packages/websocket-client/tags/0.12.0-1/debian/control	2013-12-21 19:35:22 UTC (rev 26863)
@@ -1,24 +0,0 @@
-Source: websocket-client
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Nicolas Dandrimont <olasd at debian.org>
-Build-Depends:
- debhelper (>= 9),
- python-all (>= 2.6.6-3~)
-Standards-Version: 3.9.5
-X-Python-Version: >= 2.6
-Homepage: https://github.com/liris/websocket-client
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/websocket-client/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewsvn/python-modules/packages/websocket-client/trunk
-
-Package: python-websocket
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Description: WebSocket client library for python
- websocket-client provides a low-level, synchronous API providing WebSocket
- client functionality to Python programs. It conforms to the WebSocket
- specification as standardized by the IETF in RFC 6455.
- .
- WebSocket is a protocol providing full-duplex communication channels over
- TCP, mostly used in Web browsers.

Copied: packages/websocket-client/tags/0.12.0-1/debian/control (from rev 26861, packages/websocket-client/trunk/debian/control)
===================================================================
--- packages/websocket-client/tags/0.12.0-1/debian/control	                        (rev 0)
+++ packages/websocket-client/tags/0.12.0-1/debian/control	2013-12-21 19:35:22 UTC (rev 26863)
@@ -0,0 +1,25 @@
+Source: websocket-client
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Nicolas Dandrimont <olasd at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ python-all (>= 2.6.6-3~),
+ python-setuptools
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.6
+Homepage: https://github.com/liris/websocket-client
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/websocket-client/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewsvn/python-modules/packages/websocket-client/trunk
+
+Package: python-websocket
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: WebSocket client library for python
+ websocket-client provides a low-level, synchronous API providing WebSocket
+ client functionality to Python programs. It conforms to the WebSocket
+ specification as standardized by the IETF in RFC 6455.
+ .
+ WebSocket is a protocol providing full-duplex communication channels over
+ TCP, mostly used in Web browsers.




More information about the Python-modules-commits mailing list