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
|
python-asteval (1.0.6-2) unstable; urgency=medium
* Team upload.
* Upload to unstable.
-- Stuart Prescott <stuart@debian.org> Tue, 11 Feb 2025 10:44:13 +1100
python-asteval (1.0.6-1) experimental; urgency=medium
* Team upload.
* New upstream release.
* Change upstream source to original github.com/lmfit/asteval.
* Build using pyproject.toml.
* Fix typos in package long description.
* Fix autopkgtest to use pytest.
* Update Standards-Version to 4.7.0 (no changes required).
-- Stuart Prescott <stuart@debian.org> Sun, 09 Feb 2025 15:57:45 +1100
python-asteval (0.9.31-1) unstable; urgency=medium
* Team upload.
* New upstream release 0.9.31.
-- Boyuan Yang <byang@debian.org> Sat, 28 Oct 2023 06:08:05 -0400
python-asteval (0.9.30-1) unstable; urgency=medium
* Team upload.
* New upstream release 0.9.30.
* d/control: Add python3-tk as test-build-dependency.
-- Boyuan Yang <byang@debian.org> Tue, 20 Jun 2023 14:36:22 -0400
python-asteval (0.9.28-1) unstable; urgency=medium
* Team upload.
* New upstream release 0.9.28.
* debian/: Apply "wrap-and-sort -abst".
* d/control: Drop build-dep on python3-six.
* d/control: Mark pytest-related pkgs as <!nocheck>.
* d/rules: Do not install files generated by python3-coverage.
[ Ileana Dumitrescu ]
* d/rules: Remove version.py after dh_auto_clean.
* d/copyright: Update debian year to 2022.
* d/control: Add Rules-Requires-Root: no.
-- Boyuan Yang <byang@debian.org> Wed, 09 Nov 2022 14:17:38 -0500
python-asteval (0.9.25-2) unstable; urgency=medium
* Team upload.
* fix autopkgtests
-- Picca Frédéric-Emmanuel <picca@debian.org> Thu, 02 Sep 2021 11:59:31 +0200
python-asteval (0.9.25-1) unstable; urgency=medium
* Team upload.
* d/watch: The previous one was not working anymore.
* New upstream version 0.9.25
* Bump debhelper from old 11 to 13.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
* Update standards version to 4.5.1, no changes needed.
* use dh-sequence-python3
* Added build-dependency python3-setuptools-scm
* Added autopkgtests
-- Picca Frédéric-Emmanuel <picca@debian.org> Thu, 02 Sep 2021 11:00:28 +0200
python-asteval (0.9.19-2) unstable; urgency=medium
* Team upload.
* d/control: Add python3-pytest to Build-Depends.
-- Michael Hudson-Doyle <mwhudson@debian.org> Thu, 22 Oct 2020 09:54:35 +1300
python-asteval (0.9.19-1) unstable; urgency=medium
[ Picca Frédéric-Emmanuel ]
* Team upload.
* fix salsa-ci.yml file
[ Michael Hudson-Doyle ]
* New upstream version 0.9.19
* d/rules: set PYBUILD_TEST_PYTEST so tests are actually run during build. (Closes: #972602)
* d/control: Add myself to Uploaders.
-- Michael Hudson-Doyle <mwhudson@debian.org> Thu, 22 Oct 2020 09:20:51 +1300
python-asteval (0.9.17-1) unstable; urgency=medium
* Team upload.
* New upstream version 0.9.17
* Standards-Version bumped to 4.4.1 (nothing to do)
-- Alexandre Marie <alexandre.marie@synchrotron-soleil.fr> Tue, 19 Nov 2019 10:33:25 +0100
python-asteval (0.9.12-2) unstable; urgency=medium
* Team upload.
* Drop Python 2 support (Closes: #937585).
-- Ondřej Nový <onovy@debian.org> Thu, 24 Oct 2019 13:59:58 +0200
python-asteval (0.9.12-1) unstable; urgency=medium
* Initial release (Closes: #907283)
* The Python 2 version is needed since it is a new dependency of the
new version of lmfit-py (to fix RC bugs #906419 and #906381). I've
verified that its also hard to drop the Python 2 version of lmfit-py
since it has other reverse dependencies in Python 2.
-- Andreas Tille <tille@debian.org> Fri, 14 Sep 2018 09:27:00 +0200
|