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
|
python-pyvcf (0.6.8+git20170215.476169c-11) unstable; urgency=medium
* Team upload.
* Drop dependency on python3-pkg-resources (Closes: #1083698)
* Fix patch header format
* Use setuptools instead of deprecated distutils
* Use raw strings to prevent invalid escape sequences
in regex (Closes: 1079359)
* Use execute_after target instead of overriding dh_install
* Bump standards version to 4.7.0 (no changes needed)
-- Ananthu C V <weepingclown@disroot.org> Tue, 26 Nov 2024 21:49:45 +0530
python-pyvcf (0.6.8+git20170215.476169c-10) unstable; urgency=medium
* Team upload.
* Packaging update
* Standards-Version: 4.6.2 (routine-update)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* Set upstream metadata fields: Repository-Browse.
* d/clean: Remove autogenerated file, vcf/cparse.c (Closes: #1046140)
* d/control: Replace autopkgtest-pkg-python with autopkgtest-pkg-pybuild
* d/rules: Copy tests to build directory
* d/tests: Removed, run upstream tests with autopkgtest-pkg-pybuild
* d/python-pyvcf-examples.lintian-overrides: Removed, override unused
-- Lance Lin <lq27267@gmail.com> Mon, 04 Dec 2023 20:55:29 +0700
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
|