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 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577
|
python-pygit2 (1.18.1-1) unstable; urgency=medium
* New upstream version 1.18.1
* Refresh patches (no functional changes)
-- Timo Röhling <roehling@debian.org> Wed, 13 Aug 2025 14:32:28 +0200
python-pygit2 (1.17.0-2) unstable; urgency=medium
* Upload to unstable.
* Bump Standards-Version to 4.7.2
* Drop old FSF snail mail address from d/copyright
-- Timo Röhling <roehling@debian.org> Wed, 13 Aug 2025 14:32:23 +0200
python-pygit2 (1.17.0-1) experimental; urgency=medium
* New upstream version 1.17.0
* Update patches
- Drop const correctness fix (applied by upstream)
* Bump dependency to libgit2 ~= 1.9
-- Timo Röhling <roehling@debian.org> Sun, 12 Jan 2025 00:50:32 +0100
python-pygit2 (1.16.0-2) unstable; urgency=medium
* Fix GenericIterator class interface (Closes: #1087432)
-- Timo Röhling <roehling@debian.org> Tue, 19 Nov 2024 09:34:19 +0100
python-pygit2 (1.16.0-1) unstable; urgency=medium
* Update d/watch to latest GitHub recipe
* New upstream version 1.16.0
* Refresh patches (no functional changes)
* Reactivate callback test after libgit2 fix
-- Timo Röhling <roehling@debian.org> Tue, 15 Oct 2024 11:04:57 +0200
python-pygit2 (1.15.1-5) unstable; urgency=medium
* Reupload of 1.15.1-4.
-- Timo Röhling <roehling@debian.org> Mon, 07 Oct 2024 09:51:18 +0200
python-pygit2 (1.15.1-4) unstable; urgency=medium
* Build documentation with default Python interpreter
* Skip flaky callback test
-- Timo Röhling <roehling@debian.org> Sun, 06 Oct 2024 22:59:46 +0200
python-pygit2 (1.15.1-3) unstable; urgency=medium
* Upload to unstable.
-- Timo Röhling <roehling@debian.org> Sat, 05 Oct 2024 01:06:47 +0200
python-pygit2 (1.15.1-2) experimental; urgency=medium
* Revert const correctness change from libgit2 1.8.1
-- Timo Röhling <roehling@debian.org> Sun, 15 Sep 2024 10:04:56 +0200
python-pygit2 (1.15.1-1) experimental; urgency=medium
* New upstream version 1.15.1
* Refresh patches (no functional changes)
* Reformat d/control
-- Timo Röhling <roehling@debian.org> Fri, 12 Jul 2024 16:13:34 +0200
python-pygit2 (1.15.0-1) experimental; urgency=medium
[ Ondřej Nový ]
* Remove myself from Uploaders.
[ Timo Röhling ]
* New upstream version 1.15.0
* Refresh patches (no functional changes)
* Bump dependency to libgit2 ~= 1.8
* Migrate to PEP 517 build
* Bump Standards-Version to 4.7.0
-- Timo Röhling <roehling@debian.org> Mon, 20 May 2024 12:00:29 +0200
python-pygit2 (1.14.1-1) unstable; urgency=medium
* New upstream version 1.14.1
* Refresh patches (no functional changes)
-- Timo Röhling <roehling@debian.org> Tue, 13 Feb 2024 15:44:41 +0100
python-pygit2 (1.14.0-1) unstable; urgency=medium
* New upstream version 1.14.0
* Refresh patches (no functional changes)
-- Timo Röhling <roehling@debian.org> Sun, 28 Jan 2024 16:06:02 +0100
python-pygit2 (1.13.3-1) unstable; urgency=medium
* New upstream version 1.13.3
* Refresh patches (no functional changes)
* Reformat d/control
-- Timo Röhling <roehling@debian.org> Sat, 02 Dec 2023 20:45:00 +0100
python-pygit2 (1.13.0-1) experimental; urgency=medium
* New upstream version 1.13.0
* Bump dependency to libgit2 ~= 1.7
-- Timo Röhling <roehling@debian.org> Fri, 08 Sep 2023 10:55:19 +0200
python-pygit2 (1.12.2-1) experimental; urgency=medium
* New upstream version 1.12.2
-- Timo Röhling <roehling@debian.org> Tue, 27 Jun 2023 23:16:04 +0200
python-pygit2 (1.12.1-1) experimental; urgency=medium
* Make package cross-buildable
* Bump Standards-Version to 4.6.2
* New upstream version 1.12.1
* Refresh patches
* Update d/copyright
* Add myself to uploaders
* Depend on libgit2 1.6.x
* Fix nodoc logic in d/rules
-- Timo Röhling <roehling@debian.org> Thu, 22 Jun 2023 22:57:10 +0200
python-pygit2 (1.11.1-3) unstable; urgency=medium
* Use the shiny new pybuild-autopkgtest
-- Timo Röhling <roehling@debian.org> Thu, 08 Dec 2022 10:54:01 +0100
python-pygit2 (1.11.1-2) unstable; urgency=medium
[ Debian Janitor ]
* Apply multi-arch hints. + python-pygit2-doc: Add Multi-Arch: foreign.
-- Jelmer Vernooij <jelmer@debian.org> Sun, 27 Nov 2022 13:45:26 +0000
python-pygit2 (1.11.1-1) unstable; urgency=medium
* Team upload.
* New upstream version 1.11.1
-- Timo Röhling <roehling@debian.org> Sat, 12 Nov 2022 20:05:02 +0100
python-pygit2 (1.11.0-1) unstable; urgency=medium
* Team upload.
* New upstream version 1.11.0
-- Timo Röhling <roehling@debian.org> Mon, 07 Nov 2022 21:04:18 +0100
python-pygit2 (1.10.1-2) unstable; urgency=medium
* Team upload.
* Upload to unstable.
-- Timo Röhling <roehling@debian.org> Sun, 02 Oct 2022 16:19:16 +0200
python-pygit2 (1.10.1-1) experimental; urgency=medium
* Team upload.
* New upstream version 1.10.1
* Depend on libgit2 >= 1.5.0
-- Timo Röhling <roehling@debian.org> Sun, 28 Aug 2022 20:22:38 +0200
python-pygit2 (1.9.2-1) experimental; urgency=medium
* Team upload.
* New upstream version 1.9.2
-- Timo Röhling <roehling@debian.org> Wed, 25 May 2022 22:11:12 +0200
python-pygit2 (1.9.1-1) experimental; urgency=medium
* Team upload.
* New upstream version 1.9.1
* Refresh patches
- Drop Avoid-enum-size-mismatch-when-parsing-git_object_t-a.patch
(applied by upstream)
* Depend on libgit2 >= 1.4.0
* Run Sphinx on modules in build dir (Closes: #1000733)
-- Timo Röhling <roehling@debian.org> Mon, 16 May 2022 21:36:56 +0200
python-pygit2 (1.8.0-3) unstable; urgency=medium
* Team upload.
* Depend on openssl (Closes: #1011714)
* Bump Standards-Version to 4.6.1
-- Timo Röhling <roehling@debian.org> Wed, 22 Jun 2022 23:10:20 +0200
python-pygit2 (1.8.0-2) unstable; urgency=medium
* Team upload.
* Upload to unstable for the libgit2 transition.
(Closes: #1009033)
-- Timo Röhling <roehling@debian.org> Mon, 02 May 2022 15:43:32 +0200
python-pygit2 (1.8.0-1) experimental; urgency=medium
* Team upload.
* New upstream version 1.8.0
* Depend on libgit2 >= 1.3.0
-- Timo Röhling <roehling@debian.org> Sun, 01 May 2022 19:43:30 +0200
python-pygit2 (1.6.1+dfsg-2) unstable; urgency=medium
* Team upload.
* Avoid enum size mismatch when parsing git_object_t as integer
-- Timo Röhling <roehling@debian.org> Wed, 23 Feb 2022 21:04:43 +0100
python-pygit2 (1.6.1+dfsg-1) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Set upstream metadata fields: Contact.
* Remove obsolete field Name from debian/upstream/metadata (already present in
machine-readable debian/copyright).
* Set field Upstream-Contact in debian/copyright.
* Remove obsolete field Contact from debian/upstream/metadata (already present
in machine-readable debian/copyright).
[ Timo Röhling ]
* New upstream version 1.6.1+dfsg
* Update patches and copyright
* Bump Standards-Version to 4.6.0
* Switch to dh-sequence-* B-D for dh plugins
-- Timo Röhling <roehling@debian.org> Wed, 23 Feb 2022 14:24:45 +0100
python-pygit2 (1.4.0+dfsg1-1) unstable; urgency=medium
* New upstream version 1.4.0+dfsg1.
* Tighten dependency on libgit2.
* Remove obsolete version guard.
-- Utkarsh Gupta <utkarsh@debian.org> Wed, 09 Dec 2020 15:16:36 +0530
python-pygit2 (1.3.0+dfsg1-2) unstable; urgency=medium
* Upload to unstable.
- Transition time! \o/ (Closes: #971564)
* Fix d/upstream/metadata.
-- Utkarsh Gupta <utkarsh@debian.org> Sat, 05 Dec 2020 00:39:37 +0530
python-pygit2 (1.3.0+dfsg1-1) experimental; urgency=medium
* New upstream release.
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
* Bump standards version to 4.5.1.
* d/watch: Bump version to 4.
* Rebase patches.
-- Ondřej Nový <onovy@debian.org> Wed, 02 Dec 2020 10:03:09 +0100
python-pygit2 (1.2.1+dfsg1-2) experimental; urgency=medium
* Invert logic disabling internet patch.
-- Ondřej Nový <onovy@debian.org> Fri, 12 Jun 2020 20:12:02 +0200
python-pygit2 (1.2.1+dfsg1-1) experimental; urgency=medium
[ Utkarsh Gupta ]
* Add BD on python3-cached-property
* Tighten dependency on libgit2
* Update d/copyright years
* Add myself as an uploader
[ Ondřej Nový ]
* New upstream version 1.2.1
* Rebase patches.
* Use python3-sphinx-rtd-theme instead of bundled one.
* d/copyright: Exclude bundled Sphinx rtd theme.
* d/watch: dfsg version mangle.
* Bump debhelper compat level to 13.
* d/copyright: Bump my copyright year.
-- Ondřej Nový <onovy@debian.org> Fri, 12 Jun 2020 15:30:42 +0200
python-pygit2 (1.0.3-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.5.0.
* Rules-Requires-Root: no.
-- Ondřej Nový <onovy@debian.org> Mon, 03 Feb 2020 16:29:50 +0100
python-pygit2 (1.0.2-1) unstable; urgency=medium
* New upstream release.
-- Ondřej Nový <onovy@debian.org> Tue, 14 Jan 2020 10:22:51 +0100
python-pygit2 (1.0.1-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.4.1.
* Rebase patches.
-- Ondřej Nový <onovy@debian.org> Fri, 27 Dec 2019 18:35:17 +0100
python-pygit2 (0.28.2-2) unstable; urgency=medium
* Uploading to unstable.
-- Ondřej Nový <onovy@debian.org> Sun, 17 Nov 2019 12:22:27 +0100
python-pygit2 (0.28.2-1) experimental; urgency=medium
* New upstream release (Closes: #931698)
* Bump Standards-Version to 4.4.0 (no changes needed)
* d/patches/0004-Do-not-require-older-pycparser.patch:
Drop, not needed anymore
* Bump required version of libgit2 to 0.28
-- Ondřej Nový <onovy@debian.org> Tue, 16 Jul 2019 21:51:36 +0200
python-pygit2 (0.27.4-2) unstable; urgency=medium
* Drop Python 2 support
-- Ondřej Nový <onovy@debian.org> Mon, 08 Jul 2019 13:58:47 +0200
python-pygit2 (0.27.4-1) unstable; urgency=medium
* New upstream release
* Rebase patches
* d/copyright:
- Fix copyright for new upstream release
- Bump my copyright year
-- Ondřej Nový <onovy@debian.org> Tue, 22 Jan 2019 15:10:17 +0100
python-pygit2 (0.27.3-1) unstable; urgency=medium
* New upstream release
* Bump standards version to 4.3.0 (no changes)
* Bump debhelper compat level to 12 and use debhelper-compat
* Rebase patches
* Switch to pytest (same as upstream)
-- Ondřej Nový <onovy@debian.org> Mon, 31 Dec 2018 22:07:57 +0100
python-pygit2 (0.27.2-1) unstable; urgency=medium
* New upstream release
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
* d/p/0004-Do-not-require-older-pycparser.patch: Add
* Bump standards version to 4.2.1 (no changes)
* Add upstream metadata
-- Ondřej Nový <onovy@debian.org> Sat, 29 Sep 2018 14:23:55 +0200
python-pygit2 (0.27.1-2) unstable; urgency=medium
* Convert git repository from git-dpm to gbp layout
* Skip test_no_context_lines (Closes: #886435)
* Bump standards version to 4.2.0 (no changes)
-- Ondřej Nový <onovy@debian.org> Wed, 22 Aug 2018 15:07:35 +0200
python-pygit2 (0.27.1-1) unstable; urgency=medium
* Uploading to unstable
* New upstream release (Closes: #901672)
-- Ondřej Nový <onovy@debian.org> Fri, 13 Jul 2018 10:30:43 +0200
python-pygit2 (0.27.0-1) experimental; urgency=medium
* New upstream release (Closes: #898884)
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/copyright: Bump my copyright year
* Use unittest discover instead of distutils for tests (Closes: #893242)
* Bump Standards-Version to 4.1.4 (no changes needed)
-- Ondřej Nový <onovy@debian.org> Thu, 17 May 2018 12:15:14 +0200
python-pygit2 (0.26.3-1) unstable; urgency=medium
* New upstream release
* Bump debhelper compat level to 11
* Bump Standards-Version to 4.1.3 (no changes needed)
* d/rules: Don't install README.rst, it doesn't have any valuable
information
-- Ondřej Nový <onovy@debian.org> Fri, 05 Jan 2018 16:42:38 +0100
python-pygit2 (0.26.2-2) unstable; urgency=medium
* Skip broken unit tests in buildd
-- Ondřej Nový <onovy@debian.org> Fri, 01 Dec 2017 19:05:32 +0100
python-pygit2 (0.26.2-1) unstable; urgency=medium
* New upstream release
* Rebase and cleanup patches
* Use Python 3 version of Sphinx to build docs
* Bump Standards-Version to 4.1.2 (no changes needed)
* Build docs with PYBUILD_AFTER_INSTALL_python3 because
they needs built CFFI module
-- Ondřej Nový <onovy@debian.org> Fri, 01 Dec 2017 15:31:11 +0100
python-pygit2 (0.26.0-2) unstable; urgency=medium
* Uploading to unstable
-- Ondřej Nový <onovy@debian.org> Thu, 14 Sep 2017 12:34:05 +0200
python-pygit2 (0.26.0-1) experimental; urgency=medium
* New upstream release (Closes: #873143)
* d/copyright: Bump upstream copyright years
* d/control: Bump required libgit2 version to 0.26
* Drop zigo from uploaders because he requested it
* Skip submodule tests, https is not supported by libgit2
-- Ondřej Nový <onovy@debian.org> Wed, 30 Aug 2017 12:05:23 +0200
python-pygit2 (0.24.2-3) unstable; urgency=medium
* Maintainer: DPMT team
* Vcs-* move to DPMT
* Use pybuild
* Use autopkgtest-pkg-python testsuite
* Standards-Version is 4.0.0.4 now (no changes needed)
* d/copyright: Bump copyright years
* d/s/options: Remove extend-diff-ignore of .gitreview
* Small package description cleanup
* Enable hardening
-- Ondřej Nový <onovy@debian.org> Fri, 04 Aug 2017 01:49:10 +0200
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
|