File: changelog

package info (click to toggle)
python-prov 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,784 kB
  • sloc: python: 6,197; xml: 1,528; makefile: 210; sh: 1
file content (144 lines) | stat: -rw-r--r-- 4,840 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
python-prov (2.0.1-1) unstable; urgency=medium

  * Team Upload
  * New upstream version 2.0.1, tested with rdflib 7.
  * Refresh patches

 -- Alexandre Detiste <tchet@debian.org>  Sat, 15 Jun 2024 15:57:09 +0200

python-prov (2.0.0-2) unstable; urgency=medium

  * add patch cherry-picked upstream
    to ensure rdflib 6+ returns bytes when serializing tests;
    closes: bug#1006536, thanks to Nilesh Patra
  * add patch cherry-picked upstream
    to raise an exception
    when an empty URI is registered as a namespace

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 27 Feb 2022 12:26:23 +0100

python-prov (2.0.0-1) unstable; urgency=medium

  * update watch file:
    + track Github source
    + add filenamemangle
    + set dversionmangle=auto
    + drop unused uversionmangle
    + add usage comment
  * update copyright info:
    + update Source and Upstream-Contact URIs to track Github source
    + update coverage
    + use Reference field (not License-Reference)
    + add related lintian overrides
  * add git-buildpackage config:
    + filter-out any .git* file
    + use DEP14 branch naming scheme
    + drop unused options stating defaults
    + add usage comment
  * stop build-depend on python3-six
  * stop build-depend on dpkg-dev,
    and relax to build-depend unversioned on python3-rdflib:
    required versions satisfied in all supported Debian releases
  * use semantic newlines in long description and copyright fields
  * drop patch 120 applied upstream
  * update DEP-3 headers and renumber remaining patch;
    add file debian/patches/README to source,
    documenting patch naming micro-policy

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 20 Dec 2021 16:04:12 +0100

python-prov (1.5.2-3) unstable; urgency=medium

  [ Debian Janitor ]
  * set upstream metadata fields:
    Bug-Database Repository Repository-Browse

  [ Ondřej Nový ]
  * update Maintainer field: use new Debian Python Team contact address
  * update Vcs-* fields: use new Debian Python Team Salsa layout

  [ Jonas Smedegaard ]
  * add myself as uploader
  * use debhelper compatibility level 12 (not 10);
    build-depend on dh-sequence-python3 dh-sequence-sphinxdoc
    (not dh-python sphinx-common)
  * declare compliance with Debian Policy 4.6.0
  * set Rules-Requires-Root: no
  * add source helper script copyright-check

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 20 Dec 2021 14:06:24 +0100

python-prov (1.5.2-2) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Andrey Rahmatullin ]
  * Drop Python 2 support.

 -- Andrey Rahmatullin <wrar@debian.org>  Thu, 22 Aug 2019 23:03:35 +0500

python-prov (1.5.2-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ Gianfranco Costamagna ]
  * Team upload
  * debian/patches/120.patch:
    - upstream PR to fix encoding error with python2.7
  * New upstream version 1.5.2
    (Closes: #880402, Closes: #897461, Closes: #897195)
  * Follow upstream change, move from pydotplus to pydot
  * Update copyright file
  * Bump std-versiont o 4.1.4, no changes required
  * Patch refresh

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 27 Jun 2018 13:55:29 +0200

python-prov (1.5.0-2) unstable; urgency=medium

  * fixup number of previously closed bug
  * Upgrade watch file to version 4
  * Switch from git-dpm to gbp
  * Build the docs with Python 3
  * Build the docs using the upstream Makefile
  * Add support for the nodoc build profile
  * Mark doc package multiarch foreign
  * Add missing Built-Using metadata
  * Normalize the Vcs-Browser URI
  * Bump standards version to 4.0.0
  * Run autopkgtests for all supported Python versions
  * Drop binary-without-manpage lintian override
  * Normalize the package descriptions
  * Remove privacy breaching content in docs
    - New patch No-privacy-breach.patch

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 18 Jul 2017 10:30:32 +0100

python-prov (1.5.0-1) unstable; urgency=medium

  * new upstream release. (Closes: #842661)
  * switch to git-dpm
  * add build dependency on rdflib
  * upgrade packaging to debhelper 10
  * drop superfluous Testsuite field
  * simplify the packaging testsuite
  * remove superfluous gbp.conf file
  * move prov-tools to utils section
  * drop versioned dependency on networkx.
    Thanks to Yaroslav Halchenko
  * update proxy settings according to the Python library style guide.
    Thanks to Yaroslav Halchenko

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Mon, 19 Dec 2016 20:38:15 +0000

python-prov (1.4.0-1) unstable; urgency=low

  * Initial release. (Closes: #823436)

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Fri, 22 Jul 2016 20:15:34 +0100