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
|
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
|