File: changelog

package info (click to toggle)
python-nox 2025.11.12-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,880 kB
  • sloc: python: 10,199; makefile: 204; sh: 6
file content (147 lines) | stat: -rw-r--r-- 5,150 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
python-nox (2025.11.12-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2025.11.12
  * Refresh patches
  * Add new build-deps:
    * python3-attr
    * python3-dependency-groups
    * python3-humanize
    * python3-pbs-installer
  * Disables tests that need unpackaged "uv"
  * Disable useless Salsa CI jobs
  * Drop "Rules-Requires-Root: no": it is the default now
  * Bump Standards-Version to 4.7.3, drop Priority: tag

  [ Peter Pentchev ]
  * Add Salsa CI configuration.

 -- Alexandre Detiste <tchet@debian.org>  Mon, 09 Feb 2026 17:45:30 +0100

python-nox (2024.04.15-3) unstable; urgency=medium

  * Team upload.
  * tests: fix broken mock on CPython 3.12.8+ (closes: #1090281).

 -- Colin Watson <cjwatson@debian.org>  Tue, 24 Dec 2024 18:56:26 +0000

python-nox (2024.04.15-2) unstable; urgency=medium

  * Team upload.
  * Build-depend on python3-all-venv rather than python3-venv (closes:
    #1082234).

 -- Colin Watson <cjwatson@debian.org>  Thu, 07 Nov 2024 00:17:21 +0000

python-nox (2024.04.15-1) unstable; urgency=low

  * New upstream version 2024.04.15
  * Refresh patches and drop upstreamed ones.
  * Bump Standards-Version to 4.7.0.
  * Update year in d/copyright.
  * Add patch to remove remote image shield to prevent privacy issues.
  * Install pyproject.toml as testfile so tests are run in the build path.
  * Use help2man to generate up-to-date man pages.
  * Simplify d/rules by using execute_ target instead of override.

 -- Michael Fladischer <fladi@debian.org>  Thu, 18 Jul 2024 19:53:49 +0000

python-nox (2023.04.22-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.

 -- Stefano Rivera <stefanor@debian.org>  Fri, 16 Jun 2023 20:07:10 -0400

python-nox (2023.04.22-1) experimental; urgency=medium

  * Team upload.
  * New upstream release.
  * Refresh patches.
  * Drop patches that configured setuptools, upstream switched to hatchling.
  * Build-Depend on python3-hatchling instead of setuptools.
  * Patch: support older virtualenv versions in tests.
  * Patch: docs: Determine the package version from the Debian changelog.
  * Build-Depend on python3-sphinx-tabs for docs.
  * Patch: Port to tox 4 (Closes: #1035641)

 -- Stefano Rivera <stefanor@debian.org>  Thu, 11 May 2023 14:52:11 -0400

python-nox (2022.11.21-1) unstable; urgency=medium

  * Team upload.

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

  [ Peter Pentchev ]
  * New upstream release:
    - use pybuild-plugin-pyproject since the setuptools configuration
      moved to the pyproject.toml file
    - drop the 0003-Recover-minimal-setup.py patch, not needed as
      setuptools uses the pyproject.toml file now
    - add the 0003-Discover-the-nox-package patch to tell setuptools to
      only look for nox packages, the debian/ subdirectory is not a package
    - add the 0004-Include-tox-to-nox-jinja2 patch to make sure that
      the nox/tox_to_nox.jinja2 file is available for the test suite
    - drop py as a build dependency
    - tell pytest to not even attempt to parse the test_actions_helper.py
      test file that is only relevant to GitHub actions; the dynamic
      modification of the module search path seems to confuse pytest
    - add python3-myst-parser as a new documentation build dependency
    - chase the README.rst -> README.md renamed file in python3-nox.docs
    - refresh patch line numbers

 -- Peter Pentchev <roam@debian.org>  Thu, 09 Feb 2023 13:21:31 +0200

python-nox (2022.1.7-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Clean up nox.egg-info/not-zip-safe to allow two builds in a row.
  * Add missing test dependencies to Build-Depends.
  * Set Rules-Requires-Root: no.
  * Update year in d/copyright.
  * Run upstream tests during build.
  * Enable upstream testsuite for autopkgtests.

 -- Michael Fladischer <fladi@debian.org>  Tue, 01 Feb 2022 11:16:32 +0000

python-nox (2021.10.1-1) unstable; urgency=low

  * Team upload.
  * New upstream release.
  * debian/watch: Fix grammar.
  * Bump Standards-Version to 4.6.0.
  * Bump debhelper compat to v13.
  * debian/patches/0003-Recover-minimal-setup.py.patch: Add a minimal
    setup.py to allow pybuild to build the package.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Apply multi-arch hints.
    + python-nox-doc: Add Multi-Arch: foreign.

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

 -- Boyuan Yang <byang@debian.org>  Tue, 05 Oct 2021 09:31:34 -0400

python-nox (2019.5.30-2) unstable; urgency=medium

  * Team upload.
  * Source-only upload to allow testing migration.
  * debian/control: Bump Standards-Version to 4.5.0.

 -- Boyuan Yang <byang@debian.org>  Wed, 22 Jan 2020 11:41:05 -0500

python-nox (2019.5.30-1) unstable; urgency=low

  * Initial release (Closes: #932979).

 -- Michael Fladischer <fladi@debian.org>  Thu, 25 Jul 2019 13:07:43 +0200