File: changelog

package info (click to toggle)
python-releases 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 352 kB
  • sloc: python: 1,580; makefile: 11
file content (145 lines) | stat: -rw-r--r-- 4,933 bytes parent folder | download
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
python-releases (2.1.1-2) unstable; urgency=medium

  * Team upload.
  * Set DPT as Maintainer per new Team Policy
  * Use new dh-sequence-python3

 -- Alexandre Detiste <tchet@debian.org>  Wed, 28 Aug 2024 17:51:42 +0200

python-releases (2.1.1-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3-sphinx and
      python3-sphinx-rtd-theme.
  * Bump debhelper from old 12 to 13.
  * Re-export upstream signing key without extra signatures.
  * Update standards version to 4.6.1, no changes needed.

  [ Emmanuel Arias ]
  * d/watch: Remove option pgpsigurlmangle.
    - d/u/signing-key.asc: Remove file it is not in pypi.d.n repository.
  * New upstream version (Closes: #1067826, #1073488).
  * d/patches: Update
    0001-Remove-travis-ci-image-and-link-to-avoid-privacy-bre.patch,
    0002-Remove-calculated-date-from-docs-conf.py-to-support-.patch and
    0003-Fix-usage-of-semanticversion-to-intended-API.patch patches.
  * d/watch: Bump watch version to 4.

 -- Emmanuel Arias <eamanu@debian.org>  Sun, 16 Jun 2024 11:52:48 -0300

python-releases (1.6.3-2) unstable; urgency=low

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.

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

  [ Stefano Rivera ]
  * d/control: Update Uploaders field with new Debian Python Team
    contact address.

 -- Sandro Tosi <morph@debian.org>  Fri, 03 Jun 2022 23:33:05 -0400

python-releases (1.6.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream version.

 -- Michal Arbet <michal.arbet@ultimum.io>  Wed, 11 Mar 2020 15:02:04 +0100

python-releases (1.4.0-3) unstable; urgency=medium

  * Team upload

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Stefano Rivera ]
  * Patch: Compatibility with python3-semantic-version >= 2.7.0
    (Closes: #944263).

 -- Graham Inggs <ginggs@debian.org>  Tue, 26 Nov 2019 08:49:31 +0000

python-releases (1.4.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.
  * Drop Python 2 support (Closes: #938128).
  * Enable autopkgtest-pkg-python testsuite.
  * Bump debhelper compat level to 12.
  * Bump standards version to 4.4.0.

 -- Ondřej Nový <onovy@debian.org>  Thu, 12 Sep 2019 16:56:59 +0200

python-releases (1.4.0-1) unstable; urgency=medium

  [ Stefano Rivera ]
  * Team upload.
  * New upstream release.
  * Update copyright.
  * Verify upstream signature in uscan.
  * Update X-Python3-Version, upstream declares >= 3.4 support.
  * Declare Rules-Requires-Root: no.
  * Bump debhelper compat to 10.
  * Bump Standards-Version to 4.1.3, no changes needed.
  * New upstream requirement: python3-semantic-version.
  * Build docs under Python 3.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol

 -- Stefano Rivera <stefanor@debian.org>  Fri, 16 Mar 2018 15:54:24 -0700

python-releases (1.0.0-1) unstable; urgency=medium

  * Team upload.
  * add missing trailing slash in debian/clean (Closes: #808616)
  * Use https URL for Vcs-Git in debian/control
  * Disable tests in debian/rules because they require spec which is not
    packaged for debian yet, remove python{3,}-docutils from Build-Depends
  * New upstream version
  * add new python-releases-doc binary package containing the Sphinx
    documentation
    - add stanza to debian/control
    - add sphinx-build invocation in debian/rules
    - add docs/_build/ to debian/clean
    - add debian/python-releases-doc.doc-base and
      debian/python-releases-doc.docs files
  * Add myself to copyright file, bump copyright years
  * patch README.rst to avoid privacy breach caused by included travis-ci
    image
  * patch docs/conf.py to use a fixed your to support reproducible builds

 -- Jan Dittberner <jandd@debian.org>  Sat, 30 Jan 2016 20:10:52 +0100

python-releases (0.7.0-2) unstable; urgency=medium

  [ Zygmunt Krynicki ]
  * debian/watch: use the new pypi redirector

  [ Jan Dittberner ]
  * Team upload.
  * add python{,3}-docutils to Build-Depends to fix failing test import
    (Closes: #802137)
  * bump Standards-Version to 3.9.6 (no changes needed)

 -- Jan Dittberner <jandd@debian.org>  Mon, 26 Oct 2015 21:03:29 +0100

python-releases (0.7.0-1) unstable; urgency=medium

  * Initial release. (Closes: #745347)

 -- Zygmunt Krynicki <zygmunt.krynicki@canonical.com>  Tue, 09 Sep 2014 11:13:29 +0200