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 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
|
python-gitdb (4.0.5-1) unstable; urgency=medium
* New upstream version 4.0.5
-- TANIGUCHI Takaki <takaki@debian.org> Sat, 30 May 2020 13:20:34 +0900
python-gitdb (4.0.4-1) unstable; urgency=medium
* New upstream version 4.0.4
-- TANIGUCHI Takaki <takaki@debian.org> Sat, 25 Apr 2020 13:09:23 +0900
python-gitdb (4.0.2-1) unstable; urgency=medium
* Add CI config file
* d/watch: Update URL
* New upstream version 4.0.2
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
-- TANIGUCHI Takaki <takaki@debian.org> Sun, 05 Apr 2020 15:40:58 +0900
python-gitdb (2.0.6-2) unstable; urgency=medium
* Team upload.
* Drop python2 support; Closes: #937787
* Bump Standards-Version to 4.4.1 (no changes needed)
-- Sandro Tosi <morph@debian.org> Sat, 26 Oct 2019 12:20:57 -0400
python-gitdb (2.0.6-1) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
[ TANIGUCHI Takaki ]
* New upstream version 2.0.6
* Bump debhelper from old 11 to 12.
* Set upstream metadata fields: Repository.
-- TANIGUCHI Takaki <takaki@debian.org> Thu, 03 Oct 2019 14:52:59 +0900
python-gitdb (2.0.5-1) unstable; urgency=medium
[ Ondřej Nový ]
* Convert git repository from git-dpm to gbp layout
[ TANIGUCHI Takaki ]
* New upstream version 2.0.5
* Bump Stanrads-Version to 4.2.1
-- TANIGUCHI Takaki <takaki@debian.org> Fri, 26 Oct 2018 11:13:13 +0900
python-gitdb (2.0.4-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
[ TANIGUCHI Takaki ]
* New upstream version 2.0.4
* Bump Stanrads-Version to 4.1.5
-- TANIGUCHI Takaki <takaki@debian.org> Mon, 30 Jul 2018 12:12:33 +0900
python-gitdb (2.0.3-1) unstable; urgency=medium
* Bump Standards-Vertion to 4.1.3
* debian/compat: 11
* New upstream version 2.0.3
-- TANIGUCHI Takaki <takaki@debian.org> Sat, 03 Feb 2018 18:54:36 +0900
python-gitdb (2.0.2-1) unstable; urgency=medium
* New upstream version 2.0.2
* Bump Standards-Version to 4.0.0
-- TANIGUCHI Takaki <takaki@debian.org> Tue, 04 Jul 2017 15:06:02 +0900
python-gitdb (2.0.0-3) unstable; urgency=medium
* Team upload.
* Change binaries to arch:all and drop -dev build-depends as they are not
needed - package is pure Python, no compiled content
-- Scott Kitterman <scott@kitterman.com> Thu, 29 Jun 2017 19:00:09 -0400
python-gitdb (2.0.0-2) unstable; urgency=medium
* Team upload.
* Don't depend on python-smmap in Python3 package (Closes: #849997)
* Bumped debhelper compat version to 10
* Bumped Standards-Version to 3.9.8
* d/watch: Use https
* Enabled autopkgtest-pkg-python testsuite
* Run depend, not only build depend on python{,3}-smmap (>> 2)
* d/copyright: Added myself to Debian part
* d/control: Fixed description wording
* d/docs: Removed empty file
* Build depend on dh-python
-- Ondřej Nový <onovy@debian.org> Tue, 03 Jan 2017 12:17:34 +0100
python-gitdb (2.0.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Mattia Rizzolo ]
* d/copyright: update copyright Format URL
[ Yaroslav Halchenko ]
* New upstream release
* debian/control
- depends on python-smmap >> 2
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 21 Oct 2016 09:20:49 -0400
python-gitdb (0.6.4-3) unstable; urgency=medium
[ SVN-Git Migration ]
* git-dpm config
* Update Vcs fields for git migration
[ TANIGUCHI Takaki ]
* debian/watch: Use pypy.debian.net.
* Support Python-3 (Closes: #778932)
-- TANIGUCHI Takaki <takaki@debian.org> Wed, 25 Nov 2015 22:44:11 +0900
python-gitdb (0.6.4-2) unstable; urgency=medium
* Upload to unstable
-- Yaroslav Halchenko <debian@onerussian.com> Tue, 11 Aug 2015 09:25:23 -0400
python-gitdb (0.6.4-1) experimental; urgency=medium
* New upstream release addressing failing tests on some platforms
* debian/rules
- don't ignore failed tests
-- Yaroslav Halchenko <debian@onerussian.com> Thu, 05 Feb 2015 18:27:18 -0500
python-gitdb (0.6.3-1) UNRELEASED; urgency=medium
* New upstream release
* debian/{rules,control}
- enable build-time testing although ignore failures
- add git to build-depends to initiate a test repository
- python-nose, python-smmap to b-depends
- removing python-async from depends (not used any longer)
-- Yaroslav Halchenko <debian@onerussian.com> Thu, 08 Jan 2015 09:34:34 -0500
python-gitdb (0.6.0-1) experimental; urgency=medium
* New upstream release
* debian/control
- bump standards-version to 3.9.6
-- Yaroslav Halchenko <debian@onerussian.com> Wed, 17 Dec 2014 23:12:00 -0500
python-gitdb (0.5.4-2) UNRELEASED; urgency=low
* Use canonical URIs for Vcs-* fields.
-- Jakub Wilk <jwilk@debian.org> Sun, 05 May 2013 16:02:41 +0200
python-gitdb (0.5.4-1) unstable; urgency=low
* Initial release (Closes: #667502,#638976)
-- TANIGUCHI Takaki <takaki@debian.org> Wed, 04 Apr 2012 23:08:30 +0900
|