Skip to content

Commit 93ae158

Browse files
committed
Pull in latest version from Debian now they've caught up
Track from bullseye rather than sid now Merge branch 'debian'
2 parents 9940d2c + 81f0d9b commit 93ae158

File tree

5 files changed

+46
-18
lines changed

5 files changed

+46
-18
lines changed

debian/changelog

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
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+
137
python-redis (3.5.3-0pexip1) pexip; urgency=medium
238

339
* Import latest version from upstream

debian/control

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ Source: python-redis
22
Section: python
33
Priority: optional
44
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>
66
XSBC-Pexip-Original-Uploaders:
77
Chris Lamb <[email protected]>,
88
Build-Depends:
99
debhelper-compat (= 12),
1010
dh-python,
1111
python3-all,
1212
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
1616
Homepage: https://github.com/andymccurdy/redis-py
1717
Rules-Requires-Root: no
18-
XS-Pexip-Upstream: http://ftp.debian.org/debian/ sid
18+
XS-Pexip-Upstream: http://ftp.debian.org/debian/ bullseye
1919

2020
Package: python3-redis
2121
Architecture: all

debian/gitlab-ci.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

debian/salsa-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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

debian/tests/0002-python3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ set -eux
66

77
for X in $(py3versions -r 2>/dev/null)
88
do
9-
${X} setup.py test
9+
${X} -m pytest -W always
1010
done

0 commit comments

Comments
 (0)