/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Teddy Hogeborn
  • Date: 2020-02-06 15:56:51 UTC
  • Revision ID: teddy@recompile.se-20200206155651-kx7r39zj8hpv8udl
Use collections.abc.Callable instead of collections.Callable

In Python 3.7, collections.Callable (among others) was moved to
collections.abc.Callable, and its old location deprecated.

* mandos: Create "collections.abc.Callable" if it does not exist, and
  only use the new name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.8.12-1) unstable; urgency=medium
2
 
 
3
 
  * New upstream release.
4
 
  * Fix "FTBFS with glibc 2.31 (uses removed stime function)" by using
5
 
    clock_settime() instead. (Closes: #964226)
6
 
  * debian/copyright: Update copyright year to 2020.
7
 
 
8
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 04 Jul 2020 14:58:26 +0200
9
 
 
10
 
mandos (1.8.11-1) unstable; urgency=medium
11
 
 
12
 
  * New upstream release.
13
 
 
14
 
 -- Teddy Hogeborn <teddy@recompile.se>  Wed, 08 Apr 2020 20:37:32 +0200
15
 
 
16
 
mandos (1.8.10-1) unstable; urgency=medium
17
 
 
18
 
  * Fix "[INTL:pt] Updated Portuguese translation - debconf messages"
19
 
    by including the contributed translation (Closes: #942595)
20
 
  * Fix "[INTL:nl] Dutch translation of debconf messages" by including the
21
 
    contributed translation (Closes: #946006)
22
 
  * Fix "flaky autopkgtest on arm64" by skipping the flaky test on
23
 
    non-amd64 (Closes: #953799)
24
 
  * debian/control (Standards-Version): Update to "4.5.0".
25
 
 
26
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 21 Mar 2020 17:45:01 +0100
27
 
 
28
1
mandos (1.8.9-2) unstable; urgency=medium
29
2
 
30
3
  * Fix failing autopkgtest.