File: changelog

package info (click to toggle)
python-keyczar 0.71d-09062013-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 904 kB
  • ctags: 637
  • sloc: python: 3,146; makefile: 11; sh: 4
file content (124 lines) | stat: -rw-r--r-- 4,775 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
python-keyczar (0.71d-09062013-2) unstable; urgency=low

  * debian/control:
    - Add Build-Depends for dh-python (for pybuild)
    - Lowercase package synopsis
  * debian/rules:
    - Convert to use pybuild build system
  * debian/tests/unittests-default:
    - Refresh comments

 -- Christian Kastner <debian@kvr.at>  Sat, 09 Aug 2014 21:29:15 +0200

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

 -- Christian Kastner <debian@kvr.at>  Fri, 07 Mar 2014 14:17:37 +0100

python-keyczar (0.6~b.061709+svn502-1) unstable; urgency=low

  [ Christian Kastner ]
  * Grab newest version from SVN. The diff to 0.6~b.061709 is just a few
    commits and comprises mainly bugfixes. Closes: #627727
  * debian/control:
    - Bumped Standards-Version to 3.9.2 (no changes needed)
  * debian/svn-orig-source.sh:
    - Added this script which creates an upstream tarball from an SVN revision
  * debian/rules:
    - Added get-orig-source target (via svn-get-orig.sh above)
  * debian/patches dropped:
    - 0001-use-os-urandom-for-entropy
      No longer needed, the current SVN snapshot includes it

  [ Jakub Wilk ]
  * Add DM-Upload-Allowed.

 -- Christian Kastner <debian@kvr.at>  Thu, 26 May 2011 23:49:27 +0200

python-keyczar (0.6~b.061709-3) unstable; urgency=low

  * Team upload.

  [ Christian Kastner ]
  * debian/control:
    - Bump Standards-Version to 3.9.1 (no changes needed) 

  [ Luke Faraone ]
  * debian/rules:
    - Handle cases when Python 2.5 is not used during build. Fixes FTBFS when
      running tests. Closes: #601259
  * debian/patches:
    - Remove 0001-workaround-deprecated-interface
      This patch did not work with older versions of PyCrypto. Closes: #601264
    - Added 0001-use-os-urandom-for-entropy
      This cherry-picked patch uses os.urandom() directly for entropy.

 -- Luke Faraone <lfaraone@debian.org>  Mon, 08 Nov 2010 22:29:17 -0500

python-keyczar (0.6~b.061709-2) unstable; urgency=low

  * debian/copyright:
    - Add missing copyright information for PyCrypto documentation included in
      source package. Closes: #588704 
  * debian/patches:
    - Added 0001-workaround-deprecated-interface
      This resolves the DeprecationWarning printed by PyCrypto.

 -- Christian Kastner <debian@kvr.at>  Sat, 17 Jul 2010 01:04:30 +0200

python-keyczar (0.6~b.061709-1) unstable; urgency=low

  * Initial release (Closes: #494868)

 -- Christian Kastner <debian@kvr.at>  Fri, 02 Jul 2010 22:49:40 +0200