[Python-apps-commits] r11013 - in modules/defusedxml/trunk (9 files)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Mon Jun 30 00:46:39 UTC 2014


    Date: Monday, June 30, 2014 @ 00:46:38
  Author: nikratio-guest
Revision: 11013

[svn-inject] Applying Debian modifications (0.4.1-1) to trunk

Added:
  modules/defusedxml/trunk/debian/
  modules/defusedxml/trunk/debian/changelog
  modules/defusedxml/trunk/debian/compat
  modules/defusedxml/trunk/debian/control
  modules/defusedxml/trunk/debian/copyright
  modules/defusedxml/trunk/debian/docs
  modules/defusedxml/trunk/debian/rules
  modules/defusedxml/trunk/debian/source/
  modules/defusedxml/trunk/debian/source/format


Property changes on: modules/defusedxml/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: modules/defusedxml/trunk/debian/changelog
===================================================================
--- modules/defusedxml/trunk/debian/changelog	                        (rev 0)
+++ modules/defusedxml/trunk/debian/changelog	2014-06-30 00:46:38 UTC (rev 11013)
@@ -0,0 +1,5 @@
+defusedxml (0.4.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #705691)
+
+ -- Luke Faraone <lfaraone at debian.org>  Thu, 18 Apr 2013 11:15:53 -0400

Added: modules/defusedxml/trunk/debian/compat
===================================================================
--- modules/defusedxml/trunk/debian/compat	                        (rev 0)
+++ modules/defusedxml/trunk/debian/compat	2014-06-30 00:46:38 UTC (rev 11013)
@@ -0,0 +1 @@
+7

Added: modules/defusedxml/trunk/debian/control
===================================================================
--- modules/defusedxml/trunk/debian/control	                        (rev 0)
+++ modules/defusedxml/trunk/debian/control	2014-06-30 00:46:38 UTC (rev 11013)
@@ -0,0 +1,23 @@
+Source: defusedxml
+Maintainer: Debian Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Luke Faraone <lfaraone at debian.org>
+Section: python
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7)
+Standards-Version: 3.9.4
+Homepage: https://pypi.python.org/pypi/defusedxml
+Vcs-Svn: svn://anonscm.debian.org/svn/python-modules/packages/defusedxml/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/defusedxml/trunk/
+X-Python-Version: >= 2.6
+
+Package: python-defusedxml
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: XML bomb protection for Python stdlib modules
+ The results of an attack on a vulnerable XML library can be fairly dramatic.
+ With just a few hundred bytes of XML data an attacker can occupy several
+ gigabytes of memory within seconds. An attacker can also keep
+ CPUs busy for a long time with a small to medium size request.
+ .
+ This library allows for XML to be parsed in a manner that avoids these
+ pitfalls.

Added: modules/defusedxml/trunk/debian/copyright
===================================================================
--- modules/defusedxml/trunk/debian/copyright	                        (rev 0)
+++ modules/defusedxml/trunk/debian/copyright	2014-06-30 00:46:38 UTC (rev 11013)
@@ -0,0 +1,62 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: defusedxml
+Source: https://pypi.python.org/pypi/defusedxml
+
+Files: *
+Copyright: Copyright 2010 Disqus, Inc.
+License: Python
+
+Files: debian/*
+Copyright: Copyright 2013 Humbug, Inc.
+License: Python
+
+License: Python
+ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ --------------------------------------------
+ .
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
+ otherwise using this software ("Python") in source or binary form and
+ its associated documentation.
+ .
+ 2. Subject to the terms and conditions of this License Agreement, PSF
+ hereby grants Licensee a nonexclusive, royalty-free, world-wide
+ license to reproduce, analyze, test, perform and/or display publicly,
+ prepare derivative works, distribute, and otherwise use Python
+ alone or in any derivative version, provided, however, that PSF's
+ License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
+ 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation; 
+ All Rights Reserved" are retained in Python alone or in any derivative 
+ version prepared by Licensee.
+ .
+ 3. In the event Licensee prepares a derivative work that is based on
+ or incorporates Python or any part thereof, and wants to make
+ the derivative work available to others as provided herein, then
+ Licensee hereby agrees to include in any such work a brief summary of
+ the changes made to Python.
+ .
+ 4. PSF is making Python available to Licensee on an "AS IS"
+ basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+ IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
+ INFRINGE ANY THIRD PARTY RIGHTS.
+ .
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+ .
+ 6. This License Agreement will automatically terminate upon a material
+ breach of its terms and conditions.
+ .
+ 7. Nothing in this License Agreement shall be deemed to create any
+ relationship of agency, partnership, or joint venture between PSF and
+ Licensee.  This License Agreement does not grant permission to use PSF
+ trademarks or trade name in a trademark sense to endorse or promote
+ products or services of Licensee, or any third party.
+ .
+ 8. By copying, installing or otherwise using Python, Licensee
+ agrees to be bound by the terms and conditions of this License
+ Agreement.
+

Added: modules/defusedxml/trunk/debian/docs
===================================================================
--- modules/defusedxml/trunk/debian/docs	                        (rev 0)
+++ modules/defusedxml/trunk/debian/docs	2014-06-30 00:46:38 UTC (rev 11013)
@@ -0,0 +1,2 @@
+README.txt
+README.html

Added: modules/defusedxml/trunk/debian/rules
===================================================================
--- modules/defusedxml/trunk/debian/rules	                        (rev 0)
+++ modules/defusedxml/trunk/debian/rules	2014-06-30 00:46:38 UTC (rev 11013)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Thu, 18 Apr 2013 11:15:09 -0400
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+


Property changes on: modules/defusedxml/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: modules/defusedxml/trunk/debian/source/format
===================================================================
--- modules/defusedxml/trunk/debian/source/format	                        (rev 0)
+++ modules/defusedxml/trunk/debian/source/format	2014-06-30 00:46:38 UTC (rev 11013)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-apps-commits mailing list