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 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297
|
monty (2025.3.3-1) unstable; urgency=medium
* New upstream version.
-- Emmanuel Arias <eamanu@debian.org> Sat, 15 Mar 2025 17:37:38 -0300
monty (2025.1.9-1) unstable; urgency=medium
* New upstream version.
-- Emmanuel Arias <eamanu@debian.org> Mon, 20 Jan 2025 12:05:42 -0300
monty (2024.12.10-1) unstable; urgency=medium
* New upstream version.
-- Emmanuel Arias <eamanu@debian.org> Mon, 23 Dec 2024 19:07:51 -0300
monty (2024.10.21-1) unstable; urgency=medium
* New upstream version.
* d/patches/add_monty_os.patch: Remove patch it was already applied by
upstream.
* d/rules: Ignore test_install_except_hook test, it need to have install
ipython.
-- Emmanuel Arias <eamanu@debian.org> Tue, 03 Dec 2024 19:44:17 -0300
monty (2024.7.29-1) unstable; urgency=medium
* New upstream version.
* d/patches/0002-Ignore-tests-that-use-files-that-are-not-present-in-.patch:
Remove patch is not needed.
* d/patches/add_monty_os.patch: Add patch to add monty.os under the
package.find section in pyproject. This is to package also os module under
monty.
* d/control: Add python3-setuptools-scm as Build Dependency.
- Add <!nocheck> profile to python3-tqdm, it is used in tests.
* d/control: Move python3-bson, python3-pandas, python3-tqdm from build
dependencies to dependencies of the binary package.
* wrap-and-sort.
-- Emmanuel Arias <eamanu@debian.org> Mon, 05 Aug 2024 02:10:37 -0300
monty (2024.5.24-1) unstable; urgency=medium
* New upstream version.
-- Emmanuel Arias <eamanu@debian.org> Wed, 29 May 2024 18:40:08 -0300
monty (2024.5.15-1) unstable; urgency=medium
* New upstream version.
-- Emmanuel Arias <eamanu@debian.org> Thu, 23 May 2024 22:50:27 -0300
monty (2024.4.17-1) unstable; urgency=medium
* New upstream version
* Standards-Version: 4.7.0 (routine-update)
-- Emmanuel Arias <eamanu@debian.org> Sun, 21 Apr 2024 21:00:39 -0300
monty (2024.3.31-1) unstable; urgency=medium
* New upstream version
* Remove trailing whitespace in debian/changelog (routine-update)
-- Emmanuel Arias <eamanu@yaerobi.com> Sat, 06 Apr 2024 18:28:13 -0300
monty (2024.2.26-1) unstable; urgency=medium
* New upstream version.
* d/skip-test-use-pytorch.patch: Remove patch that is not longer
needed.
-- Emmanuel Arias <eamanu@debian.org> Sun, 10 Mar 2024 12:56:45 -0300
monty (2024.2.2-1) unstable; urgency=medium
* New upstream version.
* d/copyright: Update Copyright year for debian/* files.
* d/copyright: Change MIT license for expat.
* d/patches/remove_sphinx_markdown_builder_extension.patch: Update
patch according to upstream source code.
-- Emmanuel Arias <eamanu@debian.org> Sun, 11 Feb 2024 22:07:29 -0300
monty (2023.11.3-2) unstable; urgency=medium
* d/control: Add Testsuite: autopkgtest-pkg-pybuild (Closes: #1056427).
- d/tests/unittests: Remove unittests file for autopkgtest.
-- Emmanuel Arias <eamanu@debian.org> Sun, 24 Dec 2023 18:55:09 -0300
monty (2023.11.3-1) unstable; urgency=medium
* New upstream release.
-- Emmanuel Arias <eamanu@debian.org> Fri, 10 Nov 2023 17:06:35 -0300
monty (2023.9.25-1) unstable; urgency=medium
* New upstream release.
* d/patches/0001-Remove-images-links-to-avoid-privacy-breach.patch: Update
patch according to the upstream source.
- Add docs/index.md to the patch.
* d/control: Move python3-pydantic B-Depend to Depends on binary package.
This is an optional dependency and one test is falling because in Debian
is in old 1.x version.
* d/rules: Ignore test_pydantic_integrations test because python3-pydantic
version in Debian is old and breaks the test.
-- Emmanuel Arias <eamanu@debian.org> Thu, 05 Oct 2023 23:04:57 -0300
monty (2023.9.5-1) unstable; urgency=medium
* New upstream release.
* d/patches: Update patches according to the new upstream release:
- 0001-Remove-images-links-to-avoid-privacy-breach.patch
- 0002-Ignore-tests-that-use-files-that-are-not-present-in-.patch
- skip-test-use-pytorch.patc
* d/copyright: Remove Files-Excluded.
* Repack package without Files-Excluded files.
* d/rules: Update override_dh_auto_build use docs/ folder to create
documentation package instead of docs_rst/.
* d/control: Add python3-myst-parser as B-Depends, it is needed to build
documentation package.
* d/control: Add python3-pytest a B-Depends, it is needed to run tests.
- d/tests/control: Also add python3-pytest as Depends.
* d/patches: Update
0002-Ignore-tests-that-use-files-that-are-not-present-in-.patch patch
according to the upstream code changes.
* d/patches: Add remove_sphinx_markdown_builder_extension.patch patch to
remove sphinx_markdown_builder extension from docs/conf.py. It is not
packaged in Debian yet.
* d/python-monty-doc.docs: Add docs/changelog.md to docs package and remove
the old changelog.rsg file.
* d/copyright: Remove docs/_themes/ folder from copyright, it is not longer
exists.
-- Emmanuel Arias <eamanu@debian.org> Wed, 20 Sep 2023 12:38:39 -0300
monty (2023.5.8+dfsg-6) unstable; urgency=medium
* d/tests/control: Remove python3-torch from Depends in autopkgtest.
-- Emmanuel Arias <eamanu@debian.org> Wed, 16 Aug 2023 11:58:39 -0300
monty (2023.5.8+dfsg-5) unstable; urgency=medium
* d/control: Move python3-toch B-Depends to binary package Recommends.
* d/control: Change Architecture for all.
* d/tests/control: Remove skip-not-installable restriction due python3-torch
is not a B-Depends.
* d/patches/skip-test-use-pytorch.patch: Add patch to remove one test that
use torch.
* d/control: Update my contact information. Also update it in d/copyright in
debian/* files.
-- Emmanuel Arias <eamanu@debian.org> Thu, 10 Aug 2023 10:54:05 -0300
monty (2023.5.8+dfsg-4) unstable; urgency=medium
* d/tests/control: Add skip-not-installable restriction to avoid errors with
the installation of python3-torch.
-- Emmanuel Arias <eamanu@yaerobi.com> Sat, 15 Jul 2023 21:12:40 -0300
monty (2023.5.8+dfsg-3) unstable; urgency=medium
* d/tests/control: Add Restrictions: allow-stderr to avoid break autopkgtest
when monty run in a no builded arch.
-- Emmanuel Arias <eamanu@yaerobi.com> Fri, 14 Jul 2023 10:18:28 -0300
monty (2023.5.8+dfsg-2) unstable; urgency=medium
* d/control: Add architectures to build python3-monty: amd64 arm64 mips64el
ppc64el s390x kfreebsd-amd64 riscv64. These architectures are the same
that python3-torch.
-- Emmanuel Arias <eamanu@yaerobi.com> Tue, 11 Jul 2023 09:44:12 -0300
monty (2023.5.8+dfsg-1) unstable; urgency=medium
* New upstream release.
* d/control: Bump Standards-Version to 4.6.2 (from 4.6.1.1; no further
changes needed).
* d/control: Remove trivial autopkgtest-pkg-python test.
* d/copyrigh: Update Copyright year for debian/* files.
* d/control: Add python3-torch as a build dependency.
* d/tests/control: Add python3-torch as tests dependency.
* d/salsa-ci.yml: Add allow_failure: true for build i386, there is not
python3-torch build for i386.
-- Emmanuel Arias <eamanu@yaerobi.com> Wed, 14 Jun 2023 19:51:20 -0300
monty (2022.9.9+dfsg-1) unstable; urgency=medium
[ Emmanuel Arias ]
* New upstream version.
* d/control: Bump Standards-Version to 4.6.1.1 (from 4.6.1; no further
changes).
* d/patches: Add patch to skip tests that use files that are not present in
upstream.
* d/tests: Use py3versions -s instead of -r to test with all supported Python
versions. Add this change in d/tests/installed-test and d/tests/unittests
files.
-- Emmanuel Arias <eamanu@yaerobi.com> Mon, 17 Oct 2022 21:21:07 +0000
monty (2022.4.26+dfsg-3) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Contact.
* Set field Upstream-Contact in debian/copyright.
* Remove obsolete field Contact from debian/upstream/metadata (already present
in machine-readable debian/copyright).
-- Jelmer Vernooij <jelmer@debian.org> Fri, 14 Oct 2022 12:54:54 +0100
monty (2022.4.26+dfsg-2) unstable; urgency=medium
* Upload to unstable.
-- Stefano Rivera <stefanor@debian.org> Fri, 12 Aug 2022 18:50:21 +0200
monty (2022.4.26+dfsg-1) experimental; urgency=medium
* New upstream version.
* d/watch: Remove unnecessary comment.
* d/control: Start packaging python-monty-doc package.
- Add d/python-monty-doc.doc-base and d/python-monty-doc.docs.
* d/patches: Remove patches, they are no needed anymore.
* d/control: Build with pybuild's pyproject plugin. Add
pybuild-plugin-pyproject as Build Depends.
* wrap-and-sort.
* d/copyright: Exclude docs/ folder with pre built documentation.
* d/rules: Start building the documentation.
- d/control: Add Depends in sphinxdoc for python-monty-doc.
* d/debian/python-monty-doc.docs: Update the documentation path from
docs/* to docs/html/*.
* d/control: Bump Standards-Version to 4.6.1 (from 4.6.0). No changes
needed.
* d/contol: Add Section: doc to python-monty-doc.
* d/copyriht: Add the docs_rst/ files copyright.
- Remove BSD-2-clause paragraph, it's no longer used.
- Remove docs/ files copyright, it's not packaged.
* d/patches/0001-Remove-images-links-to-avoid-privacy-breach.patch: Add
patches to remove image internet links, to avoid privacy breach.
* d/python-monty-doc.docs: Install changelog (docs_rst/changelog.rst) in
python-monty-doc package.
-- Emmanuel Arias <eamanu@yaerobi.com> Thu, 11 Aug 2022 22:21:16 +0200
monty (2021.8.17+dfsg-1) unstable; urgency=medium
* New upstream version 2021.8.17+dfsg.
* d/control: Bump Standards-Versions to 4.6.0.
* d/tests: add test to testing as is installed.
* wrap-and-sort.
* d/tests/unittest: fix test execution.
- Add python3-pandas and python3-pydantic as dependencies on the
tests.
* d/control: add python3-pandas and python3-pydantic as Depedencies.
* d/patches: update patches.
* d/rules: fix execution of dh_auto_test. - Set PYTHONPATH=. variable.
-- Emmanuel Arias <eamanu@yaerobi.com> Mon, 20 Sep 2021 22:33:35 -0300
monty (4.0.2+dfsg-1) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Emmanuel Arias ]
* New upstream version 4.0.2+dfsg (Closes: #972906)
-- Drew Parsons <dparsons@debian.org> Tue, 27 Oct 2020 12:52:13 +0800
monty (3.0.4+dfsg-1) unstable; urgency=medium
[ Emmanuel Arias ]
* Initial release (Closes: #962338)
[ Tristan Seligmann ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Set Rules-Requires-Root: no.
-- Emmanuel Arias <eamanu@yaerobi.com> Tue, 18 Aug 2020 21:07:50 -0300
|