[Python-modules-commits] [lazr.restfulclient] 01/01: delete the egg-info from the vcs

Mattia Rizzolo mattia at debian.org
Thu May 19 10:35:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository lazr.restfulclient.

commit db7ad14a66c9c3a05410ddf39e59e69bf7bd3a3e
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Thu May 19 10:34:26 2016 +0000

    delete the egg-info from the vcs
    
    Gbp-Dch: Ignore
---
 src/lazr.restfulclient.egg-info/PKG-INFO           | 341 ---------------------
 src/lazr.restfulclient.egg-info/SOURCES.txt        |  37 ---
 .../dependency_links.txt                           |   1 -
 .../namespace_packages.txt                         |   1 -
 src/lazr.restfulclient.egg-info/not-zip-safe       |   1 -
 src/lazr.restfulclient.egg-info/requires.txt       |  13 -
 src/lazr.restfulclient.egg-info/top_level.txt      |   1 -
 7 files changed, 395 deletions(-)

diff --git a/src/lazr.restfulclient.egg-info/PKG-INFO b/src/lazr.restfulclient.egg-info/PKG-INFO
deleted file mode 100644
index 86007c5..0000000
--- a/src/lazr.restfulclient.egg-info/PKG-INFO
+++ /dev/null
@@ -1,341 +0,0 @@
-Metadata-Version: 1.1
-Name: lazr.restfulclient
-Version: 0.13.4
-Summary: A programmable client library that takes advantage of the commonalities among
-Home-page: https://launchpad.net/lazr.restfulclient
-Author: LAZR Developers
-Author-email: lazr-developers at lists.launchpad.net
-License: LGPL v3
-Download-URL: https://launchpad.net/lazr.restfulclient/+download
-Description: ..
-            This file is part of lazr.restfulclient.
-        
-            lazr.restfulclient 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, version 3 of the License.
-        
-            lazr.restfulclient 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 lazr.restfulclient.  If not, see <http://www.gnu.org/licenses/>.
-        
-        LAZR restfulclient
-        ************
-        
-        This is a pure template for new lazr namespace packages.
-        
-        Please see https://dev.launchpad.net/LazrStyleGuide and
-        https://dev.launchpad.net/Hacking for how to develop in this
-        package.
-        
-        This is an example Sphinx_ `Table of contents`_.  If you add files to the docs
-        directory, you should probably improve it.
-        
-        .. toctree::
-           :glob:
-        
-           *
-           docs/*
-        
-        .. _Sphinx: http://sphinx.pocoo.org/
-        .. _Table of contents: http://sphinx.pocoo.org/concepts.html#the-toc-tree
-        
-        Importable
-        ==========
-        
-        The lazr.restfulclient package is importable, and has a version number.
-        
-            >>> import lazr.restfulclient
-            >>> print 'VERSION:', lazr.restfulclient.__version__
-            VERSION: ...
-        
-        ===========================
-        NEWS for lazr.restfulclient
-        ===========================
-        
-        0.13.4 (2014-12-05)
-        ===================
-        
-          - Port to python3.
-          - Support proxy settings from environment by default.
-        
-        0.13.3 (2013-03-22)
-        ===================
-        
-          - Fall back to httplib2's default certificate path if the
-            Debian/Ubuntu one doesn't exist. The default bundle might work,
-            but a path that doesn't exist is never going to. New httplib2
-            bundles contain the required CA certs.
-        
-        0.13.2 (2012-12-06)
-        ===================
-        
-          - lazr.restfulclient is almost exclusively used with launchpad.net,
-            but httplib2's cert bundle doesn't include launchpad's CA. Therefore
-            with the default setup launchpadlib doesn't work unless cert checking
-            is disabled. This is mitigated by the fact that Ubuntu carries a patch
-            to httplib2 to make it use the system CA certs. This release makes that
-            the default approach in lazr.restfulclient so that launchpad.net can be
-            used by anyone with the Debian/Ubuntu CA certs path
-            (/etc/ssl/certs/ca-certificates.crt), regardless of whether they are
-            using Ubuntu's patched version of httplib2. Any platforms that don't have
-            that path remain broken.
-        
-        0.13.1 (2012-09-26)
-        ===================
-        
-          - Named POST operations may result in a resource moving to a new location.
-          Detect the redirect and reload the resource from its new URL.
-        
-        0.13.0 (2012-06-19)
-        ===================
-        
-          - Add environment variable, LP_DISABLE_SSL_CERTIFICATE_VALIDATION, to
-            disable SSL certificate checks.  Most useful when testing against
-            development servers.
-        
-        0.12.3 (2012-05-17)
-        ===================
-        
-          - Implement the mocked out authorizeRequest for the BasicHttpAuthorizer
-          object.
-        
-        0.12.2 (2012-04-16)
-        ===================
-        
-          - Fix ServiceRoot.load() so that it properly handles relative URLs
-          in a way that doesn't break subsequent API calls (bug 681767).
-        
-        0.12.1 (2012-03-28)
-        ===================
-        
-          - Made the cache safe for use by concurrent threads and processes.
-        
-        0.12.0 (2011-06-30)
-        ===================
-        
-          - Give a more useful AttributeError
-        
-        0.11.2 (2011-02-03)
-        ===================
-        
-         - The 'web_link' parameter now shows up in lp_attributes, not
-           lp_entries.
-        
-        0.11.1 (2010-11-04)
-        ===================
-        
-         - Restored compatibility with Python 2.4.
-        
-        0.11.0 (2010-10-28)
-        ===================
-        
-         - Make it possibly to specify an "application name" separate from the
-           OAuth consumer key. If present, the application name is used in the
-           User-Agent header; otherwise, the OAuth consumer key is used.
-        
-         - Add a "system-wide consumer" which can be used to authorize a
-           user's entire account to use a web service, rather than doing it
-           one application at a time.
-        
-        0.10.0 (2010-08-12)
-        ===================
-        
-         - Add compatibility with lazr.restful 0.11.0
-        
-        0.9.21 (2010-07-19)
-        ===================
-        
-         - Ensure that all JSON representations are converted to Unicode.
-        
-         - Restore the old behavior of CollectionWithKeyBasedLookup, which is
-           less efficient but easier to understand. That is, the following
-           code will work as it did in 0.9.17, performing the lookup
-           immediately and raising a KeyError if the object doesn't exist on
-           the server side.
-        
-            service.collection['key']
-        
-           The more efficient behavior (which doesn't perform the lookup until
-           you actually need the object) is still available, but you have to
-           write this code instead:
-        
-            service.collection('key')
-        
-         - Exceptional conditions will now raise an appropriate subclass of
-           HTTPError instead of always raising HTTPError.
-        
-         - Credential files are now created as being user-readable only. (In
-           launchpadlib, they were created using the default umask and then
-           made user-readable with chmod.)
-        
-        0.9.20 (2010-06-25)
-        ===================
-        
-         - It's now possible to pass a relative URL (relative to the versioned
-           service root) into load().
-        
-        0.9.19 (2010-06-21)
-        ===================
-        
-         - When the representation of a resource, as retrieved from the
-           server, is of a different type than expected, the server value now
-           takes precedence. This means that, in rare situations, a resource
-           may start out presumed to be of one type, and change its
-           capabilities once its representation is fetched from the server.
-        
-        0.9.18 (2010-06-16)
-        ===================
-        
-         - Made it possible to avoid fetching a representation of every single
-           object looked up from a CollectionWithKeyBasedLookup (by defining
-           .collection_of on the class), potentially improving script
-           performance.
-        
-        0.9.17 (2010-05-10)
-        ===================
-        
-         - Switched back to asking for compression using the standard
-           Accept-Encoding header. Using the TE header has never worked in a
-           real situation due to HTTP intermediaries.
-        
-        0.9.16 (2010-05-03)
-        ===================
-        
-         - If a server returns a 502 or 503 error code, lazr.restfulclient
-           will retry its request a configurable number of times in hopes that
-           the error is transient.
-        
-         - It's now possible to invoke lazr.restful destructor methods, with
-           the lp_delete() method.
-        
-        0.9.15 (2010-04-27)
-        ====================
-        
-         - Clients will no longer fetch a representation of a collection
-           before invoking a named operation on the collection.
-        
-        0.9.14 (2010-04-15)
-        ===================
-        
-         - Clients now send a useful and somewhat customizable User-Agent
-           string.
-        
-         - Added a workaround for a bug in httplib2.
-        
-         - Removed the software dependency on lazr.restful except when running
-           the full test suite. (The standalone_test test suite tests basic
-           functionality of lazr.restfulclient to make sure the code base
-           doesn't fundamentally depend on lazr.restful.)
-        
-        0.9.13 (2010-03-24)
-        ===================
-        
-        - Removed some no-longer-needed compatibility code for buggy
-          servers, and fixed the tests to work with the new release of simplejson.
-        
-        - The fix in 0.9.11 to avoid errors on eCryptfs filesystems wasn't
-          strict enough. The maximum filename length is now 143 characters.
-        
-        0.9.12 (2010-03-09)
-        ===================
-        
-        - Fixed a bug that prevented a unicode string from being used as a
-          cache filename.
-        
-        0.9.11 (2010-02-11)
-        ===================
-        
-        - If a lazr.restful web service publishes multiple versions, you can
-          now specify which version to use in a separate constructor argument,
-          rather than sticking it on to the end of the service root.
-        - Filenames in the cache will never be longer than 150 characters,
-          to avoid errors on eCryptfs filesystems.
-        - Added a proof-of-concept test for OAuth-signed anonymous access.
-        - Fixed comparisons of entries and hosted files with None.
-        
-        0.9.10 (2009-10-23)
-        ===================
-        
-        - lazr.restfulclient now requests the correct WADL media type.
-        - Made HTTPError strings more verbose.
-        - Implemented the equality operator for entry and hosted-file resources.
-        - Resume setting the 'credentials' attribute on ServerRoot to avoid
-          breaking compatibility with launchpadlib.
-        
-        0.9.9 (2009-10-07)
-        ==================
-        
-        - The WSGI authentication middleware has been moved from lazr.restful
-          to the new lazr.authentication library, and lazr.restfulclient now
-          uses the new library.
-        
-        0.9.8 (2009-10-06)
-        ==================
-        
-        - Added support for OAuth.
-        
-        0.9.7 (2009-09-30)
-        ==================
-        
-        - Added support for HTTP Basic Auth.
-        
-        0.9.6 (2009-09-16)
-        ==================
-        
-        - Made compatible with lazr.restful 0.9.6.
-        
-        0.9.5 (2009-08-28)
-        ==================
-        
-        - Removed debugging code.
-        
-        0.9.4 (2009-08-26)
-        ==================
-        
-        - Removed unnecessary build dependencies.
-        
-        - Updated tests for newer version of simplejson.
-        
-        - Made tests less fragile by cleaning up lazr.restful example filemanager
-          between tests.
-        
-        - normalized output of simplejson to unicode.
-        
-        0.9.3 (2009-08-05)
-        ==================
-        
-        Removed a sys.path hack from setup.py.
-        
-        0.9.2 (2009-07-16)
-        ==================
-        
-        - Fields that can contain binary data are no longer run through
-          simplejson.dumps().
-        
-        - For fields that can take on a limited set of values, you can now get
-          a list of possible values.
-        
-        0.9.1 (2009-07-13)
-        ==================
-        
-        - The client now knows to look for multipart/form-data representations
-          and will create them as appropriate. The upshot of this is that you
-          can now send binary data when invoking named operations that will
-          accept binary data.
-        
-        
-        0.9 (2009-04-29)
-        ================
-        
-        - Initial public release
-        
-Platform: UNKNOWN
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
diff --git a/src/lazr.restfulclient.egg-info/SOURCES.txt b/src/lazr.restfulclient.egg-info/SOURCES.txt
deleted file mode 100644
index 3be566c..0000000
--- a/src/lazr.restfulclient.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-COPYING.txt
-HACKING.txt
-README.txt
-setup.py
-src/lazr/__init__.py
-src/lazr.restfulclient.egg-info/PKG-INFO
-src/lazr.restfulclient.egg-info/SOURCES.txt
-src/lazr.restfulclient.egg-info/dependency_links.txt
-src/lazr.restfulclient.egg-info/namespace_packages.txt
-src/lazr.restfulclient.egg-info/not-zip-safe
-src/lazr.restfulclient.egg-info/requires.txt
-src/lazr.restfulclient.egg-info/top_level.txt
-src/lazr/restfulclient/NEWS.txt
-src/lazr/restfulclient/README.txt
-src/lazr/restfulclient/__init__.py
-src/lazr/restfulclient/_browser.py
-src/lazr/restfulclient/_json.py
-src/lazr/restfulclient/errors.py
-src/lazr/restfulclient/resource.py
-src/lazr/restfulclient/version.txt
-src/lazr/restfulclient/authorize/__init__.py
-src/lazr/restfulclient/authorize/oauth.py
-src/lazr/restfulclient/docs/__init__.py
-src/lazr/restfulclient/docs/authorizer.standalone.txt
-src/lazr/restfulclient/docs/caching.txt
-src/lazr/restfulclient/docs/collections.txt
-src/lazr/restfulclient/docs/entries.txt
-src/lazr/restfulclient/docs/hosted-files.txt
-src/lazr/restfulclient/docs/operations.txt
-src/lazr/restfulclient/docs/retry.standalone.txt
-src/lazr/restfulclient/docs/toplevel.txt
-src/lazr/restfulclient/tests/__init__.py
-src/lazr/restfulclient/tests/example.py
-src/lazr/restfulclient/tests/test_atomicfilecache.py
-src/lazr/restfulclient/tests/test_docs.py
-src/lazr/restfulclient/tests/test_error.py
-src/lazr/restfulclient/tests/test_oauth.py
\ No newline at end of file
diff --git a/src/lazr.restfulclient.egg-info/dependency_links.txt b/src/lazr.restfulclient.egg-info/dependency_links.txt
deleted file mode 100644
index 8b13789..0000000
--- a/src/lazr.restfulclient.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/src/lazr.restfulclient.egg-info/namespace_packages.txt b/src/lazr.restfulclient.egg-info/namespace_packages.txt
deleted file mode 100644
index bc6f987..0000000
--- a/src/lazr.restfulclient.egg-info/namespace_packages.txt
+++ /dev/null
@@ -1 +0,0 @@
-lazr
diff --git a/src/lazr.restfulclient.egg-info/not-zip-safe b/src/lazr.restfulclient.egg-info/not-zip-safe
deleted file mode 100644
index 8b13789..0000000
--- a/src/lazr.restfulclient.egg-info/not-zip-safe
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/src/lazr.restfulclient.egg-info/requires.txt b/src/lazr.restfulclient.egg-info/requires.txt
deleted file mode 100644
index 482fa33..0000000
--- a/src/lazr.restfulclient.egg-info/requires.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-httplib2
-oauth
-setuptools
-wadllib>=1.1.4
-
-[docs]
-Sphinx
-z3c.recipe.sphinxdoc
-
-[test]
-lazr.authentication
-lazr.restful>=0.11.0
-wsgi_intercept
diff --git a/src/lazr.restfulclient.egg-info/top_level.txt b/src/lazr.restfulclient.egg-info/top_level.txt
deleted file mode 100644
index bc6f987..0000000
--- a/src/lazr.restfulclient.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-lazr

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/lazr.restfulclient.git



More information about the Python-modules-commits mailing list