File: changelog

package info (click to toggle)
python-pytest-benchmark 5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,072 kB
  • sloc: python: 5,232; makefile: 12
file content (137 lines) | stat: -rw-r--r-- 4,594 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
python-pytest-benchmark (5.1.0-1) unstable; urgency=medium

  * New upstream version 5.1.0
  * Update patches
    - Drop 0003-Fix-clonefunc-for-Python-3.11.patch
    - Drop 0004-Fix-pytest-7.2-compat.patch
    - Drop 0006-Ignore-DeprecationWarning-about-datetime-UTC.patch
    Those patches have been superseded by upstream changes.
  * Bump Standards-Version to 4.7.0

 -- Timo Röhling <roehling@debian.org>  Mon, 04 Nov 2024 12:48:15 +0100

python-pytest-benchmark (4.0.0-4) unstable; urgency=medium

  * Update d/watch to latest GitHub recipe
  * Skip unit test mismatching argparser help text in Python 3.13
    (Closes: #1082260)

 -- Timo Röhling <roehling@debian.org>  Tue, 15 Oct 2024 21:04:02 +0200

python-pytest-benchmark (4.0.0-3) unstable; urgency=medium

  * Ignore DeprecationWarning about datetime UTC (Closes: #1058409)

 -- Timo Röhling <roehling@debian.org>  Tue, 12 Dec 2023 21:03:34 +0100

python-pytest-benchmark (4.0.0-2) unstable; urgency=medium

  * Handle architecture exception thrown by cpuinfo

 -- Timo Röhling <roehling@debian.org>  Sat, 16 Sep 2023 13:46:46 +0200

python-pytest-benchmark (4.0.0-1) unstable; urgency=medium

  * Replace retired maintainer with Debian Python Team (Closes: #1050625)
  * New upstream version 4.0.0
  * Switch to debhelper 13
  * Bump Standards-Version to 4.6.2
  * Switch to pybuild-autopkgtest
  * Clean up d/rules and d/control
  * Skip tests which use unpackaged aspectlib
  * Do not fail tests on certain warnings
  * Python 3.11 and PyTest 7.2 compat fixes
  * Update d/copyright

 -- Timo Röhling <roehling@debian.org>  Fri, 15 Sep 2023 23:46:23 +0200

python-pytest-benchmark (3.2.2-4) unstable; urgency=medium

  * Team upload.
  * Add missing depend on python3-py (Closes: #1040398)

 -- Timo Röhling <roehling@debian.org>  Tue, 11 Jul 2023 23:49:23 +0200

python-pytest-benchmark (3.2.2-3) unstable; urgency=medium

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

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address

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

python-pytest-benchmark (3.2.2-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.0.

  [ Hugo Lefeuvre ]
  * Drop Python 2 support.
  * Recommend python3-freezegun and python3-pygal (required to run pytest
    --fixture tests).
  * Bump to compat 12.
  * Run wrap-and-sort -a.

 -- Hugo Lefeuvre <hle@debian.org>  Sat, 03 Aug 2019 14:03:17 +0200

python-pytest-benchmark (3.2.2-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ Hugo Lefeuvre ]
  * New upstream release.
  * debian/control:
    - Bump Standards-Version to 4.1.3.
  * debian/copyright:
    - Update copyright years.

 -- Hugo Lefeuvre <hle@debian.org>  Mon, 04 Feb 2019 18:41:47 +0100

python-pytest-benchmark (3.1.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * debian/control:
    - Set Vcs-* to salsa.debian.org.
  * debian/changelog:
    - Remove trailing whitespaces.

  [ Hugo Lefeuvre ]
  * New upstream release.
  * New binary package pytest-benchmark shipping executables.
    - Add manpage debian/pytest-benchmark.1 and manpages listing
      debian/pytest-benchmark.manpages.
    - Update debian/rules to build application package.
    - Update debian/control to mention this new package.
  * Bump debian/compat to 11.
  * debian/control:
    - Fix dependencies of binary packages in debian/control:
      o Update required version of pytest to 2.8.
      o Recommend installation of python{3,}-elasticsearch.
      o Add python-statistics and python-pathlib to the Depends
        field of python-pytest-benchmark (Closes: #846045).
      o Add python{3,}-cpuinfo to the Depends field of
        python{3,}-pytest-benchmark.
      o Remove useless version indication in the Build-Dependency
        python-all.
    - Update Description field for binary package python-pytest-benchmark.
    - Bump Standards-Version to 4.1.3.
    - Update debhelper Build-Dep to >= 11.
    - Declare autopkgtest testsuite.
  * debian/copyright:
    - Update copyright years.
  * Update debian/watch to version 4.

 -- Hugo Lefeuvre <hle@debian.org>  Sun, 25 Mar 2018 18:14:06 +0200

python-pytest-benchmark (3.0.0-1) unstable; urgency=medium

  * Initial release (Closes: #834519)

 -- Hugo Lefeuvre <hle@debian.org>  Sat, 27 Aug 2016 21:54:12 +0200