File: changelog

package info (click to toggle)
pypandoc 1.15%2Bds0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: python: 1,299; sh: 12; makefile: 10
file content (155 lines) | stat: -rw-r--r-- 4,983 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
145
146
147
148
149
150
151
152
153
154
155
pypandoc (1.15+ds0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Thu, 09 Jan 2025 00:40:01 +0000

pypandoc (1.14+ds0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release:
    - Use a raw F string for regex in pandoc downloader (closes: #1083204).
  * Fix convert_file for Python 3.13 (closes: #1088768).

 -- Colin Watson <cjwatson@debian.org>  Sun, 08 Dec 2024 14:46:19 +0000

pypandoc (1.13+ds0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.13+ds0
  * Replace Nose2 with Pytest, to remove Nose2 from key_packages
  * Refresh patches

 -- Alexandre Detiste <tchet@debian.org>  Fri, 27 Sep 2024 08:27:58 +0200

pypandoc (1.12+ds0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
    Closes: #1058153, #1057946
  * Standards-Version: 4.6.2 (routine-update)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * Set upstream metadata fields: Repository-Browse.
  * Add missing build-dependency on python3-poetry-core.
  * Build-Depends: pybuild-plugin-pyproject
  * (Test-)Depends: python3-pandocfilters
  * Fix expected pandoc output
  * Make sure autopkgtests will run on all supportet Python3 versions
  * assertEquals was deprecated in favour of assertEqual
  * Test all supported Python3 versions in dh_auto_test
  * As per DPT policy Maintainer should be the team

 -- Andreas Tille <tille@debian.org>  Wed, 13 Dec 2023 11:02:11 +0100

pypandoc (1.7.4+ds0-2) unstable; urgency=medium

  * Team upload
  * Disable sandbox for docx tests (Closes: #1018961)
  * Fix expected resource warning
  * Remove B-D pandoc-citeproc

 -- Bastian Germann <bage@debian.org>  Tue, 13 Dec 2022 18:35:02 +0100

pypandoc (1.7.4+ds0-1) unstable; urgency=medium

  * New upstream release
  * Added dependency on lmodern for autopkgtests.

 -- Elena Grandi <valhalla@debian.org>  Wed, 23 Mar 2022 16:01:43 +0100

pypandoc (1.7.2+ds0-1) unstable; urgency=medium

  * New upstream release.
  * Add dependency on texlive-latex-recommended for autopkgtests.
    Closes: #1002586.
  * Run tests with nose2 rather than setup.py when building.

 -- Elena Grandi <valhalla@debian.org>  Wed, 29 Dec 2021 11:19:10 +0100

pypandoc (1.7.1+ds0-1) unstable; urgency=medium

  * New upstream release.
  * Removed patch for spurious dependencies (no longer needed).
  * Added simple autopkgtests.

 -- Elena Grandi <valhalla@debian.org>  Wed, 15 Dec 2021 13:39:39 +0100

pypandoc (1.6.4+ds0-1) unstable; urgency=medium

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

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

  [ Elena Grandi ]
  * Remove dependency on pip and wheel. Closes: #984445, #949685
  * New upstream release.
  * Updated debhelper-compat and Standards-Version (no changes needed).
  * Update watch file version to 4 (no changes needed).
  * Mark local only patches with Forwarded: not-needed
  * Use python3 as the executable name in tests.py instead of python.

 -- Elena Grandi <valhalla@debian.org>  Tue, 09 Nov 2021 08:58:53 +0100

pypandoc (1.5+ds0-1) unstable; urgency=medium

  * New upstream release.
  * Remove patches applied upstream.
  * Update maintainer email.
  * Updated debhelper-compat and Standards-Version (no changes needed).
  * Add Rules-Requires-Root: no.
  * Added basic UMEGAYA.
  * Add autopkgtests with autopkgtest-pkg-python.

 -- Elena Grandi <valhalla@debian.org>  Sat, 18 Apr 2020 20:14:01 +0200

pypandoc (1.4+ds0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #937501

 -- Sandro Tosi <morph@debian.org>  Sat, 04 Jan 2020 17:40:55 -0500

pypandoc (1.4+ds0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/patches: Apply upstream patches to fix compatibility with recent
    pandoc versions. (Closes: #897111)

 -- Sebastian Ramacher <sramacher@debian.org>  Mon, 21 May 2018 11:00:13 +0200

pypandoc (1.4+ds0-1) unstable; urgency=medium

  * New upstream version

 -- Elena Grandi <valhalla-d@trueelena.org>  Sun, 18 Jun 2017 17:50:07 +0200

pypandoc (1.3.3+ds0-1) unstable; urgency=medium

  * New upstream release.
  * Minor packaging fixes (docs, watchfile).
  * Fix issue with unicode in non-unicode locales (forwarded)

 -- Elena Grandi <valhalla-d@trueelena.org>  Sat, 05 Nov 2016 14:19:29 +0100

pypandoc (1.2.0+ds0-1) unstable; urgency=medium

  * New upstream release.

 -- Elena Grandi <valhalla-d@trueelena.org>  Sat, 30 Jul 2016 16:25:22 +0200

pypandoc (1.1.3+ds0-1) unstable; urgency=low

  * Initial packaging. Closes: #794109

 -- Elena Grandi <valhalla-d@trueelena.org>  Wed, 22 Jun 2016 13:05:04 +0200