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
|
python-ml-collections (1.1.0-1) unstable; urgency=medium
* Team upload.
* New upstream version 1.1.0
* Drop depenceny on python3-six
-- Alexandre Detiste <tchet@debian.org> Sun, 20 Apr 2025 12:09:52 +0200
python-ml-collections (1.0.0+ds1-1) unstable; urgency=medium
* Team upload.
* Switch to fetching source from GitHub, as the sdist on PyPI no longer
contains tests.
* Run tests using pytest, following upstream (closes: #1098875).
-- Colin Watson <cjwatson@debian.org> Fri, 07 Mar 2025 13:12:53 +0000
python-ml-collections (1.0.0-1) unstable; urgency=medium
* Team upload
* New upstream version 1.0.0
* Remove patches applied upstream
* Update build system:
- python3-setuptools
+ pybuild-plugin-pyproject
+ python3-flit-scm
-- Alexandre Detiste <tchet@debian.org> Thu, 14 Nov 2024 20:50:57 +0100
python-ml-collections (0.1.1-4) unstable; urgency=medium
* Team upload.
* Patch-out usage of old python3-mock & python3-unittest2
-- Alexandre Detiste <tchet@debian.org> Mon, 23 Sep 2024 00:09:08 +0200
python-ml-collections (0.1.1-3) unstable; urgency=medium
* Team upload.
* Included a patch for ml_collections/config_flags/config_flags.py
to replace deprecated imp with importlib to fix ModuleNotFoundError
in Python 3.12. (Closes: #1058106)
* Added python3-absl, python3-contextlib2, python3-yaml, python3-six
to tests-depends.
* Added python3-six to Build-Depends and Depends in d/control.
* Disabled 2 bazel tests in autopkgtest.
-- Yogeswaran Umasankar <kd8mbd@gmail.com> Mon, 08 Jan 2024 20:00:00 +0000
python-ml-collections (0.1.1-2) unstable; urgency=medium
* Team Upload.
* Remove docs before building (Closes: #1012233)
* Bump Standards-Version to 4.6.2 (no changes needed)
* Add python-is-python3 to test-deps
* Add Suggests on python-is-python3
* Update copyright years
* d/lintian-overrides: Override FP
-- Nilesh Patra <nilesh@debian.org> Sat, 01 Apr 2023 11:29:28 +0530
python-ml-collections (0.1.1-1) unstable; urgency=medium
* Team upload.
* New upstream version 0.1.1 (Closes: #1009114)
* Bump Standards-Version to 4.6.1 (no changes needed)
* Drop fix-test.patch
-- Nilesh Patra <nilesh@debian.org> Thu, 26 May 2022 17:52:59 +0530
python-ml-collections (0.1.0-2) unstable; urgency=medium
* Team upload.
(Source-only upload for testing migration)
-- Nilesh Patra <nilesh@debian.org> Thu, 19 Aug 2021 16:42:16 +0530
python-ml-collections (0.1.0-1) unstable; urgency=medium
* Initial release (Closes: #991769)
-- Steffen Moeller <moeller@debian.org> Tue, 03 Aug 2021 00:51:27 +0530
|