[Python-modules-commits] [m2crypto] 01/20: remove egg-info folder instead of ignoring it

Daniel Stender stender at moszumanska.debian.org
Mon Nov 6 20:06:41 UTC 2017


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

stender pushed a commit to branch debian/master
in repository m2crypto.

commit 542cdf50208b9171dc185d45b6c2b5bc389aef7f
Author: Daniel Stender <stender at debian.org>
Date:   Sun Nov 5 18:55:44 2017 +0100

    remove egg-info folder instead of ignoring it
---
 M2Crypto.egg-info/PKG-INFO             |  27 ------
 M2Crypto.egg-info/SOURCES.txt          | 151 ---------------------------------
 M2Crypto.egg-info/dependency_links.txt |   1 -
 M2Crypto.egg-info/top_level.txt        |   1 -
 debian/changelog                       |   8 ++
 debian/clean                           |   3 +-
 debian/source/options                  |   1 -
 7 files changed, 10 insertions(+), 182 deletions(-)

diff --git a/M2Crypto.egg-info/PKG-INFO b/M2Crypto.egg-info/PKG-INFO
deleted file mode 100644
index d0b73bf..0000000
--- a/M2Crypto.egg-info/PKG-INFO
+++ /dev/null
@@ -1,27 +0,0 @@
-Metadata-Version: 1.1
-Name: M2Crypto
-Version: 0.24.0
-Summary: M2Crypto: A Python crypto and SSL toolkit
-Home-page: https://gitlab.com/m2crypto/m2crypto
-Author: Matej Cepl
-Author-email: mcepl at cepl.eu
-License: BSD-style license
-Description: M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA,
-        DH, EC, HMACs, message digests, symmetric ciphers (including AES); SSL
-        functionality to implement clients and servers; HTTPS extensions to Python's
-        httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web
-        session management; FTP/TLS client and server; S/MIME; ZServerSSL: A HTTPS
-        server for Zope and ZSmime: An S/MIME messenger for Zope. M2Crypto can also be
-        used to provide SSL for Twisted.
-Keywords: cryptography openssl
-Platform: any
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Intended Audience :: Developers
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: C
-Classifier: Programming Language :: Python
-Classifier: Topic :: Security :: Cryptography
-Classifier: Topic :: Software Development :: Libraries :: Python Modules
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.6
-Classifier: Programming Language :: Python :: 2.7
diff --git a/M2Crypto.egg-info/SOURCES.txt b/M2Crypto.egg-info/SOURCES.txt
deleted file mode 100644
index 091bd5a..0000000
--- a/M2Crypto.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,151 +0,0 @@
-CHANGES
-INSTALL.rst
-LICENCE
-MANIFEST.in
-README.rst
-epydoc.conf
-setup.cfg
-setup.py
-M2Crypto/ASN1.py
-M2Crypto/AuthCookie.py
-M2Crypto/BIO.py
-M2Crypto/BN.py
-M2Crypto/DH.py
-M2Crypto/DSA.py
-M2Crypto/EC.py
-M2Crypto/EVP.py
-M2Crypto/Engine.py
-M2Crypto/Err.py
-M2Crypto/RC4.py
-M2Crypto/RSA.py
-M2Crypto/Rand.py
-M2Crypto/SMIME.py
-M2Crypto/X509.py
-M2Crypto/__init__.py
-M2Crypto/callback.py
-M2Crypto/ftpslib.py
-M2Crypto/httpslib.py
-M2Crypto/m2.py
-M2Crypto/m2urllib.py
-M2Crypto/m2urllib2.py
-M2Crypto/m2xmlrpclib.py
-M2Crypto/threading.py
-M2Crypto/util.py
-M2Crypto.egg-info/PKG-INFO
-M2Crypto.egg-info/SOURCES.txt
-M2Crypto.egg-info/dependency_links.txt
-M2Crypto.egg-info/top_level.txt
-M2Crypto/PGP/PublicKey.py
-M2Crypto/PGP/PublicKeyRing.py
-M2Crypto/PGP/RSA.py
-M2Crypto/PGP/__init__.py
-M2Crypto/PGP/constants.py
-M2Crypto/PGP/packet.py
-M2Crypto/SSL/Checker.py
-M2Crypto/SSL/Cipher.py
-M2Crypto/SSL/Connection.py
-M2Crypto/SSL/Context.py
-M2Crypto/SSL/SSLServer.py
-M2Crypto/SSL/Session.py
-M2Crypto/SSL/TwistedProtocolWrapper.py
-M2Crypto/SSL/__init__.py
-M2Crypto/SSL/cb.py
-M2Crypto/SSL/ssl_dispatcher.py
-M2Crypto/SSL/timeout.py
-SWIG/_aes.i
-SWIG/_asn1.i
-SWIG/_bio.i
-SWIG/_bn.i
-SWIG/_dh.i
-SWIG/_dsa.i
-SWIG/_ec.i
-SWIG/_engine.i
-SWIG/_evp.i
-SWIG/_lib.h
-SWIG/_lib.i
-SWIG/_m2crypto.def
-SWIG/_m2crypto.i
-SWIG/_objects.i
-SWIG/_pkcs7.i
-SWIG/_rand.i
-SWIG/_rc4.i
-SWIG/_rsa.i
-SWIG/_ssl.i
-SWIG/_threads.i
-SWIG/_util.i
-SWIG/_x509.i
-contrib/README
-contrib/SimpleX509create.README
-contrib/SimpleX509create.py
-contrib/dave.README
-contrib/dave.patch
-contrib/dispatcher.README
-contrib/dispatcher.py
-contrib/isaac.README
-contrib/isaac.httpslib.py
-contrib/m2crypto.spec
-contrib/smimeplus.README
-contrib/smimeplus.py
-doc/ZServerSSL-HOWTO.html
-doc/howto.ca.html
-doc/howto.smime.html
-doc/howto.ssl.html
-tests/README
-tests/__init__.py
-tests/alltests.py
-tests/ca.pem
-tests/ca_key.pem
-tests/der_encoded_seq.b64
-tests/dhparams.pem
-tests/dsa.param.pem
-tests/dsa.priv.pem
-tests/dsa.pub.pem
-tests/ec.priv.pem
-tests/ec.pub.pem
-tests/fips.py
-tests/long_serial_cert.pem
-tests/makecerts.py
-tests/pubring.pgp
-tests/randpool.dat
-tests/recipient.pem
-tests/recipient_key.pem
-tests/rsa.priv.pem
-tests/rsa.priv2.pem
-tests/rsa.pub.pem
-tests/server.pem
-tests/server_key.pem
-tests/sig.p7
-tests/sig.p7s
-tests/signer.pem
-tests/signer_key.pem
-tests/test_asn1.py
-tests/test_authcookie.py
-tests/test_bio.py
-tests/test_bio_file.py
-tests/test_bio_iobuf.py
-tests/test_bio_membuf.py
-tests/test_bio_ssl.py
-tests/test_bn.py
-tests/test_dh.py
-tests/test_dsa.py
-tests/test_ec_curves.py
-tests/test_ecdh.py
-tests/test_ecdsa.py
-tests/test_engine.py
-tests/test_evp.py
-tests/test_obj.py
-tests/test_pgp.py
-tests/test_rand.py
-tests/test_rc4.py
-tests/test_rsa.py
-tests/test_smime.py
-tests/test_ssl.py
-tests/test_ssl_offline.py
-tests/test_ssl_win.py
-tests/test_threading.py
-tests/test_x509.py
-tests/thawte.pem
-tests/x509.der
-tests/x509.pem
-tests/x509_key.pem
-tests/.ropeproject/config.py
\ No newline at end of file
diff --git a/M2Crypto.egg-info/dependency_links.txt b/M2Crypto.egg-info/dependency_links.txt
deleted file mode 100644
index 8b13789..0000000
--- a/M2Crypto.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/M2Crypto.egg-info/top_level.txt b/M2Crypto.egg-info/top_level.txt
deleted file mode 100644
index fa4a704..0000000
--- a/M2Crypto.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-M2Crypto
diff --git a/debian/changelog b/debian/changelog
index c75577c..0aab07a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+m2crypto (0.24.0-3) UNRELEASED; urgency=medium
+
+  * remove egg-info folder instead of ignoring it:
+    + add M2Crypto.egg-info to debian/clean.
+    + drop debian/source/options.
+
+ -- Daniel Stender <stender at debian.org>  Sun, 05 Nov 2017 20:56:57 +0100
+
 m2crypto (0.24.0-2) unstable; urgency=medium
 
   * drop git-dpm regime (remove deb/.git-dpm, add deb/gbp.conf).
diff --git a/debian/clean b/debian/clean
index bac74e1..d47e22f 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1 +1,2 @@
-SWIG/_m2crypto_wrap.c
\ No newline at end of file
+SWIG/_m2crypto_wrap.c
+M2Crypto.egg-info/
\ No newline at end of file
diff --git a/debian/source/options b/debian/source/options
deleted file mode 100644
index b2b7b88..0000000
--- a/debian/source/options
+++ /dev/null
@@ -1 +0,0 @@
-extend-diff-ignore="^[^/]+\.egg-info/"

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



More information about the Python-modules-commits mailing list