File: changelog

package info (click to toggle)
python-importlib-metadata 8.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 444 kB
  • sloc: python: 1,981; sh: 7; makefile: 3
file content (204 lines) | stat: -rw-r--r-- 6,351 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
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
python-importlib-metadata (8.7.0-2) unstable; urgency=medium

  * Team Upload
  * Drop dependency on old python3-toml

 -- Alexandre Detiste <tchet@debian.org>  Wed, 14 May 2025 15:35:06 +0200

python-importlib-metadata (8.7.0-1) unstable; urgency=medium

  * New upstream release.
  * debian/control: Move package description to source package section.

 -- Boyuan Yang <byang@debian.org>  Tue, 29 Apr 2025 21:37:46 -0400

python-importlib-metadata (8.6.1-1) unstable; urgency=medium

  * New upstream release.

 -- Boyuan Yang <byang@debian.org>  Thu, 23 Jan 2025 09:34:00 -0500

python-importlib-metadata (8.5.0-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches: Refresh patches.

 -- Boyuan Yang <byang@debian.org>  Tue, 17 Sep 2024 13:53:07 -0400

python-importlib-metadata (8.4.0-1) unstable; urgency=medium

  * New upstream release.

 -- Boyuan Yang <byang@debian.org>  Sat, 24 Aug 2024 09:52:24 -0400

python-importlib-metadata (8.2.0-2) unstable; urgency=medium

  * Team upload.
  * Mark as Multi-Arch: foreign (closes: #1078041).

 -- Colin Watson <cjwatson@debian.org>  Tue, 06 Aug 2024 12:52:49 +0100

python-importlib-metadata (8.2.0-1) unstable; urgency=medium

  * New upstream release.

 -- Boyuan Yang <byang@debian.org>  Fri, 26 Jul 2024 23:40:00 -0400

python-importlib-metadata (8.0.0-2) unstable; urgency=medium

  * debian/patches/: Add Forwarded: not-needed mark to fix lintian
    warning.
  * debian/rules: Use default automatic test execution instead of
    manual invocation.

 -- Boyuan Yang <byang@debian.org>  Thu, 04 Jul 2024 22:22:12 -0400

python-importlib-metadata (8.0.0-1) unstable; urgency=medium

  * New upstream release.

 -- Boyuan Yang <byang@debian.org>  Wed, 26 Jun 2024 11:04:23 -0400

python-importlib-metadata (7.1.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Remove myself from Uploaders.

  [ Boyuan Yang ]
  * Add myself into the uploaders list.
  * New upstream release.
  * debian/control: Use dh-sequence-python3 as build-dependency.
  * debian/control: Bump Standards-version to 4.7.0.
  * debian/patches/:
    + 0001-tests-compat-py39.py-Drop-py39compat-to-avoid-jaraco.patch:
      Add patch to avoid using shim from external jaraco.test library.
      Use import_helper and os_helper directly from stdlib test.support.
      We do not need compatibility with python3.9 or earlier anyway.

 -- Boyuan Yang <byang@debian.org>  Sat, 01 Jun 2024 22:16:04 -0400

python-importlib-metadata (4.12.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Drop d/patches/skip-test_find_local.patch, upstream code removed in new
    release.
  * Build-depend on pybuild-plugin-pyproject.
  * Set Standards-Version to 4.6.1, no changes needed.

 -- Emanuele Rocca <ema@debian.org>  Thu, 01 Sep 2022 14:28:13 +0200

python-importlib-metadata (4.6.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Stefano Rivera <stefanor@debian.org>  Sat, 21 Aug 2021 17:35:22 -0700

python-importlib-metadata (4.0.1-1) experimental; urgency=medium

  * Team upload.

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

  [ Stefano Rivera ]
  * New upstream release.
  * Drop patches, no longer needed with current Python 3.
  * Build-Depend on python3-toml for setup.py.
  * Update homepage and metadata to github.
  * Patch: Skip test_find_local() which requires Internet access.
  * Remove PYBUILD_AFTER_INSTALL cleanup, tests and docs are no longer within
    the module.
  * Add autopkgtests that run the upstream test suite.
  * Bump Standards-Version to 4.5.1, no changes needed.
  * Bump watch file version to 4.

 -- Stefano Rivera <stefanor@debian.org>  Mon, 17 May 2021 16:27:09 -0400

python-importlib-metadata (1.6.0-2) unstable; urgency=medium

  * Drop PyPy support.
  * Bump debhelper compat level to 13.

 -- Ondřej Nový <onovy@debian.org>  Fri, 05 Jun 2020 12:18:53 +0200

python-importlib-metadata (1.6.0-1) unstable; urgency=medium

  * New upstream release.
  * d/p/skip-tests-requiring-pyfakefs.patch: Drop, not needed anymore.

 -- Ondřej Nový <onovy@debian.org>  Mon, 27 Apr 2020 08:22:33 +0200

python-importlib-metadata (1.5.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Run tests requiring pyfakefs but only on Python 3 and PyPy.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #937832

 -- Sandro Tosi <morph@debian.org>  Tue, 14 Apr 2020 12:42:29 -0400

python-importlib-metadata (1.5.0-1) unstable; urgency=medium

  * New upstream release.
  * Rules-Requires-Root: no
  * Bump Standards-Version to 4.5.0.
  * Skip tests requiring pyfakefs which we don't have in Debian
    (yet).

 -- Ondřej Nový <onovy@debian.org>  Mon, 03 Feb 2020 16:53:45 +0100

python-importlib-metadata (1.4.0-1) unstable; urgency=medium

  * New upstream release.
  * Rebase patches.

 -- Ondřej Nový <onovy@debian.org>  Sun, 12 Jan 2020 15:02:22 +0100

python-importlib-metadata (0.23-2) unstable; urgency=medium

  * Bump Standards-Version to 4.4.1.
  * Relax required configparser version in setup.cfg.

 -- Ondřej Nový <onovy@debian.org>  Mon, 21 Oct 2019 14:37:17 +0200

python-importlib-metadata (0.23-1) unstable; urgency=medium

  * New upstream release.

 -- Ondřej Nový <onovy@debian.org>  Thu, 19 Sep 2019 09:32:27 +0200

python-importlib-metadata (0.22-1) unstable; urgency=medium

  * New upstream release.
  * Add {pypy,python,python3}-packaging to B-D.

 -- Ondřej Nový <onovy@debian.org>  Fri, 13 Sep 2019 13:16:31 +0200

python-importlib-metadata (0.19-1) unstable; urgency=medium

  * New upstream release.
  * Add gbp.conf.

 -- Ondřej Nový <onovy@debian.org>  Fri, 09 Aug 2019 13:22:28 +0200

python-importlib-metadata (0.18-2) unstable; urgency=medium

  * d/control: Fix wrong Vcs-*.
  * Add pypy-pathlib2 and python-pathlib2 to depends.

 -- Ondřej Nový <onovy@debian.org>  Thu, 01 Aug 2019 15:03:00 +0200

python-importlib-metadata (0.18-1) unstable; urgency=medium

  * Initial release. (Closes: #932309)
    - Python 2 version is required for new version of pytest and we can't
      remove Python 2 version of pytest yet.

 -- Ondřej Nový <onovy@debian.org>  Wed, 17 Jul 2019 15:52:16 +0200