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
|
python-crontab (2.5.1-1) unstable; urgency=low
* New upstream release (Closes: #972821).
* Add debian/gbp.conf.
* Set Debian Python Team as maintainer and myself as uploader.
* Run wrap-and-sort -bast to reduce diff size of future changes.
* Drop Python2 package.
* Bump debhelper version to 13.
* Bump Standards-Version to 4.5.0.
* Drop patches, no longer applicable to new upstream code.
* Remove obsolete X-Python3-Version field.
* Add patches to fix tests.
* Clean up pytest artifacts to allow two builds in a row.
* Use README.rst for documentation.
* Remove autopkgtests for Python2.
* Use https:// for copyright-format 1.0 URL.
* Set Rules-Requires-Root: no.
* Replace ADTTMP with AUTOPKGTEST_TMP in autopkgtests.
* Use py3versions -s instead of -i in autopkgtests.
* Switch to debhelper-compat.
* Use https:// for uscan URL.
* Add d/upstream/metadata.
* Use uscan version 4.
* Update Vcs-* fields with new Debian Python Team Salsa repository.
* Update project homepage URL.
* Do not install python package for autopkgtests.
* Add patch to use tempfile module to create output file in tests.
-- Michael Fladischer <fladi@debian.org> Wed, 25 Nov 2020 23:39:56 +0100
python-crontab (1.9.3-2) unstable; urgency=medium
* Switch from using py.test-{version} to python{version} -m pytest
during build to work around a pytest bug (Closes: #808898)
* Add patch to fix a frequency test which fails if the current
year is a leap year
* Update DEP8 python3 tests to test all installed versions of python
-- Jordan Metzmeier <jmetzmeier01@gmail.com> Tue, 05 Jan 2016 16:20:14 -0600
python-crontab (1.9.3-1) unstable; urgency=medium
* New upstream version (Closes: #786921)
* Update debian/watch with the output for the new
PyPI redirector (Closes: #786920)
* Remove all Debian patches that were merged upstream
* Add Build-Depends on python3-setuptools
* Use pytest for testrunner because some test output is lost
with the default runner
* Add patch to remove test for failures when croniter is missing,
which fails under python3 and is not optional for the Debian package
* Remove XS-Testsuite field from the control file as it is no longer
required
* Bump standards version to 3.9.6, no changes were required
* Change python depends from 2.6 to 2.7 as the module is no longer 2.6
compatible (Closes: #787026)
-- Jordan Metzmeier <jmetzmeier01@gmail.com> Tue, 26 May 2015 14:44:11 -0500
python-crontab (1.8.1-2) unstable; urgency=low
* Fix copyright for tests/test_usage.py
* Add Vcs fields to the control file
-- Jordan Metzmeier <jmetzmeier01@gmail.com> Mon, 13 Oct 2014 00:09:23 -0500
python-crontab (1.8.1-1) unstable; urgency=low
* Initial release (Closes: #740800).
-- Jordan Metzmeier <jmetzmeier01@gmail.com> Wed, 05 Mar 2014 00:09:54 -0600
|