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
|
python-pygit2 (0.24.2-2) unstable; urgency=medium
* Drop unnecessary Depends on python-cffi (Closes: #849744)
-- Ondřej Nový <onovy@debian.org> Mon, 02 Jan 2017 23:58:16 +0100
python-pygit2 (0.24.2-1) unstable; urgency=medium
* New upstream release
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
* Bumped debhelper version to 10
* d/patches: Rebased for new release
-- Ondřej Nový <onovy@debian.org> Thu, 17 Nov 2016 20:31:10 +0100
python-pygit2 (0.24.1-1) unstable; urgency=medium
* New upstream release
* d/{control,copyright}: Use my @debian.org email address
* Changed Vcs-Browser URL to cgit
* Removed reproducible_build.patch (Applied upstream)
* Install README.rst
-- Ondřej Nový <onovy@debian.org> Sat, 25 Jun 2016 23:15:34 +0200
python-pygit2 (0.24.0-3) unstable; urgency=medium
* d/rules: Changed UPSTREAM_GIT protocol to https
* Added reproducible_build.patch to make build reproducible
-- Ondřej Nový <novy@ondrej.org> Tue, 07 Jun 2016 22:38:46 +0200
python-pygit2 (0.24.0-2) unstable; urgency=medium
* Run unit tests with UTC timezone, which workarounds upstream bug
-- Ondřej Nový <novy@ondrej.org> Thu, 21 Apr 2016 22:19:45 +0200
python-pygit2 (0.24.0-1) unstable; urgency=medium
* Added myself as uploader
* d/copyright: Added myself for Debian part
* New upstream release (Closes: #820949)
* Added python{3,}-six build dependency
* Bumbed libgit2 dependency version
* Added simple Debian tests
* Standards-Version is 3.9.8 now (no change)
-- Ondřej Nový <novy@ondrej.org> Wed, 20 Apr 2016 14:29:33 +0200
python-pygit2 (0.23.3-1) unstable; urgency=medium
* New upstream release:
- Removed network access doing tests (Closes: #809246).
- Rebuilt with newer CFFI (Closes: #807435).
* VCS URLs using HTTPS.
* Fixed debian/copyright ordering and years.
-- Thomas Goirand <zigo@debian.org> Sat, 06 Feb 2016 09:53:19 +0000
python-pygit2 (0.23.0-2) unstable; urgency=medium
* Rebuild to fix permission error in Py3 (Closes: #807435).
-- Thomas Goirand <zigo@debian.org> Mon, 28 Dec 2015 09:37:04 +0000
python-pygit2 (0.23.0-1) unstable; urgency=medium
* New upstream release (Closes: #797185):
- Fixes can't import in Python3 (Closes: #796657).
* Refreshed and rebased patches.
-- Thomas Goirand <zigo@debian.org> Tue, 08 Sep 2015 08:30:14 +0000
python-pygit2 (0.22.0-3) unstable; urgency=medium
* Depends on version >= 0.9.2 of python-cffi (Closes: #788095).
-- Thomas Goirand <zigo@debian.org> Wed, 10 Jun 2015 17:39:37 +0200
python-pygit2 (0.22.0-2) unstable; urgency=medium
* Removed broken unit tests (Closes: #786509).
* Fixed watch file.
-- Thomas Goirand <zigo@debian.org> Mon, 08 Jun 2015 14:48:00 +0200
python-pygit2 (0.22.0-1) unstable; urgency=medium
* New upstream release:
- Adds support for libgit2 >= 0.22 which unfortunately is incompatible
with previous version, so we restrict to that (Closes: #786597).
* Ran wrap-and-sort.
* Removed version in Build-Depends on python{3,}-all-dev.
* Overrides dh_auto_clean to allow easier gbp builds.
* Added PYTHON_PATH=. when running unit tests (Closes: #786509).
-- Thomas Goirand <zigo@debian.org> Tue, 26 May 2015 10:39:26 +0200
python-pygit2 (0.21.4-2) unstable; urgency=medium
[ Yaroslav Halchenko ]
* debian/watch
- add trailing slash to fix downloads
* debian/control
- add python{,3}-{cffi,pycparser} to build-depends (Closes: #784298).
* debian/rules
- export http{,s}_proxy to prevent any online activity during build
[ Thomas Goirand ]
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Thu, 07 May 2015 21:50:21 +0000
python-pygit2 (0.21.4-1) unstable; urgency=medium
* Initial release. (Closes: #769427)
-- Thomas Goirand <zigo@debian.org> Thu, 13 Nov 2014 22:19:17 +0800
|