File tree Expand file tree Collapse file tree 5 files changed +46
-18
lines changed Expand file tree Collapse file tree 5 files changed +46
-18
lines changed Original file line number Diff line number Diff line change
1
+ python-redis (3.5.3-2pexip1) pexip; urgency=medium
2
+
3
+ * Pull in latest version from Debian now they've caught up
4
+ * Track from bullseye rather than sid now
5
+
6
+ -- Steve McIntyre <
[email protected] > Mon, 08 Feb 2021 17:28:21 +0000
7
+
8
+ python-redis (3.5.3-2) unstable; urgency=medium
9
+
10
+ * Team upload.
11
+
12
+ [ Raphaël Hertzog ]
13
+ * Enable salsa-ci to detect autopkgtest failures earlier
14
+
15
+ [ Sophie Brun ]
16
+ * Use pytest to run autopkgtest: setup.py test is no
17
+ longer the correct way to run the tests. (Closes: #982134)
18
+
19
+ -- Sophie Brun <
[email protected] > Mon, 08 Feb 2021 11:30:27 +0100
20
+
21
+ python-redis (3.5.3-1) unstable; urgency=medium
22
+
23
+ * Team upload.
24
+
25
+ [ Ondřej Nový ]
26
+ * d/control: Update Maintainer field with new Debian Python Team
27
+ contact address.
28
+ * d/control: Update Vcs-* fields with new Debian Python Team Salsa
29
+ layout.
30
+
31
+ [ Sophie Brun ]
32
+ * New upstream version 3.5.3
33
+ * Bump Standards-Version to 4.5.1 (no changes)
34
+
35
+ -- Sophie Brun <
[email protected] > Wed, 03 Feb 2021 10:26:44 +0100
36
+
1
37
python-redis (3.5.3-0pexip1) pexip; urgency=medium
2
38
3
39
* Import latest version from upstream
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ Source: python-redis
2
2
Section: python
3
3
Priority: optional
4
4
Maintainer: Pexip AS <
[email protected] >
5
- XSBC-Pexip-Original-Maintainer: Debian Python Modules Team <python-modules- team@lists.alioth .debian.org>
5
+ XSBC-Pexip-Original-Maintainer: Debian Python Team <team+python@tracker .debian.org>
6
6
XSBC-Pexip-Original-Uploaders:
7
7
8
8
Build-Depends:
9
9
debhelper-compat (= 12),
10
10
dh-python,
11
11
python3-all,
12
12
python3-setuptools,
13
- Standards-Version: 4.4 .1
14
- Vcs-Git: https://salsa.debian.org/python-team/modules /python-redis.git
15
- Vcs-Browser: https://salsa.debian.org/python-team/modules /python-redis
13
+ Standards-Version: 4.5 .1
14
+ Vcs-Git: https://salsa.debian.org/python-team/packages /python-redis.git
15
+ Vcs-Browser: https://salsa.debian.org/python-team/packages /python-redis
16
16
Homepage: https://github.com/andymccurdy/redis-py
17
17
Rules-Requires-Root: no
18
- XS-Pexip-Upstream: http://ftp.debian.org/debian/ sid
18
+ XS-Pexip-Upstream: http://ftp.debian.org/debian/ bullseye
19
19
20
20
Package: python3-redis
21
21
Architecture: all
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ include :
3
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
4
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
Original file line number Diff line number Diff line change 6
6
7
7
for X in $( py3versions -r 2> /dev/null)
8
8
do
9
- ${X} setup.py test
9
+ ${X} -m pytest -W always
10
10
done
You can’t perform that action at this time.
0 commit comments