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
|
python-traits (5.2.0-2) unstable; urgency=medium
* Team upload.
* Drop python2 support; Closes: #938223
-- Sandro Tosi <morph@debian.org> Sun, 15 Dec 2019 17:29:30 -0500
python-traits (5.2.0-1) unstable; urgency=medium
[ Scott Talbert ]
* Team Upload.
* Update to new upstream release 5.2.0
* d/patches: Remove upstreamed patches
* d/source/options: Ignore changes to traits/version.py
* d/control: Add mock to Build-Depends for running tests
* d/control: Update Standards-Version to 4.4.1
* d/control: Update debhelper-compat level to 12
* Remove references to sphinx as it was not being used
[ Ondřej Nový ]
* Fixed homepage (https)
* Fixed VCS URL (https)
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
-- Scott Talbert <swt@techie.net> Tue, 03 Dec 2019 23:59:06 -0500
python-traits (4.6.0-1) unstable; urgency=medium
* New upstream release (Closes: #830377)
* debian/patches:
- all removed; merged upstream
- add disable_test.diff to disable failing unittests
-- Varun Hiremath <varun@debian.org> Thu, 24 Nov 2016 01:07:10 -0500
python-traits (4.5.0-1) unstable; urgency=low
[ Jean-Christophe Jaskula ]
* New upstream release
* Building python3 package
* Bump Standards-Version to 3.9.6 (no changes needed)
* Dropped cdbs in favor of dh-* and pybuild
* debian/patches/
- remove_testing_dependencies_class.patch: Remove unused, undocumented
ImportManager and ImportSpy classes, needed for python23 compatibility
(from upstream)
- py3_sort_fix.patch: Fix TraitListObject.sort for Python 3, along with
tests. (from upstream)
- invalid_tokens_fix.patch: Fix the trait_documenter machinery. (upstream)
-- Varun Hiremath <varun@debian.org> Sun, 16 Aug 2015 20:39:49 -0400
python-traits (4.4.0-1) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Varun Hiremath ]
* New upstream release
* d/rules: Remove reference to pyshared (Closes: #673638)
* Bump Standards-Version to 3.9.5
-- Varun Hiremath <varun@debian.org> Sat, 15 Mar 2014 23:48:58 -0400
python-traits (4.1.0-1) unstable; urgency=low
* New upstream release
* Bump Standards-Version to 3.9.3
-- Varun Hiremath <varun@debian.org> Mon, 23 Apr 2012 15:40:31 -0400
python-traits (4.0.0-1) unstable; urgency=low
* New upstream release
* Bump Standards-Version to 3.9.2
* Update debian/watch file
-- Varun Hiremath <varun@debian.org> Fri, 08 Jul 2011 17:14:58 -0400
python-traits (3.6.0-2) unstable; urgency=low
* d/rules: fix pyshared directory path (Closes: #621117)
-- Varun Hiremath <varun@debian.org> Wed, 06 Apr 2011 19:14:21 -0400
python-traits (3.6.0-1) unstable; urgency=low
* New upstream release
* Convert to dh_python2 (Closes: #617037)
-- Varun Hiremath <varun@debian.org> Wed, 06 Apr 2011 00:05:26 -0400
python-traits (3.5.0-1) experimental; urgency=low
* New upstream release
-- Varun Hiremath <varun@debian.org> Sun, 17 Oct 2010 21:57:56 -0400
python-traits (3.4.0-2) unstable; urgency=low
* debian/control:
- Bump XS-Python-Version: >=2.5 (Closes: #589975)
- Move python-enthoughtbase from Depends to Recommends
- Bump Standards-Version to 3.9.1
* debian/copyright:
- Remove reference to BSD license file
-- Varun Hiremath <varun@debian.org> Fri, 30 Jul 2010 02:21:26 -0400
python-traits (3.4.0-1) unstable; urgency=low
* New upstream release
-- Varun Hiremath <varun@debian.org> Thu, 03 Jun 2010 01:52:55 -0400
python-traits (3.3.0-1) unstable; urgency=low
[ Sandro Tosi ]
* debian/control
- removed Ondrej from Uploaders: thanks for your work!
[ Varun Hiremath ]
* New upstream release
* Switch to source format 3.0
* Bump dh compat to 7
* Bump Standards-Version to 3.8.4
* Remove transition package python-enthought-traits
-- Varun Hiremath <varun@debian.org> Sun, 28 Feb 2010 13:37:07 -0500
python-traits (3.2.0-1) unstable; urgency=low
* New upstream release
* Bump Standards-Version to 3.8.2
-- Varun Hiremath <varun@debian.org> Mon, 20 Jul 2009 19:37:05 -0400
python-traits (3.1.0-1) unstable; urgency=low
* New usptream release
-- Varun Hiremath <varun@debian.org> Thu, 26 Mar 2009 19:30:43 -0400
python-traits (3.0.3-1) unstable; urgency=low
[ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
[ Varun Hiremath ]
* New upstream release
* debian/control: add python-setupdocs to Build-Depends
-- Varun Hiremath <varun@debian.org> Sun, 28 Dec 2008 22:31:01 -0500
python-traits (3.0.2-1) experimental; urgency=low
* New upstream release
* Rename the package to match upstream naming conventions
* Update debian/watch and debian/orig-tar.sh files
-- Varun Hiremath <varun@debian.org> Sun, 26 Oct 2008 00:51:32 -0400
enthought-traits (2.0.5-1) unstable; urgency=low
* New upstream release
* Bump Standards-Version to 3.8.0
-- Varun Hiremath <varun@debian.org> Fri, 11 Jul 2008 20:02:42 +0530
enthought-traits (2.0.4-2) unstable; urgency=low
[ Sandro Tosi ]
* debian/control
- added versioned build-dep on python-central (>= 0.6)
* debian/rules
- fixed due to new python-central directories format (Closes: #472045)
[ Varun Hiremath ]
* Make some more fixes in debian/rules
-- Varun Hiremath <varun@debian.org> Sun, 23 Mar 2008 10:50:52 +0530
enthought-traits (2.0.4-1) unstable; urgency=low
* New upstream release
-- Varun Hiremath <varun@debian.org> Mon, 10 Mar 2008 12:56:13 +0530
enthought-traits (2.0.3-1) unstable; urgency=low
* New upstream release
* Add ${shlibs:Depends}, ${misc:Depends} to Depends
-- Varun Hiremath <varun@debian.org> Sat, 01 Mar 2008 21:43:37 +0530
enthought-traits (2.0.1b1-2) unstable; urgency=low
[ Varun Hiremath ]
* Initial release (Closes: #459349)
* Rename the source and binary packages.
* debian/rules:
+ add clean target
+ install using setup files.
* Install examples and docs.
* Add debain/orig-tar.sh script to create orig.tar.gz
* Update debian/copyright file
* Add debian/README.Debian-source file
[ Sandro Tosi ]
* debian/control
- removed /svn/ from Vcs-Svn
- added op=log to Vcs-Browser
-- Varun Hiremath <varun@debian.org> Tue, 08 Jan 2008 00:02:31 +0530
traits (2.0.1b1-1) UNRELEASED; urgency=low
[ Ondrej Certik ]
* First unnofficial package revision
[ Sandro Tosi ]
* debian/watch
- fixed directory parsing for version number
-- Sandro Tosi <matrixhasu@gmail.com> Thu, 22 Nov 2007 00:51:01 +0100
|