[Python-modules-commits] r27277 - in packages/txws/tags (6 files)

olasd at users.alioth.debian.org olasd at users.alioth.debian.org
Sat Jan 18 09:41:52 UTC 2014


    Date: Saturday, January 18, 2014 @ 09:41:51
  Author: olasd
Revision: 27277

[svn-buildpackage] Tagging txws 0.8-1

Added:
  packages/txws/tags/0.8-1/
  packages/txws/tags/0.8-1/debian/changelog
    (from rev 27276, packages/txws/trunk/debian/changelog)
  packages/txws/tags/0.8-1/debian/control
    (from rev 27142, packages/txws/trunk/debian/control)
Deleted:
  packages/txws/tags/0.8-1/debian/changelog
  packages/txws/tags/0.8-1/debian/control
  packages/txws/tags/0.8-1/debian/patches/

Deleted: packages/txws/tags/0.8-1/debian/changelog
===================================================================
--- packages/txws/trunk/debian/changelog	2014-01-10 20:23:29 UTC (rev 27141)
+++ packages/txws/tags/0.8-1/debian/changelog	2014-01-18 09:41:51 UTC (rev 27277)
@@ -1,24 +0,0 @@
-txws (0.7.1-3) UNRELEASED; urgency=low
-
-  * Patch setup.py to directly depend on Twisted_Core and Twisted_Web
-  * Drop pydist-overrides and update dependencies accordingly
-
- -- Nicolas Dandrimont <nicolas.dandrimont at crans.org>  Fri, 12 Jul 2013 17:08:18 +0200
-
-txws (0.7.1-2) unstable; urgency=low
-
-  * Add myself to Uploaders.
-  * Put the real python-twisted-core package in pydist-overrides instead of
-    the virtual package, to generate a correct dependency.
-
- -- Nicolas Dandrimont <nicolas.dandrimont at crans.org>  Sun, 07 Jul 2013 13:38:35 +0200
-
-txws (0.7.1-1) unstable; urgency=low
-
-  [ Simon Chopin ]
-  * Initial release. (Closes: #705944)
-
-  [ Jakub Wilk ]
-  * Use canonical URIs for Vcs-* fields.
-
- -- Simon Chopin <chopin.simon at gmail.com>  Sat, 22 Jun 2013 15:05:04 -0400

Copied: packages/txws/tags/0.8-1/debian/changelog (from rev 27276, packages/txws/trunk/debian/changelog)
===================================================================
--- packages/txws/tags/0.8-1/debian/changelog	                        (rev 0)
+++ packages/txws/tags/0.8-1/debian/changelog	2014-01-18 09:41:51 UTC (rev 27277)
@@ -0,0 +1,32 @@
+txws (0.8-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Nicolas Dandrimont <olasd at debian.org>  Sat, 18 Jan 2014 10:27:25 +0100
+
+txws (0.7.1.1-1) unstable; urgency=medium
+
+  * New upstream release
+  * Drop pydist-overrides, add explicit dependencies on twisted instead
+  * Update my email address
+  * Update Standards-Version to 3.9.5 (no changes needed)
+
+ -- Nicolas Dandrimont <olasd at debian.org>  Sat, 11 Jan 2014 02:44:49 +0100
+
+txws (0.7.1-2) unstable; urgency=low
+
+  * Add myself to Uploaders.
+  * Put the real python-twisted-core package in pydist-overrides instead of
+    the virtual package, to generate a correct dependency.
+
+ -- Nicolas Dandrimont <nicolas.dandrimont at crans.org>  Sun, 07 Jul 2013 13:38:35 +0200
+
+txws (0.7.1-1) unstable; urgency=low
+
+  [ Simon Chopin ]
+  * Initial release. (Closes: #705944)
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Sat, 22 Jun 2013 15:05:04 -0400

Deleted: packages/txws/tags/0.8-1/debian/control
===================================================================
--- packages/txws/trunk/debian/control	2014-01-10 20:23:29 UTC (rev 27141)
+++ packages/txws/tags/0.8-1/debian/control	2014-01-18 09:41:51 UTC (rev 27277)
@@ -1,27 +0,0 @@
-Source: txws
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Nicolas Dandrimont <olasd at debian.org>,
-           Simon Chopin <chopin.simon at gmail.com>,
-Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools
-Standards-Version: 3.9.4
-X-Python-Version: >= 2.6
-Homepage: http://github.com/MostAwesomeDude/txWS
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/txws/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/txws/trunk/
-
-Package: python-txws
-Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends}
-Description: Python module to add Websocket support to the Twisted framework
- txWS (pronounced "Twisted WebSockets") is a small, short, simple library
- for adding WebSockets server support to your favorite Twisted
- applications.
- .
- Websocket is a protocol providing full-duplex communication channels over TCP
- mostly used in Web browsers.
- .
- Twisted is an event-based framework for internet applications

Copied: packages/txws/tags/0.8-1/debian/control (from rev 27142, packages/txws/trunk/debian/control)
===================================================================
--- packages/txws/tags/0.8-1/debian/control	                        (rev 0)
+++ packages/txws/tags/0.8-1/debian/control	2014-01-18 09:41:51 UTC (rev 27277)
@@ -0,0 +1,31 @@
+Source: txws
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Nicolas Dandrimont <olasd at debian.org>,
+           Simon Chopin <chopin.simon at gmail.com>,
+Build-Depends: debhelper (>= 9),
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python-vcversioner
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.6
+Homepage: http://github.com/MostAwesomeDude/txWS
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/txws/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/txws/trunk/
+
+Package: python-txws
+Architecture: all
+Depends: python-twisted-core,
+         python-twisted-web,
+         ${misc:Depends},
+         ${python:Depends}
+Description: Python module to add Websocket support to the Twisted framework
+ txWS (pronounced "Twisted WebSockets") is a small, short, simple library
+ for adding WebSockets server support to your favorite Twisted
+ applications.
+ .
+ Websocket is a protocol providing full-duplex communication channels over TCP
+ mostly used in Web browsers.
+ .
+ Twisted is an event-based framework for internet applications




More information about the Python-modules-commits mailing list