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
|
python-pulp (2.7.0+dfsg-4) unstable; urgency=medium
* Copy examples dir before tests and cleanup
to get tests passing (Closes: #1080235)
* Bump Standards-Version to 4.7.0 (no changes needed)
-- Nilesh Patra <nilesh@debian.org> Sun, 01 Sep 2024 16:35:34 +0530
python-pulp (2.7.0+dfsg-3) unstable; urgency=medium
* Team upload.
* Skip test on armel which fails due to slow execution time
-- Andreas Tille <tille@debian.org> Sat, 06 Jan 2024 12:43:39 +0100
python-pulp (2.7.0+dfsg-2) unstable; urgency=medium
* Specify the test dir to fix autopkgtests (Closes: #1056493)
-- Nilesh Patra <nilesh@debian.org> Mon, 11 Dec 2023 21:49:10 +0530
python-pulp (2.7.0+dfsg-1) unstable; urgency=medium
* New upstream version 2.7.0+dfsg
* d/copyright:
+ Removed choco from exclusion, already purged upstream
+ Remove un-needed zope license section
+ Update copyright years
* Add patch to ignore pulp provided choco location, change
pulp_cbc and cbc location to /usr/bin/cbc
* Bump Standards-Version to 4.6.2 (no changes needed)
* Add source-specific lintian overrides for long length
lines, and other overrides for pulptest
-- Nilesh Patra <nilesh@debian.org> Sat, 12 Aug 2023 05:21:48 +0000
python-pulp (2.6.0+dfsg-1) unstable; urgency=medium
* New upstream version 2.6.0+dfsg (re-diff patches)
* Add autopkgtests
* Remove un-needed prerm and postrm
* d/control: Move package to Math-team
* d/rules: Remove UPSTREAM_GIT
* d/copright: Update Uploader's copyright year
-- Nilesh Patra <nilesh@debian.org> Sun, 13 Mar 2022 23:49:38 +0530
python-pulp (2.5.1+dfsg-2) unstable; urgency=medium
* Source-only upload.
* Add myself to uploaders
-- Nilesh Patra <nilesh@debian.org> Mon, 18 Oct 2021 12:03:01 +0530
python-pulp (2.5.1+dfsg-1) unstable; urgency=medium
* Team Upload.
* New upstream version 2.5.1+dfsg
* d/patches:
+ Remove pyparsing and python3.8 patches
+ Refresh, re-diff o-not-package-non-free-files.patch
* d/copyright:
+ Repack, Remove non-free code
+ Remove duplicate entry for doc/KPyCon2009/IEEEtran.bst
* d/control:
+ Add "Rules-Requires-Root: no"
+ Bump Standards-Version to 4.6.0 (no changes needed)
+ Bump debhelper compatibility level to 13
* d/watch:
+ version 4, add +dfsg repack suffix
* Add upstream/metadata
* Add d/salsa-ci.yml
* Change refs from openstack to science team
+ Change maintainer, VCS URLs
+ Remove B-D on openstack-pkg-tools
+ Do not include pkgos.make from openstack tools
+ Add Steffen to Uploaders.
[ Steffen Moeller ]
* removed copyright exception for files no longer in source tree
-- Nilesh Patra <nilesh@debian.org> Mon, 18 Oct 2021 02:42:30 +0530
python-pulp (1.6.0+dfsg1-5) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Matthias Klose]
* Fix time.clock import for python3.8 (Closes: #944160).
-- Thomas Goirand <zigo@debian.org> Mon, 18 Nov 2019 08:54:23 +0100
python-pulp (1.6.0+dfsg1-4) unstable; urgency=medium
* Team upload.
* Use pybuild for building package (Closes: #933774).
* Enable autopkgtest-pkg-python testsuite.
* Bump debhelper compat level to 12.
* Bump standards version to 4.4.0 (no changes).
-- Ondřej Nový <onovy@debian.org> Sat, 10 Aug 2019 15:33:55 +0200
python-pulp (1.6.0+dfsg1-3) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Use team+openstack@tracker.debian.org as maintainer
* Use debhelper-compat instead of debian/compat.
[ Thomas Goirand ]
* Removed Python 2 support.
-- Thomas Goirand <zigo@debian.org> Sat, 27 Jul 2019 18:01:24 +0200
python-pulp (1.6.0+dfsg1-2) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URLs (https).
* d/rules: Changed UPSTREAM_GIT protocol to https
[ Daniel Baumann ]
* Updating vcs fields.
* Updating copyright format url.
* Updating maintainer field.
* Running wrap-and-sort -bast.
* Updating standards version to 4.0.0.
* Removing gbp.conf, not used anymore or should be specified in the
developers dotfiles.
* Correcting permissions in debian packaging files.
* Updating standards version to 4.0.1.
* Updating standards version to 4.1.0.
[ Thomas Goirand ]
* Using pkgos-dh_auto_install.
* Fixed shebang to be python3, not python3.x.
* Switched to debhelper 10.
* Standards-Version is now 4.1.1.
-- Thomas Goirand <zigo@debian.org> Sun, 05 Nov 2017 22:54:32 +0000
python-pulp (1.6.0+dfsg1-1) unstable; urgency=medium
* Initial release. (Closes: #801842)
-- Thomas Goirand <zigo@debian.org> Thu, 15 Oct 2015 09:21:46 +0200
|