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
|
python-fedora (1.1.1-1) unstable; urgency=medium
* New upstream version 1.1.1
* d/control: Bump Standards-Version to 4.5.1.
* d/p/0001-Fix-typos-on-manpanges-docs.patch: Remove.
The patch has been incorporated by upstream.
-- Sergio Durigan Junior <sergiodj@debian.org> Sun, 20 Dec 2020 19:07:19 -0500
python-fedora (1.1.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
* 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 ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Sergio Durigan Junior ]
* d/watch: Fix version checking.
The previous d/watch was incorrectly checking for new versions of the
package. It was also expecting a GPG signature to be available, which
is not published by upstream anymore.
* New upstream version 1.1.0 (Closes: #973217)
* d/p/0001-Fix-typos-on-manpanges-docs.patch: Update patch.
* d/control: Bump Standards-Version to 4.5.0.
* d/upstream/signing-key.asc: Remove.
Upstream is apparently not signing the tarballs anymore, so let's just
get rid of the signing key and silence a few lintian warnings. If
upstream decides to sign the tarballs again, we can restore it.
* d/control: Update my email address.
* d/copyright: Update entries.
* d/python-fedora-doc.lintian-overrides: Remove; not needed anymore.
* d/control: Bump debhelper-compat to 13.
* d/control: Add Rules-Requires-Root: no.
-- Sergio Durigan Junior <sergiodj@debian.org> Sat, 07 Nov 2020 17:35:29 -0500
python-fedora (0.10.0-2) unstable; urgency=medium
* Team upload.
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
* Use debhelper-compat instead of debian/compat.
* Use Python 3 for building docs.
* Drop Python 2 support.
* Fix doc-base.
* Bump debhelper compat level to 12.
* Bump standards version to 4.4.0 (no changes).
* python-fedora-doc.lintian-overrides: Fix for new manpage
-- Ondřej Nový <onovy@debian.org> Mon, 05 Aug 2019 10:04:40 +0200
python-fedora (0.10.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
[ Sergio Durigan Junior ]
* New upstream version 0.10.0
* Bump Standards-Version to 4.1.3.
* Bump d/compat version to 11.
* Adjust paths on d/python-fedora-doc.doc-base.
Due to debhelper 11, dh_installdocs now installs documentation under
the main package's directory (in our case,
/usr/share/doc/python-fedora/), as per Debian Policy 12.3.
* Use 'Multi-Arch: foreign' for python-fedora-docs package.
* Build-depend on python3-sphinx.
-- Sergio Durigan Junior <sergiodj@sergiodj.net> Thu, 15 Feb 2018 15:00:26 -0500
python-fedora (0.9.0-1) unstable; urgency=medium
* Updating d/watch and use github instead of pypi.
* New upstream version 0.9.0
* Bumping standards version to 4.0.1.
* Rebasing (and removing) Debian local patches on top of new upstream version.
* Add autopkgtest; replace Homepage by github (from fedorahosted).
* Update upstream signature key.
* Fix typos on manpage/docs.
* Add lintian-overrides for manpage warnings.
The manpage is generated automatically.
* Bump compat level to 10.
-- Sergio Durigan Junior <sergiodj@sergiodj.net> Tue, 08 Aug 2017 17:16:33 -0400
python-fedora (0.8.0-1) unstable; urgency=medium
[ SVN-Git Migration ]
* Migrate from SVN to Git.
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Sergio Durigan Junior ]
* New upstream release.
* Add myself to the Uploaders list.
* Split package into python-fedora and python3-fedora.
* New package python-fedora-doc. Make python{,3}-fedora packages
suggest it.
* Bump Standards-Version to 3.9.8.
* Add X-Python3-Version >= 3.2.
* Use wrap-and-sort on debian/control.
* Review copyright information for upstream package.
* Fix license name typo on debian/copyright.
* Add myself to the list of copyright holders for files under
debian/*.
* Improve debian/rules. Remove dh_auto_clean override, which
means that the package now includes all modules from upstream.
Generate documentation using sphinx. Adjust rules and variables
for pybuild. (Closes: #797253)
* Improve debian/watch. Bump version to 4.
* Remove README.Debian since now we install the whole upstream
package.
[ Mattia Rizzolo ]
* Remove doc/_build directory on clean.
-- Sergio Durigan Junior <sergiodj@sergiodj.net> Mon, 18 Jul 2016 22:28:21 -0400
python-fedora (0.3.36-2) unstable; urgency=medium
* Team upload.
* Patch setup.py to use distutils setup as a workaround for problems with
python-setuptools > 17 (Closes: #789982)
* Add missing Vcs-* to debian/control
-- Scott Kitterman <scott@kitterman.com> Thu, 23 Jul 2015 01:43:36 -0400
python-fedora (0.3.36-1) unstable; urgency=medium
* New upstream release
* Update copyright years
-- Nicolas Dandrimont <olasd@debian.org> Tue, 19 Aug 2014 13:53:31 +0200
python-fedora (0.3.34-1) unstable; urgency=medium
* New upstream release
* Install upstream changelog
-- Nicolas Dandrimont <olasd@debian.org> Mon, 14 Jul 2014 21:55:29 +0200
python-fedora (0.3.33-1) unstable; urgency=medium
* Initial release. (Closes: #743132)
-- Nicolas Dandrimont <olasd@debian.org> Sun, 30 Mar 2014 22:01:31 +0200
|