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
|
python-pyvcf (0.6.8+git20170215.476169c-9) unstable; urgency=medium
* Packaging update
* Standards-Version: 4.6.1 (routine-update)
* Fix 'TypeError: "quotechar" must be a 1-character string'
Closes: #1024063
-- Andreas Tille <tille@debian.org> Mon, 14 Nov 2022 14:00:33 +0100
python-pyvcf (0.6.8+git20170215.476169c-8) unstable; urgency=medium
* Team Upload.
* d/patches:
- fix-setuptools.patch: Fix FTBFS with new setuptools
- 2to3.patch: Change python2 syntax to python3
* d/control:
- Change homepage to github
- Bump debhelper compatibility level to 13
- Bump Standards-Version to 4.6.0 (no changes needed)
- Add "Rules-Requires-Root: no"
-- Nilesh Patra <nilesh@debian.org> Fri, 15 Oct 2021 12:51:04 +0530
python-pyvcf (0.6.8+git20170215.476169c-7) unstable; urgency=medium
* Test-Depends: python3-pytest
Closes: #951863
* Standards-Version: 4.5.0 (routine-update)
* Add salsa-ci file (routine-update)
-- Andreas Tille <tille@debian.org> Sat, 22 Feb 2020 17:08:31 +0100
python-pyvcf (0.6.8+git20170215.476169c-6) unstable; urgency=medium
* Make sure executables will be installed
Closes: #948720
* Set upstream metadata fields: Bug-Database, Bug-Submit.
-- Andreas Tille <tille@debian.org> Sun, 12 Jan 2020 17:30:39 +0100
python-pyvcf (0.6.8+git20170215.476169c-5) unstable; urgency=medium
* Breaks+Replaces: python3-pyvcf
Closes: #946427
* Run Build-Time test
* Add autopkgtest
* Depends: python3-pysam
* Fix dependency for pyvcf package
-- Andreas Tille <tille@debian.org> Mon, 09 Dec 2019 11:12:54 +0100
python-pyvcf (0.6.8+git20170215.476169c-3) unstable; urgency=medium
* Rename Python3 module package from python3-pyvcf to python3-vcf
to follow DPMT policy
* Standards-Version: 4.4.1
-- Andreas Tille <tille@debian.org> Fri, 29 Nov 2019 12:47:44 +0100
python-pyvcf (0.6.8+git20170215.476169c-2) unstable; urgency=medium
* Drop Python2 support
Closes: #938106
* debhelper-compat 12
* Standards-Version: 4.4.0
* Secure URI in copyright format
* Remove trailing whitespace in debian/copyright
* Remove unused lintian-override
-- Andreas Tille <tille@debian.org> Mon, 02 Sep 2019 17:03:56 +0200
python-pyvcf (0.6.8+git20170215.476169c-1) unstable; urgency=medium
* d/watch: use git mode
* drop unneeded get-orig-source target
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
* Testsuite: autopkgtest-pkg-python
* Lintian override for Suggests which is correct
* Lintian override for Python3 modules
-- Andreas Tille <tille@debian.org> Sat, 04 Aug 2018 04:03:05 +0200
python-pyvcf (0.6.8-1) unstable; urgency=medium
* New upstream version
* Fix watch file
* cme fix dpkg-control
* debhelper 10
* hardening=+all
* Remove unused lintian override
-- Andreas Tille <tille@debian.org> Fri, 02 Dec 2016 20:33:48 +0100
python-pyvcf (0.6.7-2) unstable; urgency=medium
[ Scott Kitterman ]
* Change python3-dev build-dep to python3-all-dev so package is built for
all supported python3 versions
Closes: #809487
-- Andreas Tille <tille@debian.org> Thu, 31 Dec 2015 12:22:30 +0100
python-pyvcf (0.6.7-1) unstable; urgency=medium
* Initial upload (Closes: #801722)
-- Andreas Tille <tille@debian.org> Wed, 14 Oct 2015 22:58:18 +0200
|