File: changelog

package info (click to toggle)
python-build 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 508 kB
  • sloc: python: 2,622; makefile: 16
file content (133 lines) | stat: -rw-r--r-- 4,488 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
python-build (1.2.2-2) unstable; urgency=medium

  * Team Upload
  * Drop explicit dependency on old python3-toml

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

python-build (1.2.2-1) unstable; urgency=medium

  * New upstream version 1.2.2
  * d/control: Bump Standards-Version to 4.7.0; no changes needed.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sun, 22 Sep 2024 00:20:21 -0400

python-build (1.2.1-1) unstable; urgency=medium

  * New upstream version 1.2.1 (Closes: #1070315)

 -- Sergio Durigan Junior <sergiodj@debian.org>  Fri, 03 May 2024 13:11:20 -0400

python-build (1.1.1-1) unstable; urgency=medium

  * New upstream version 1.1.1
  * d/control: B-D on pybuild-plugin-pyproject.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sun, 10 Mar 2024 22:31:09 -0400

python-build (1.0.3-2) unstable; urgency=medium

  * Source-only upload.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Wed, 31 Jan 2024 17:55:16 -0500

python-build (1.0.3-1) unstable; urgency=medium

  * New upstream version 1.0.3
  * d/rules: Fix typo.
  * Build and ship documentation.
    - d/control: Add B-Ds for building docs.  New package
      python3-build-doc.  Make python3-build suggest python3-build-doc.
    - d/python3-build-doc.doc-base: Add doc-base.
    - d/python3-build-doc.docs: Ship HTML documentation.
    - d/python3-build.manpages: Ship pyproject-build manpage.
    - d/rules: Build HTML and manpages using Sphinx.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Tue, 30 Jan 2024 13:54:15 -0500

python-build (0.10.0-1) unstable; urgency=medium

  * Team upload.
  * Update to new upstream release 0.10.0

 -- Scott Talbert <swt@techie.net>  Wed, 02 Aug 2023 00:00:06 -0400

python-build (0.9.0-1) unstable; urgency=medium

  * New upstream version 0.9.0
  * d/p/debian-sysconfig-layouts.patch: Remove; incorporated by upstream.
  * d/control: Bump Standards-Version to 4.6.2; no changes needed.
  * d/copyright: Update year.
  * d/copyright: Remove empty Upstream-Contact.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sat, 24 Dec 2022 00:09:43 -0500

python-build (0.7.0-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 17 Oct 2022 04:20:50 +0100

python-build (0.7.0-3) unstable; urgency=medium

  * Team upload.
  * Patch: Handle Debian's default posix_local sysconfig layout.
    (Closes: #1009916)

 -- Stefano Rivera <stefanor@debian.org>  Wed, 20 Apr 2022 17:53:21 -0400

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

  * Team upload.
  * Update python3-build depends: (Closes: 988085)
    - Add missing Depends on python3-wheel
    - Move python3-pip and python3-venv to suggests

 -- Scott Kitterman <scott@kitterman.com>  Sat, 11 Dec 2021 19:20:52 -0500

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

  [ Antoine Beaupré ]
  * New upstream release.
  * refresh docs patch
  * fix path to docs
  * disable docs build: missing dependency.
    Upstream added sphinx-argparse-cli as a dependency, which is not
    packaged in Debian.
  * add new deps for test suite

  [ Sergio Durigan Junior ]
  * Disable build-time tests.
    - d/control: Remove test-only Build-Depends.
    - d/rules: Override dh_auto_test and disable build-time tests.  Most
      of this package's tests require internet and rely on "pip install",
      which is not suitable nor allowed on Debian.
  * d/control: Remove documentation-related Build-Depends.
  * Further remove documentation-related bits.
    - d/rules: Don't invoke dh with sphinxdoc.
    - d/python-build-doc.doc-base: Remove file.
    - d/python-build-doc.docs: Likewise.
    - d/python3-build.manpages: Likewise.
  * d/control: Bump Standards-Version to 4.6.0.1.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sat, 23 Oct 2021 16:28:25 -0400

python-build (0.1.0-3) unstable; urgency=medium

  * d/control: Update Vcs-* fields.
  * d/control: Make python3-build depend on python3-pip. (Closes: #978674)

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sat, 24 Apr 2021 19:52:08 -0400

python-build (0.1.0-2) unstable; urgency=medium

  * Source-only upload to make the package migrate.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sun, 06 Dec 2020 18:08:09 -0500

python-build (0.1.0-1) unstable; urgency=medium

  * Initial release (Closes: #976629).

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sun, 06 Dec 2020 18:07:25 -0500