pygithub (2.5.0-1) unstable; urgency=medium

  * Team Upload
  * Trim d/rules with new syntax
  * Tweak d/watch for new PyPi archive naming policy
  * New upstream version 2.5.0

 -- Alexandre Detiste <tchet@debian.org>  Tue, 07 Jan 2025 20:21:51 +0100

pygithub (2.3.0-1) unstable; urgency=medium

  * New upstream version.
  * d/control: Bump Standards-Version to 4.7.0 (from 4.6.2; no further changes
    needed).
  * d/control: Add dh-sequence-python3 as build dependency.
    - d/rules: Remove --with python3.

 -- Emmanuel Arias <eamanu@debian.org>  Mon, 22 Apr 2024 13:17:19 -0300

pygithub (2.2.0-1) unstable; urgency=medium

  * New upstream version.
  * d/control: Use pybuild-plugin-pyproject as B-Depends.
    Remove dh-python.

 -- Emmanuel Arias <eamanu@debian.org>  Tue, 13 Feb 2024 17:47:36 -0300

pygithub (2.1.1-1) unstable; urgency=medium

  * New upstream release.
  * d/control: Add python3-setuptools-scm as B-Depends.
    - Run wrap-and-sort.
  * d/control: Update my contact information. Also update it in d/copyright.
  * d/salsa: Update salsa-ci adding salsa-ci.yml and pipelines-job.yml jobs.
  * d/source/lintian-overrides: Update lintian tag
    debian-watch-does-not-check-gpg-signature =>
    debian-watch-does-not-check-openpgp-signature.

 -- Emmanuel Arias <eamanu@debian.org>  Sat, 14 Oct 2023 21:24:00 -0300

pygithub (1.55-3) unstable; urgency=medium

  * Update metadata
  * Update Standards-Version to 4.6.2 (no change)
  * Introduce d/salsa-ci.yml

 -- Agathe Porte <debian@microjoe.org>  Sat, 21 Jan 2023 11:42:15 +0100

pygithub (1.55-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3-all and
      python3-setuptools.

  [ Agathe Porte ]
  * d/control: update name
  * d/copyright: update year to 2022
  * d/control: wrap-and-sort
  * remove PyGithub.egg-info from git repo
  * use d/clean instead of d/rules
  * introduce d/upstream/metadata
  * d/control: add Rules-Requires-Root: no

 -- Agathe Porte <debian@microjoe.org>  Fri, 08 Apr 2022 14:04:57 +0200

pygithub (1.55-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 13.

  [ Agathe Porte ]
  * Introduce d/gbp.conf.
  * Add myself as uploader.

  [ Boyuan Yang ]
  * New upstream version 1.55.
    + setup.py: remove 2to3 (Closes: #997630)
  * debian/control: Update homepage information following upstream.
  * debian/: Apply wrap-and-sort -abst.
  * debian/control: Bump standards-Version to 4.6.0.

 -- Boyuan Yang <byang@debian.org>  Sun, 07 Nov 2021 14:50:35 -0500

pygithub (1.43.7-1) unstable; urgency=medium

  [ Emmanuel Arias ]
  * New upstream version 1.43.7
  * Remove Python2 support (Closes: #937444)

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.1.

  [ Sandro Tosi ]
  * debian/patches/0001-Disable-installation-of-tests.patch
    - remove patch, no longer needed

 -- Sandro Tosi <morph@debian.org>  Sat, 26 Oct 2019 12:14:26 -0400

pygithub (1.43.3-1) unstable; urgency=medium

  [Ondřej Nový]
  * Convert git repository from git-dpm to gbp layout

  [Emmanuel Arias]
  * New upstream version (1.43.3)
  * Update d/rules

 -- Emmanuel Arias <emmanuelarias30@gmail.com>  Thu, 29 Nov 2018 23:58:30 -0300

pygithub (1.40-1) unstable; urgency=medium

  [ Emmanuel Arias ]
  * New upstream release
  * Update Standards-Version from 3.9.6 to 4.1.4 version
  * Add Uploaders field from debian/control to intent to adopt the
    package (Closes: #851187)
  * Update Maintainer field from debian/control to Debian Python
    Modules Team (DPMT) according to
    http://python-modules.alioth.debian.org/policy.html
  * Add new maintainer on copyright debian/* files field from
    debian/copyright to stay up-to-date
  * Remove override_dh_installchangelogs target from debian/rules due to
    from the 1.35 version do not have README.rst file
  * Update debhelper to latest 11 on debian/control and debian/compat
  * Delete X-Python-Version and X-Python3-Version reference from
    debian/control. They are not needed
  * Add Testsuite: autopkgtest-pkg-python on debian/control
  * Use https in Format url on debian/copyright

  [ Filip Pytloun ]
  * d/control: wrap-and-sort
  * d/control: Remove unneeded dh-exec from build dependencies

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

 -- Emmanuel Arias <emmanuelarias30@gmail.com>  Tue, 03 Jul 2018 19:05:23 -0300

pygithub (1.26.0-1) unstable; urgency=medium

  * New upstream release
  * Update watch file to use pypi.debian.net
  * Disable tests, since they need network
  * Disable installation of test modules and data
  * Rename binary packages (python-pygithub -> python-github)
    (Closes: #808467)
  * Fix Vcs-* fields
  * Drop invalid email from debian/copyright
  * Add Provides field to simplify migration for rdeps
  * Install README.rst as changelog. It actually contains changelog,
    along with other things
  * Remove *.pyremove files, obsoleted by tests-disabling patch

 -- Dmitry Bogatov <KAction@gnu.org>  Mon, 28 Dec 2015 10:07:35 +0300

pygithub (1.25.2-4) unstable; urgency=medium

  * Replace patches with more simple one (Gianfranco Costamagna).
    Fix bug, caused package to not work with python3. Closes: #790655

 -- Dmitry Bogatov <KAction@gnu.org>  Sat, 08 Aug 2015 11:11:15 +0300

pygithub (1.25.2-3) unstable; urgency=medium

  * Upload to unstable.

  [ Joao Eriberto Mota Filho ]
  * Changed README.Debian name to install it in all binaries.

 -- Dmitry Bogatov <KAction@gnu.org>  Fri, 01 May 2015 21:36:51 +0100

pygithub (1.25.2-2) experimental; urgency=low

  * Use pybuild over hand-written shell loop
    (patch provided by Gianfranco Costamagna)

  * Write patch to disable running tests, since they need network.

  * Fix watchfile

 -- Dmitry Bogatov <KAction@gnu.org>  Tue, 17 Feb 2015 11:36:21 +0100

pygithub (1.25.2-1) experimental; urgency=low

  * Initial release (Closes: #764709)

 -- Dmitry Bogatov <KAction@gnu.org>  Fri, 10 Oct 2014 15:36:06 +0400
