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
|
restrictedpython (8.1-1) unstable; urgency=medium
* New upstream version 8.1
* Adopt package; new maintainer. (Closes: #980149)
* Change d/watch to version 4
* Update d/copyright
-- Diwa Tomy <servalthecat19@tutamail.com> Mon, 03 Nov 2025 18:28:16 +0000
restrictedpython (8.0-1) unstable; urgency=medium
* Team upload.
* debian/watch: Accept lower-case restrictedpython-*.
* New upstream release:
- CVE-2024-47532: Prevent information leakage via `AttributeError.obj`
and the `string` module (closes: #1084057).
- CVE-2025-22153: Disallow `try/except*` clauses due to a possible
sandbox escape and probable uselessness of this feature in the context
of `RestrictedPython`. In addition, remove `ExceptionGroup` from
`safe_builtins` (as useful only with `try/except*`) (closes:
#1094026).
* Use dh-sequence-python3.
* Use pybuild-plugin-pyproject.
* Switch to autopkgtest-pkg-pybuild.
-- Colin Watson <cjwatson@debian.org> Mon, 27 Jan 2025 20:35:21 +0000
restrictedpython (6.2-1) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
[ Christoph Berg ]
* New upstream version 6.2. (Closes: #1041429, CVE-2023-37271)
* Enable build-time tests.
-- Christoph Berg <myon@debian.org> Mon, 04 Sep 2023 16:42:31 +0200
restrictedpython (4.0~b3-3) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Remove ancient X-Python3-Version field
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Debian Janitor ]
* Use secure URI in Homepage field.
* Bump debhelper from old 11 to 12.
[ Christoph Berg ]
* d/tests: Use autodep8 test instead of the zope no-op one.
(Closes: #909487, #1001482)
* d/clean: Remove src/RestrictedPython.egg-info/, it's changing at
build-time.
-- Christoph Berg <myon@debian.org> Wed, 22 Dec 2021 13:59:13 +0100
restrictedpython (4.0~b3-2) unstable; urgency=medium
* Bump Standards-Version to 4.2.1.
+ Set Rules-Requires-Root:no
* Bump debhelper compat level to 11.
* Add missing test dependency on python3-all. Closes: #904210
-- Mattia Rizzolo <mattia@debian.org> Mon, 24 Sep 2018 14:54:43 +0200
restrictedpython (4.0~b3-1) unstable; urgency=medium
[ Christoph Berg ]
* New upstream version.
* Add B-D: dh-python.
* Add http://restrictedpython.readthedocs.io/en/latest/ as Homepage,
suggested by Chris Lamb, thanks! (Closes: #888759)
* Add python3-distutils test dependency. (Closes: #895567)
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
-- Christoph Berg <christoph.berg@credativ.de> Mon, 16 Apr 2018 16:01:48 +0200
restrictedpython (4.0~b2-1) unstable; urgency=medium
* Initial Debian package, packaging based on Ubuntu package.
* Create python3 package only.
* Update package description.
* Update watchfile for changed pypi paths.
* Run wrap-and-sort -ast.
-- Christoph Berg <myon@debian.org> Sat, 27 Jan 2018 21:11:34 +0100
restrictedpython (3.6.0-0ubuntu4) saucy; urgency=low
* debian/patches/remove_new_python_tests.patch: remove, this was needed to
support python 2.6
* debian/patches/no_requires.patch: remove, now handled by dh_python2.
* debian/copyright: update to copyright-format 1.0
* debian/tests: switch to zope.testrunner.
* Update Standards-Version to 3.9.4
-- Gediminas Paulauskas <menesis@pov.lt> Thu, 04 Jul 2013 00:37:44 +0300
restrictedpython (3.6.0-0ubuntu3) precise; urgency=low
* Rebuild to drop python2.6 dependencies.
-- Matthias Klose <doko@ubuntu.com> Sat, 31 Dec 2011 02:13:36 +0000
restrictedpython (3.6.0-0ubuntu2) oneiric; urgency=low
* Use dh_python2 instead of deprecated python-central (LP: #831411).
-- Gediminas Paulauskas <menesis@pov.lt> Wed, 24 Aug 2011 19:09:29 +0300
restrictedpython (3.6.0-0ubuntu1) maverick; urgency=low
* New upstream release.
* Switch to dpkg-source 3.0 (quilt) format
* Convert to debhelper 7, do not use van.pydeb
* Update Standards-Version to 3.8.4
* Build only for python >= 2.6
* debian/patches/add_license.dpatch: remove, the tarball now includes
a license.
* debian/patches/remove_new_python_tests.dpatch: remove, this was needed
to support python 2.4 and 2.5
* debian/patches/remove_new_python_tests.patch: add a similar patch
to remove tests that do not compile with python 2.6
* debian/patches/no_requires.patch: remove unneeded setuptools dependency
* debian/copyright: convert to dep5 format
-- Gediminas Paulauskas <menesis@pov.lt> Thu, 26 Aug 2010 04:14:24 +0300
restrictedpython (3.5.1-0ubuntu4) lucid; urgency=low
* Upload for Lucid (LP: #520199)
-- Gediminas Paulauskas <menesis@pov.lt> Thu, 11 Feb 2010 02:53:49 +0200
restrictedpython (3.5.1-0ubuntu3) karmic; urgency=low
* debian/patches/add_license.dpatch: New patch to add a license
* List dpatch and debhelper in Build-Depends, others in Build-Depends-Indep
-- Gediminas Paulauskas <menesis@pov.lt> Thu, 11 Feb 2010 13:23:27 +0200
restrictedpython (3.5.1-0ubuntu2) karmic; urgency=low
* Switch to using van.pydeb
* Fix debian/tests to work on python2.6
* Limit Python-Versions to << 2.7, this version handles only up to 2.6
-- Gediminas Paulauskas <menesis@pov.lt> Thu, 11 Feb 2010 02:41:09 +0200
restrictedpython (3.5.1-0ubuntu1) karmic; urgency=low
* New upstream release
* Add copyright
* debian/patches/remove_new_python_tests.dpatch: remove windows newlines
-- Gediminas Paulauskas <menesis@pov.lt> Tue, 05 Jan 2010 19:40:40 +0200
python-restrictedpython (3.4.3-1) hardy; urgency=low
* New upstream release
* Build for all python versions
* Build-depend on dpatch
* debian/patches/remove_new_python_tests.dpatch: remove tests that do not
compile on python 2.4, causing install to fail.
-- Gediminas Paulauskas <menesis@pov.lt> Fri, 22 May 2009 19:03:54 +0300
python-restrictedpython (3.4.2-2) gutsy; urgency=low
* Add conflicts: zope3
-- Brian Sutherland <brian@vanguardistas.net> Wed, 23 Jul 2008 03:17:48 +0200
python-restrictedpython (3.4.2-1ubuntu1) gutsy; urgency=low
* Restrict to python 2.4 based on zope-dev mailing list chatter claiming
restricted python is a problem for python 2.5 migrtion.
-- Brian Sutherland <brian@vanguardistas.net> Mon, 21 Apr 2008 19:37:18 +0200
python-restrictedpython (3.4.2-1) gutsy; urgency=low
* Inital Release
-- Brian Sutherland <brian@vanguardistas.net> Thu, 8 Nov 2007 19:27:48 +0100
|