File: changelog

package info (click to toggle)
python-keyczar 0.716%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 912 kB
  • ctags: 638
  • sloc: python: 3,134; makefile: 33; sh: 4
file content (183 lines) | stat: -rw-r--r-- 6,690 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
python-keyczar (0.716+ds-1) unstable; urgency=medium

  * New upstream release.
  * d/control:
    - Bump Build-Depends version of python-crypto to (>= 2.1)
  * d/copyright:
    - Update Upstream-Contact field
    - Bump copyright years

 -- Christian Kastner <ckk@debian.org>  Sun, 22 May 2016 23:16:31 +0200

python-keyczar (0.715+ds-4) unstable; urgency=medium

  * d/control:
    - Bump Standards-Version to 3.9.8 (no changes needed)

 -- Christian Kastner <ckk@debian.org>  Sun, 17 Apr 2016 16:17:36 +0200

python-keyczar (0.715+ds-3) unstable; urgency=medium

  [ SVN-Git Migration ]
  * git-dpm config
  * d/control:
    - Update Vcs fields for git migration

  [ Christian Kastner ]
  * d/control:
    - Bump Standards-Version to 3.9.7 (no changes needed)
    - Switch Vcs-Git from insecure URI to secure one

 -- Christian Kastner <ckk@debian.org>  Mon, 21 Mar 2016 13:16:41 +0100

python-keyczar (0.715+ds-2) unstable; urgency=medium

  * d/control:
    - Switch Maintainer email to my @debian.org address
    - Update Homepage field to new location at GitHub 
  * d/copyright:
    - Update Source field to new location at GitHub 

 -- Christian Kastner <ckk@debian.org>  Wed, 23 Sep 2015 00:00:26 +0200

python-keyczar (0.715+ds-1) unstable; urgency=medium

  * New upstream release.
    - Source is repacked from now on, as the original source tarball contains
      the source for the Java and C++ implementations of keyczar as well
  * debian/control:
    - Bump Standards-Version to 3.9.6 (no changes needed)
    - Drop XS-Testsuite, as dpkg now recognizes the Testsuite header, and
      dpkg-source automatically adds one when an autopkgtest suite is found
  * debian/rules:
    - Drop return code checking, pybuild checks the result for us
    - Add a get-orig-source target
  * debian/watch:
    - Upstream moved to GitHub

 -- Christian Kastner <debian@kvr.at>  Mon, 06 Jul 2015 22:00:28 +0200

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