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 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276
|
python-pyramid (2.0+dfsg-2) unstable; urgency=medium
* Team upload.
* Patch: Add support for Python 3.11 (Closes: #1025117)
-- Stefano Rivera <stefanor@debian.org> Sun, 25 Dec 2022 14:24:55 -0400
python-pyramid (2.0+dfsg-1) unstable; urgency=medium
[ Chris Lamb ]
* Make the build reproducible. (Closes: #976449)
* Bump Standards-Version to 4.5.1.
* Bump debhelper compatibility level to 13.
[ Diego M. Rodriguez ]
* d/tests: mark 1 as superficial, reenable 2 (Closes: #974472)
[ TANIGUCHI Takaki ]
* d/watch: Fix file name mangle rule
* New upstream version 2.0+dfsg
* d/patches: Remove unneed patches
* Remove deleted command man page
* Remove unneed lintian-overrides.
-- TANIGUCHI Takaki <takaki@debian.org> Sun, 12 Sep 2021 15:05:46 +0900
python-pyramid (1.10.4+dfsg-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ TANIGUCHI Takaki ]
* d/control: Update Homepage URL
* d/control: clean up Depends.
* Bump Standards-Version to 4.5.0
-- TANIGUCHI Takaki <takaki@debian.org> Sat, 07 Nov 2020 17:00:11 +0900
python-pyramid (1.10.4+dfsg-1) unstable; urgency=medium
* New upstream version 1.10.4+dfsg
* Add salsa-ci.yml
* Bump Standards-Version to 4.4.1
-- TANIGUCHI Takaki <takaki@debian.org> Thu, 17 Oct 2019 17:08:39 +0900
python-pyramid (1.10.2+dfsg-3) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
[ Andrey Rahmatullin ]
* Drop Python 2 support (Closes: #938089).
-- Andrey Rahmatullin <wrar@debian.org> Wed, 25 Sep 2019 11:57:12 +0500
python-pyramid (1.10.2+dfsg-2) unstable; urgency=medium
* d/tests/control: Remove an invalid autopkgtest command. Changed to
not install python.tests packages. (Closes: #918631)
-- TANIGUCHI Takaki <takaki@debian.org> Thu, 28 Feb 2019 14:28:41 +0900
python-pyramid (1.10.2+dfsg-1) unstable; urgency=medium
* New upstream version 1.10.2+dfsg
* debian/compat: 12
-- TANIGUCHI Takaki <takaki@debian.org> Wed, 27 Feb 2019 17:20:23 +0900
python-pyramid (1.10.1+dfsg-1) unstable; urgency=medium
[ Ondřej Nový ]
* Convert git repository from git-dpm to gbp layout
[ TANIGUCHI Takaki ]
* New upstream version 1.10.1+dfsg
* d/patches/0001-Skip-integration-tests-if-the-fixtures-directory-is-.patch:
Upstream merged. Remove.
* d/patches: Fix package name conflicts in tests.
* d/docs: Fix filename
* d/rules: help2man use stderr.
* Bump Stanrads-Version to 4.3.0
-- TANIGUCHI Takaki <takaki@debian.org> Fri, 28 Dec 2018 17:02:16 +0900
python-pyramid (1.9.1+dfsg-1) unstable; urgency=medium
[ TANIGUCHI Takaki ]
* New upstream version 1.9.1+dfsg (Closes: #851013).
* remove unnecessary debian/patches
* debian/watch: Add repacksuffix (Closes: #885702).
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/control: Deprecating priority extra as per policy 4.0.1
* d/changelog: Remove trailing whitespaces
[ Nicolas Dandrimont ]
* Switch to git-buildpackage branch format
* Add new build-dependencies on plaster and plaster-pastedeploy
* Update Standards-Version to 4.1.4 (no further changes)
* Add autopkgtests
- Add patch to avoid failed autopkgtests in installed directory
* Update to debhelper compat 11
-- Nicolas Dandrimont <olasd@debian.org> Mon, 23 Apr 2018 15:49:46 +0200
python-pyramid (1.6+dfsg-1) unstable; urgency=medium
* Team upload.
* New upstream release. (Closes: #808843)
* d/watch: Adjust filenamemangle to handle PyPI url format.
* d/patches: Updated via git-dpm.
* d/python{,3}-pyramid.lintian-overrides: Ignore the warnings caused by
test data files in importable locations.
* d/rules: Ensure the installed pdfs aren't executable.
-- Barry Warsaw <barry@debian.org> Mon, 04 Jan 2016 15:37:55 -0500
python-pyramid (1.5.7+dfsg-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* d/control:
- Bump Standards-Version with no other changes necessary.
- Update Homepage, given by Hans Joachim Desserud. (Closes: #784074)
* d/patches/getargspec-is-deprecated.patch: Added to workaround test
failures due to the deprecation of inspect.getargspec() in Python 3.5.
(Closes: #800725)
* d/watch: Use the pypi.debian.net redirector.
-- Barry Warsaw <barry@debian.org> Fri, 30 Oct 2015 11:29:55 -0400
python-pyramid (1.5.1+dfsg-2) unstable; urgency=medium
* debian/copyright: Add Ian Bicking's infomation. (Closes: #753393)
-- TANIGUCHI Takaki <takaki@debian.org> Wed, 09 Jul 2014 18:24:56 +0900
python-pyramid (1.5.1+dfsg-1) unstable; urgency=medium
* Team upload.
* New upstream release. (Closes: #751067)
* d/rules:
- Remove comment for repacking orig.tar.gz.
- Switch to --buildsystem=pybuild and add dh_python3.
- override_dh_auto_install: Append '3' to /usr/bin scripts in the
python3-pyramid binary package.
- override_dh_installman: Use help2man to create manpages for all the
/usr/bin scripts.
- Remove obsolete chmods. (Closes: #750284)
* d/control:
- Added python3-pyramid binary package.
- Updated Build-Depends.
- Bumped Standards-Version to 3.9.5 with no other changes necessary.
* d/README.source: include information on how the non-free docs/
directory gets removed from the orig tarball.
* d/copyright: Add Files-Excluded header to properly and automatically
prune non-free docs directory.
* d/watch: Add filenamemangle rule so that a proper +dfsg.orig.tar.gz
file will be generated, keeping svn-buildpackage happy.
* d/pydist-overrides: Fix requirement satisfaction for WebOb and WebTest.
* d/patches/tweak-requirements.patch: Added to disable attempts to
install test requirements from PyPI at build time.
-- Barry Warsaw <barry@debian.org> Fri, 27 Jun 2014 15:14:50 -0400
python-pyramid (1.4.5+dfsg-1) unstable; urgency=low
* New upstream release
-- TANIGUCHI Takaki <takaki@debian.org> Fri, 06 Sep 2013 11:23:08 +0900
python-pyramid (1.4.2+dfsg-1) unstable; urgency=low
[ TANIGUCHI Takaki ]
* New upstream release
* Bump Standards-Version to 3.9.4.
+ debian/copyright: Update copyright-format 1.0.
* debian/source/options: Ignore egg-file changes. (Closes: #671195)
* New upstream release
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
-- TANIGUCHI Takaki <takaki@debian.org> Mon, 17 Jun 2013 21:14:50 +0900
python-pyramid (1.2.3+dfsg-1) unstable; urgency=low
[ Ansgar Burchardt ]
* Make dependency on python-pastescript versioned (>= 1.7.4).
[ TANIGUCHI Takaki ]
* New upstream release
-- TANIGUCHI Takaki <takaki@debian.org> Thu, 01 Dec 2011 10:39:14 +0900
python-pyramid (1.2.1+dfsg-2) unstable; urgency=low
* Oops, Depends on python-venusian >= 1.0a1.
-- TANIGUCHI Takaki <takaki@debian.org> Sun, 02 Oct 2011 20:44:39 +0900
python-pyramid (1.2.1+dfsg-1) unstable; urgency=low
* New upstream release
* Depends on python-venusian >= 1.0a. (Closes: #643915)
-- TANIGUCHI Takaki <takaki@debian.org> Sun, 02 Oct 2011 20:14:51 +0900
python-pyramid (1.2+dfsg-1) unstable; urgency=low
[ Jakub Wilk ]
* Add Vcs-* fields.
[ TANIGUCHI Takaki ]
* New upstream release. (Closes: #636469)
* Remove docs due to under non-DFSG license. (Closes: #640066, #640780)
-- TANIGUCHI Takaki <takaki@debian.org> Tue, 20 Sep 2011 11:13:14 +0900
python-pyramid (1.1.2-1) unstable; urgency=low
* New upstream release
-- TANIGUCHI Takaki <takaki@debian.org> Fri, 19 Aug 2011 13:46:16 +0900
python-pyramid (1.1.1-1) unstable; urgency=low
* New upstream release
* Remove duplicated changelogs.
-- TANIGUCHI Takaki <takaki@debian.org> Mon, 15 Aug 2011 22:58:48 +0900
python-pyramid (1.1-1) unstable; urgency=low
* New upstream release
* Bump Standards-Version to 3.9.2.
-- TANIGUCHI Takaki <takaki@debian.org> Tue, 02 Aug 2011 23:32:59 +0900
python-pyramid (1.0-1) unstable; urgency=low
* New upstream release
* switch to dh_python2.
-- TANIGUCHI Takaki <takaki@debian.org> Wed, 23 Mar 2011 21:32:39 +0900
python-pyramid (1.0~b3-1) UNRELEASED; urgency=low
* New upstream release
-- TANIGUCHI Takaki <takaki@debian.org> Sun, 30 Jan 2011 22:58:18 +0900
python-pyramid (1.0~b2-2) UNRELEASED; urgency=low
* debian/watch: update uversionmangle to handle alpha and rc versions
* remove PKG-INFO and requires.txt files via debian/clean and thus drop
debian-changes-1.0~b2-1
* add "python (>= 2.6) | python-simplejson" to Depends, ipython to Suggests
-- Piotr Ożarowski <piotr@debian.org> Wed, 26 Jan 2011 13:49:07 +0100
python-pyramid (1.0~b2-1) unstable; urgency=low
* Initial release (Closes: #604995)
-- TANIGUCHI Takaki <takaki@debian.org> Wed, 26 Jan 2011 19:26:11 +0900
|