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
|
ragout (2.3-5) unstable; urgency=medium
* Port to Python3.12 by removing vendored six.py
Closes: #1061835
* Standards-Version: 4.6.2 (routine-update)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
-- Andreas Tille <tille@debian.org> Fri, 02 Feb 2024 11:01:34 +0100
ragout (2.3-4) unstable; urgency=medium
* Fix watch file
* Remove redundant debian/gbp.conf
* Standards-Version: 4.6.1 (routine-update)
-- Andreas Tille <tille@debian.org> Fri, 25 Nov 2022 18:34:56 +0100
ragout (2.3-3) unstable; urgency=medium
* Fix watchfile to detect new versions on github
* Standards-Version: 4.6.0 (routine-update)
* debhelper-compat 13 (routine-update)
-- Andreas Tille <tille@debian.org> Mon, 18 Oct 2021 11:12:32 +0200
ragout (2.3-2) unstable; urgency=medium
* Sibelia is now available
Closes: #953904
* Remove trailing whitespace in debian/changelog (routine-update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Fix "AttributeError: module 'networkx' has no attribute
'connected_component_subgraphs'" which became obvious in test suite
* d/copyright: lib/ragout was moved to ragout/ragout
* networkx code copy is not inluded into upstream source any more
-- Andreas Tille <tille@debian.org> Sat, 28 Mar 2020 22:34:46 +0100
ragout (2.3-1) unstable; urgency=medium
* Test-Depends: sibelia
* New upstream version
* Standards-Version: 4.5.0 (routine-update)
* Build-Depends: python3-setuptools
-- Andreas Tille <tille@debian.org> Wed, 18 Mar 2020 19:53:31 +0100
ragout (2.2+ds-1) unstable; urgency=medium
* Team upload
[Andreas Tille]
* New upstream version
* debhelper-compat 12
* Standards-Version: 4.4.0
* Use 2to3 to port to Python3 (Closes: #938330)
also see https://github.com/fenderglass/Ragout/issues/52
[Steffen Moeller]
* Not having Python install binaries in setup.py, chaning
d/ragout.install accordingly
* bin/ragout was still about to invoke python2
* maketrans is now a static function of str
* not allowing bin/ragout to change $PATH
* demoted sibelia to recommends runtime dependency as there are
modules that don't use it.
TODO: Find out what happened to
https://salsa.debian.org/med-team/sibelia
which is not in new or main.
* use "ds" not "dfsg" as version suffix since files were removed
but no functional changes have been performed.
-- Steffen Moeller <moeller@debian.org> Sat, 04 Jan 2020 19:07:58 +0100
ragout (2.1.1+dfsg-1) unstable; urgency=medium
* Initial release (Closes: #925527)
-- Andreas Tille <tille@debian.org> Tue, 26 Mar 2019 12:47:54 +0100
|