Your message dated Fri, 21 Mar 2014 19:18:29 +0000
with message-id <[email protected]>
and subject line Bug#699872: fixed in python-keyczar 0.71d-09062013-1
has caused the Debian Bug report #699872,
regarding python-keyczar: Please upgrade to latest version: 0.71c (last update
in sid 05/26/2011)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
699872: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699872
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-keyczar
Version: 0.6~b.061709+svn502-1
Severity: normal
Dear Maintainer,
Please upgrade to the latest version: 0.71c.
The changes include the following but the list is not complete. Upstream
changelog starts
six months after latest release in unstable:
Keyczar Python release 0.71c
==================
Overview of Changes:
* Remove hashbangs from code
* Make test files executable
* Add LICENSE file to repo and MANIFEST.in to comply with ASL 2.0
* Bumped version to 0.71c in setup.py etc.
Keyczar Python release 0.71b
=======
Overview of Changes:
* Streaming encryption/decryption support (Robert Leftwich)
* M2Crypto support (Robert Leftwich)
* Pluggable back-ends (Robert Leftwich)
* Made base-64 encoding optional (Shawn Willden)
* Added signed session support (Shawn Willden)
2012-12-20 23:30:00 +0100 Maxim Burgerhout / Shawn Willden
2012-01-27 15:35:44 +1100 Robert Leftwich
* Change KZ_BACKEND_PATHS to KEYCZAR_BACKEND_PATHS
2011-12-29 17:13:12 +1100 Robert Leftwich
* Fix for a long-standing issue with the crypter passed to the
encrypted reader being an Encrypter, not a Crypter capable of
decrypting any existing keys. Refactored creation of Crypter for
encrypted keysets to a single function for reuse and ease of
testing.
2011-12-29 17:06:53 +1100 Robert Leftwich
* Fix issue with FileReader and StaticKeyReader assuming that they
work for every location. Added unit tests for CreateReader and
CreateWriter. Made CreateReader/Writer error messages a little
more explicit.
2011-12-29 17:03:23 +1100 Robert Leftwich
* Added the ability to specify paths to additional backends using
an environment variable.
2011-12-23 15:40:14 +1100 Robert Leftwich
* Rationalised crypter_test.py permutations to improve unit test
performance. Added missing import to keyczar.py and a test for it.
2011-11-26 16:42:27 +1100 rl-0x0
* Add streaming encryption and decryption support and
tests. Separate Base64 encoding from streaming
encryption/decryption. Added Base64 streaming
encoding/decoding. Allow default Base64 encoding/decoding on
encrypt/decrypt to be overridden. Renamed util.Decode/Encode to
util.Base64Decode/Base64Encode and added deprecation
wrappers. Tweaks to unit test setup to remove use of undocumented
makeSuite(). Changed util.Decode() to remove line endings to
handle reflowed input data. Added tests for simulated reflowed
data. Sundry style guide fixes to old and new code. Added
util_test.py with tests for Base64 streaming.
2011-12-02 14:54:02 -0700 Shawn Willden
* Fix Python signed session encryption. It was erroneously base64
encoding the ciphertext before signing, making it incompatible
with the other language implementations.
2011-12-02 14:49:43 -0700 Shawn Willden
* Made base 64 encoding optional for encryption and decryption.
2011-12-02 14:39:51 -0700 Shawn Willden
* Renamed Encode and Decode to Base64WSEncode and Base64WSDecode.
2011-11-27 16:15:58 +1100 Robert Leftwich
* Added support for pluggable backends, allowing key sets to be
stored outside the local file system. Kept Keyczar.Write backward
compatible, allowing but deprecating use of a string instead of a
Writer.
2011-12-01 22:22:19 -0700 Shawn Willden
* Added signed session encryption and decryption to Python.
2011-12-01 22:17:07 -0700 Shawn Willden
* Added attached signing and verification to Python.
2011-12-01 22:09:54 -0700 Shawn Willden
* Added session encryption to Keyczar Python.
2011-11-27 09:29:25 +1100 Robert Leftwich
* Add initial support for M2Crypto, allowing switching between it
and PyCrypto as required. Changed tests to run in both modes and
added an interop test of varying key sizes.
2011-12-01 00:41:52 -0700 Shawn Willden
* Added an assertion to ensure no one tries to create non CBC-mode
AES keys, since we don't actually support them.
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.8.0-rc4+ (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-keyczar depends on:
ii python 2.7.3-3
ii python-crypto 2.6-3
ii python-pyasn1 0.1.3-1
ii python-simplejson 2.6.2-1
ii python-support 1.0.15
python-keyczar recommends no packages.
python-keyczar suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: python-keyczar
Source-Version: 0.71d-09062013-1
We believe that the bug you reported is fixed in the latest version of
python-keyczar, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christian Kastner <[email protected]> (supplier of updated python-keyczar package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 07 Mar 2014 14:17:37 +0100
Source: python-keyczar
Binary: python-keyczar
Architecture: source all
Version: 0.71d-09062013-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team
<[email protected]>
Changed-By: Christian Kastner <[email protected]>
Description:
python-keyczar - Toolkit for safe and simple cryptography for Python
Closes: 699872
Changes:
python-keyczar (0.71d-09062013-1) unstable; urgency=low
.
[ Jakub Wilk ]
* Remove DM-Upload-Allowed; it's no longer used by the archive
software.
* Fix a typo in the package description.
.
[ Christian Kastner ]
* New upstream release. Closes: #699872
- Expose the CLI tool /usr/bin/keyczart
* debian/copyright:
- Update to machine-readable format v1.0
- Refresh copyright years
* debian/control:
- Bump Standards-Version to 3.9.5 (no changes needed)
- Bump debhelper dependency to (>= 9)
- Drop dependency on python-support and bump python-all dependency
to (>= 2.6.6-3~) for dh_python2
- Add X-Python-Version with >= 2.6, thereby implicitly dropping support for
Python 2.5(it used to be supported in the now removed debian/pyversions).
This allows us to simplify some things, such as:
- Drop the Build-Depends for python (>= 2.6.6-14~) | pythons-simplejson.
This was only needed to ensure that either Python 2.5 was not installed
or else that python-simplejson was installed.
- Add Build-Depends for python-setuptools. Upstream switch build mechanism
- Add XS-Testsuite: autopkgtest
* debian/compat:
- Bump debhelper compatibility level to 9
* debian/rules:
- Drop the get-orig-source target (no longer needed)
- Convert build process to dh_python2
- Drop unit test running for Python << 2.6 (no longer supported)
- Remove the egg-info directory during clean
- Upstream moved location of unit tests
* debian/svn-orig-source.sh
- Drop (no longer needed)
* debian/pyversions:
- Remove (obsolete)
* debian/tests/*:
- Create an autopkgtest which executes the unit tests using the default
Python interpreter
* debian/watch:
- Update Google Code URLs following wiki.debian.org recommendations
(apparently, the URLs are stable now, and no longer require a helper)
- The one-letter suffix of the upstream version number really is part of
the version number (ie, the previous "b" was not a "beta" qualifier)
- Explicitly fix one-time broken version number 06b to 0.6b. Upstream
otherwise follows the MAJOR.MINOR(letter) release pattern.
* debian/source/lintian-overrides:
- Add override for debian-watch-may-check-gpg-signature
* debian/manpages
debian/keyczart.1
- Create manpage for the keyczart tool
Checksums-Sha1:
c9f3e651ee0fcda554fc97bf08840288a9ab15cb 2149
python-keyczar_0.71d-09062013-1.dsc
3126647aa712f2a15c20244947a1c13395f12020 241405
python-keyczar_0.71d-09062013.orig.tar.gz
e97738fa6c01c308443537a1da694093ccf55aaa 5456
python-keyczar_0.71d-09062013-1.debian.tar.xz
e0be734f3d17500137bcf4e80af8e62167dfd1c3 36124
python-keyczar_0.71d-09062013-1_all.deb
Checksums-Sha256:
451f040b644702dd0c8dc58f6798ea23c1879ae95db5da4285caf74902a24e8c 2149
python-keyczar_0.71d-09062013-1.dsc
88a61ac7f7be788fea9f6592abda12ee755eb7b4e38dfa841c378b396fdb0da1 241405
python-keyczar_0.71d-09062013.orig.tar.gz
3a0d56f733b112682f0919bc041454ac8fac3c658e3733170f27a4ecc8e71d1c 5456
python-keyczar_0.71d-09062013-1.debian.tar.xz
a101efcd83de6480f800739abfdd2029a2b46c6a1ff1e2b857939c7de583c64a 36124
python-keyczar_0.71d-09062013-1_all.deb
Files:
b6625b5d5267f1e1360725492dc1a178 2149 python optional
python-keyczar_0.71d-09062013-1.dsc
5a38e17c9e442456f88f3ad3f21c2690 241405 python optional
python-keyczar_0.71d-09062013.orig.tar.gz
1aeba7cce193e180943eb6b3147bc902 5456 python optional
python-keyczar_0.71d-09062013-1.debian.tar.xz
31dfd013bf9005163300dec80b31af2c 36124 python optional
python-keyczar_0.71d-09062013-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJTLI49AAoJEI7tzBuqHzL/97QP/RRbnRkLmcTcnC7SuyHJtbF5
pWdf5k9GnMvmc7n0Mujm1fJRMtWehJcx826wIHIHcwFdGj3oWrgDPhE9ACnjgMCX
56rOb88YqUPTMpYO0BqQyOpETf5y5W2Z+Z4iBuVJfmZ0HoUN3pB9i+vkOW06TxFh
ZxZlqhztZ0MR//MNNvhJzE8sPfHv6tn10STzejEDzek8LDGgO3tFFqobNBtYazWH
fuGF4cT+S7G/0LSM6xiHmk66oK9yLPvu55r90jPf5aa0PcNP67G/+eQk90qdT9Qu
PQugWL0xak0TdU4iui5JqGM97nBNqJCULZkma8IH3durSBIDJ0543A3SBhJyXMDc
KiG7gMzjCwqHhNBWTetCZnXJCiUc5cF5/BpS6BS7Arm35ZL7GzWwWNvUuW41q48b
6AdTAyqQfGRQHpibmRv+JN5n2GpK+v3Cywq9P6BQo1MxjMBpMhwPomQ8MnKfQKD4
JTIHJJW1zgBf58El+gCkdNJihmQGDph8mkEUo6L3BoykPqnjjd0QC6WKazK/6ydx
+u+zKwXoElBV2JUQrAeoLZnBSBi7ork7MxBhduQRdGi4erOv0Bv+pJsY0sAn93eH
FMx9/10oqnRMRh2DgNQJnAJ1ipPMl4pvFqxH9NRf613USxpBsCfdTxsMyKvrh6ha
y97NA5WA5hG9cSL7mIaH
=/iHA
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team