[Python-modules-commits] r15588 - in packages/python-repoze.lru/trunk (13 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Fri Feb 11 02:43:03 UTC 2011


    Date: Friday, February 11, 2011 @ 02:43:03
  Author: takaki
Revision: 15588

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

Added:
  packages/python-repoze.lru/trunk/debian/
  packages/python-repoze.lru/trunk/debian/changelog
  packages/python-repoze.lru/trunk/debian/compat
  packages/python-repoze.lru/trunk/debian/control
  packages/python-repoze.lru/trunk/debian/copyright
  packages/python-repoze.lru/trunk/debian/docs
  packages/python-repoze.lru/trunk/debian/patches/
  packages/python-repoze.lru/trunk/debian/patches/debian-changes-0.3-1
  packages/python-repoze.lru/trunk/debian/patches/series
  packages/python-repoze.lru/trunk/debian/rules
  packages/python-repoze.lru/trunk/debian/source/
  packages/python-repoze.lru/trunk/debian/source/format
  packages/python-repoze.lru/trunk/debian/watch


Property changes on: packages/python-repoze.lru/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-repoze.lru/trunk/debian/changelog
===================================================================
--- packages/python-repoze.lru/trunk/debian/changelog	                        (rev 0)
+++ packages/python-repoze.lru/trunk/debian/changelog	2011-02-11 02:43:03 UTC (rev 15588)
@@ -0,0 +1,5 @@
+python-repoze.lru (0.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #604996)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 26 Nov 2010 10:23:12 +0900

Added: packages/python-repoze.lru/trunk/debian/compat
===================================================================
--- packages/python-repoze.lru/trunk/debian/compat	                        (rev 0)
+++ packages/python-repoze.lru/trunk/debian/compat	2011-02-11 02:43:03 UTC (rev 15588)
@@ -0,0 +1 @@
+7

Added: packages/python-repoze.lru/trunk/debian/control
===================================================================
--- packages/python-repoze.lru/trunk/debian/control	                        (rev 0)
+++ packages/python-repoze.lru/trunk/debian/control	2011-02-11 02:43:03 UTC (rev 15588)
@@ -0,0 +1,19 @@
+Source: python-repoze.lru
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-setuptools, python-support
+Standards-Version: 3.9.1
+Homepage: http://www.repoze.org/
+#Vcs-Git: git://git.debian.org/collab-maint/python-repoze.lru.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-repoze.lru.git;a=summary
+
+Package: python-repoze.lru
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: tiny LRU cache implementation and decorator
+ repoze.lru is a LRU (least recently used) cache implementation. Keys and
+ values that are not used frequently will be evicted from the cache faster
+ than keys and values that are used frequently.

Added: packages/python-repoze.lru/trunk/debian/copyright
===================================================================
--- packages/python-repoze.lru/trunk/debian/copyright	                        (rev 0)
+++ packages/python-repoze.lru/trunk/debian/copyright	2011-02-11 02:43:03 UTC (rev 15588)
@@ -0,0 +1,64 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki at debian.org> on Fri, 26 Nov 2010 10:23:12 +0900
+
+It was downloaded from:
+
+    http://pypi.python.org/pypi/repoze.lru/0.3
+
+Upstream Author:
+
+    Agendaless Consulting <repoze-dev at lists repoze org>
+
+Copyright:
+
+    Copyright (c) 2009 Agendaless Consulting and Contributors.
+
+License:
+
+  A copyright notice accompanies this license document that identifies
+  the copyright holders.
+
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions are
+  met:
+
+  1.  Redistributions in source code must retain the accompanying
+      copyright notice, this list of conditions, and the following
+      disclaimer.
+
+  2.  Redistributions in binary form must reproduce the accompanying
+      copyright notice, this list of conditions, and the following
+      disclaimer in the documentation and/or other materials provided
+      with the distribution.
+
+  3.  Names of the copyright holders must not be used to endorse or
+      promote products derived from this software without prior
+      written permission from the copyright holders.
+
+  4.  If any files are modified, you must cause the modified files to
+      carry prominent notices stating that you changed the files and
+      the date of any change.
+
+  Disclaimer
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND
+    ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+    TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+    PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+    HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
+    TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+    ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+    TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
+    THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+
+The Debian packaging is:
+
+    Copyright (C) 2010 TANIGUCHI Takaki <takaki at debian.org>
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".

Added: packages/python-repoze.lru/trunk/debian/docs
===================================================================
--- packages/python-repoze.lru/trunk/debian/docs	                        (rev 0)
+++ packages/python-repoze.lru/trunk/debian/docs	2011-02-11 02:43:03 UTC (rev 15588)
@@ -0,0 +1,4 @@
+CHANGES.txt
+COPYRIGHT.txt
+README.txt
+README.txt

Added: packages/python-repoze.lru/trunk/debian/patches/debian-changes-0.3-1
===================================================================
--- packages/python-repoze.lru/trunk/debian/patches/debian-changes-0.3-1	                        (rev 0)
+++ packages/python-repoze.lru/trunk/debian/patches/debian-changes-0.3-1	2011-02-11 02:43:03 UTC (rev 15588)
@@ -0,0 +1,74 @@
+Description: Upstream changes introduced in version 0.3-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ python-repoze.lru (0.3-1) unstable; urgency=low
+ .
+   * Initial release (Closes: #604996)
+ .
+ The person named in the Author field signed this changelog entry.
+Author: TANIGUCHI Takaki <takaki at debian.org>
+Bug-Debian: http://bugs.debian.org/604996
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- python-repoze.lru-0.3.orig/repoze.lru.egg-info/PKG-INFO
++++ python-repoze.lru-0.3/repoze.lru.egg-info/PKG-INFO
+@@ -18,22 +18,22 @@ Description: repoze.lru
+         
+         Creating an LRUCache object::
+         
+-        from repoze.lru import LRUCache
+-        cache = LRUCache(100) # 100 max length
++          from repoze.lru import LRUCache
++          cache = LRUCache(100) # 100 max length
+         
+         Retrieving from an LRUCache object::
+         
+-        cache.get('nonexisting', 'foo') # will return 'foo'
+-        cache.get('nonexisting') # will return None
+-        cache.get('existing') # will return the value for existing
++          cache.get('nonexisting', 'foo') # will return 'foo'
++          cache.get('nonexisting') # will return None
++          cache.get('existing') # will return the value for existing
+         
+         Adding to an LRUCache object::
+         
+-        cache.put('key', 'value') # will add the key 'key' with the value 'value'
++          cache.put('key', 'value') # will add the key 'key' with the value 'value'
+         
+         Clearing an LRUCache::
+         
+-        cache.clear()
++          cache.clear()
+         
+         Decorator
+         ---------
+@@ -41,11 +41,11 @@ Description: repoze.lru
+         A ``lru_cache`` decorator exists.  All values passed to the decorated
+         function must be hashable.  It does not support keyword arguments::
+         
+-        from repoze.lru import lru_cache
++           from repoze.lru import lru_cache
+         
+-        @lru_cache(500)
+-        def expensive_function(*arg):
+-        pass
++           @lru_cache(500)
++           def expensive_function(*arg):
++               pass
+         
+         Each function decorated with the lru_cache decorator uses its own
+         cache related to that function.

Added: packages/python-repoze.lru/trunk/debian/patches/series
===================================================================
--- packages/python-repoze.lru/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-repoze.lru/trunk/debian/patches/series	2011-02-11 02:43:03 UTC (rev 15588)
@@ -0,0 +1 @@
+debian-changes-0.3-1

Added: packages/python-repoze.lru/trunk/debian/rules
===================================================================
--- packages/python-repoze.lru/trunk/debian/rules	                        (rev 0)
+++ packages/python-repoze.lru/trunk/debian/rules	2011-02-11 02:43:03 UTC (rev 15588)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 


Property changes on: packages/python-repoze.lru/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-repoze.lru/trunk/debian/source/format
===================================================================
--- packages/python-repoze.lru/trunk/debian/source/format	                        (rev 0)
+++ packages/python-repoze.lru/trunk/debian/source/format	2011-02-11 02:43:03 UTC (rev 15588)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-repoze.lru/trunk/debian/watch
===================================================================
--- packages/python-repoze.lru/trunk/debian/watch	                        (rev 0)
+++ packages/python-repoze.lru/trunk/debian/watch	2011-02-11 02:43:03 UTC (rev 15588)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/r/repoze.lru/repoze.lru-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list