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
|
pyode (1.2.0.dev15-5) unstable; urgency=medium
* Team upload.
[ Benjamin Drung ]
* Add support for Cython 3
Closes: #1068428
[ Andreas Tille ]
* Standards-Version: 4.6.2 (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
-- Andreas Tille <tille@debian.org> Fri, 05 Apr 2024 08:43:30 +0200
pyode (1.2.0.dev15-4) unstable; urgency=medium
* Team upload.
* DEP5 copyright
* Standards-Version: 4.6.0 (routine-update)
* Set fields Upstream-Name, Upstream-Contact in debian/copyright.
* Remove obsolete fields Contact, Name from debian/upstream/metadata (already
present in machine-readable debian/copyright).
* Apply multi-arch hints.
+ python3-pyode-doc: Add Multi-Arch: foreign.
-- Andreas Tille <tille@debian.org> Wed, 10 Nov 2021 19:39:19 +0100
pyode (1.2.0.dev15-3) unstable; urgency=medium
* Add better tests (Closes: #974464)
* Enable smoke tests
-- Nilesh Patra <npatra974@gmail.com> Fri, 13 Nov 2020 11:58:25 +0530
pyode (1.2.0.dev15-2) unstable; urgency=medium
* Team upload.
* debhelper-compat 13 (routine-update)
* Add salsa-ci file (routine-update)
* Set upstream metadata fields: Bug-Submit.
* Fix day-of-week for changelog entry 1.1.0-1.
-- Andreas Tille <tille@debian.org> Mon, 12 Oct 2020 11:25:23 +0200
pyode (1.2.0.dev15-1) unstable; urgency=medium
[ Andreas Tille ]
* Fix team name
* Moved packaging from SVN to salsa.debian.org
* Cleanup properly
* Build-Depends: cython3 (instead of cython)
[ Nilesh Patra ]
* Point to new upstream
* New upstream version 1.2.0.dev15 (Closes: #937495)
* Add source format
* Remove Un-needed files
* Remove redundant patches, add relevant ones
* Change binary name for installing examples
* Bump standards version to 4.5.0
* Add myself to uploaders
* Add shebangs for non-executable scripts
* Add Hardening options
* Change URLs, descriptions, fix with cme
* Add 'Rules-Requires-Root:no'
* Drop compat, switch to debhelper-compat
* Add upstream/metadata
* Fix spellings
* Add appropriate symlink to license
* Add import test
* Adapt patch to cython3
-- Nilesh Patra <npatra974@gmail.com> Tue, 14 Apr 2020 19:32:15 +0530
pyode (1.2.0-4+cvs20090320.2) unstable; urgency=medium
* Non-maintainer upload
* Bump debhelper compat level. Closes: #817638
-- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 18 Dec 2016 14:41:01 +0100
pyode (1.2.0-4+cvs20090320.1) unstable; urgency=low
* Non-maintainer upload.
* Convert to dh_python2. (Closes: #616976)
-- Andrea Colangelo <warp10@ubuntu.com> Fri, 28 Jun 2013 17:19:04 +0200
pyode (1.2.0-4+cvs20090320) unstable; urgency=low
* Build-depends on libode-dev instead of libode0-dev (closes:
#520457). Thanks Adeodato Simo.
* Added Vcs fields.
* Added installation of upstream's changelog.
* python-pyrex Build-Depend.
* Incorporated upstream changes since 1.2.0:
- Apply linear/angular damping patch from Tristam MacDonald.
- Rename __new__ to __cinit__ for new Pyrex version.
- Compiling against new ODE -- requires dInitODE().
- Document last change.
- Include whatever necessary flags/libs are needed for ODE.
- Rename type to space_type for pyrex.
- Changelog entry describing previous commit.
- * tutorial3.py: change glScale to glScalef to be compatible with
python-opengl version 3.0 and up. Thanks to Nathanial Troutman for
finding the bug and suggesting a fix.
- Reapply weakref patch after finding bug in tutorial3.py.
- * heightfielddata.pyx: Save a reference to the data tuple, because
otherwise it gets garbage collected and causes problems. Thanks to Dan
Miller for finding the bug and figuring it out.
- Revert weakref patch; it breaks the tutorials.
- Bug fix from Dan Miller.
- Applied the heightfield patch
- Applied a couiple of patches posted by Ethan Glasser-Camp (GeomRay
doc strings, angle methods on UniversalJoint, GeomObject.__delattr__,
weak refs, triangle count)
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 20 Mar 2009 11:07:26 -0400
pyode (1.2.0-3) unstable; urgency=low
* Rebuild with up-to-date pycentral (closes: #490522)
* Standards version boost to 3.8.0:
- Homepage is in header field now
- Section python instead of science
- Library depends without debian revision
-- Yaroslav Halchenko <debian@onerussian.com> Sat, 12 Jul 2008 22:27:10 -0400
pyode (1.2.0-2) unstable; urgency=low
* Since ode>=0.8.dfsg-1 builds with-trimesh=gimpact, patch
patches/01_ode_notrimesh.dpatch is disabled
* Rebuilt against most recent (lib)ode (Closes: #431941)
-- Yaroslav Halchenko <debian@onerussian.com> Sun, 22 Jul 2007 13:07:06 -0400
pyode (1.2.0-1) experimental; urgency=low
* New upstream release (Closes: #410945) (Thanks Ethan Glasser-Camp for a
buzz)
* debian/patches/01_{debian_ode_config.dpatch,ode_pyrex_0.9.4.dpatch} no
longer applied
* Explicit depends on libode0c2 (>=0.7-1) via debian/shlibs.local
* Since libode 0.7 shipped within Debian is without trimesh support, trimesh
support disabled for building pyode (patches/01_ode_notrimesh.dpatch)
-- Yaroslav Halchenko <debian@onerussian.com> Thu, 22 Feb 2007 13:52:01 -0500
pyode (1.1.0-1) unstable; urgency=low
* Initial release Closes: #329013
-- Yaroslav Halchenko <debian@onerussian.com> Tue, 13 Jun 2006 16:32:54 -0400
|