File: changelog

package info (click to toggle)
python-rply 0.7.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: python: 989; makefile: 4
file content (143 lines) | stat: -rw-r--r-- 4,522 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
python-rply (0.7.8-3) unstable; urgency=medium

  * QA upload.
  * Orphan the package. (See #1093669)

 -- Boyuan Yang <byang@debian.org>  Mon, 20 Jan 2025 22:36:52 -0500

python-rply (0.7.8-2) unstable; urgency=medium

  * Team upload.
  * Replace appdirs with platformdirs (Closes: #1068002)

 -- Alexandre Detiste <tchet@debian.org>  Sun, 22 Sep 2024 18:29:47 +0200

python-rply (0.7.8-1) unstable; urgency=medium

  * Update standards version to 4.7.0, no changes needed.
  * New upstream release.
  * Remove retired maintainer from package uploaders list.
    (Closes: #1041180)

 -- Boyuan Yang <byang@debian.org>  Thu, 11 Apr 2024 19:08:01 -0400

python-rply (0.7.7-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Re-export upstream signing key without extra signatures.
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Sandro Tosi <morph@debian.org>  Fri, 03 Jun 2022 23:40:51 -0400

python-rply (0.7.7-2) unstable; urgency=medium

  * Team upload.
  * Drop Python 2 support.

 -- Ondřej Nový <onovy@debian.org>  Sun, 25 Aug 2019 09:40:24 +0200

python-rply (0.7.7-1) unstable; urgency=medium

  * Team upload.
  * Update to 0.7.7 upstream release

 -- Tianon Gravi <tianon@debian.org>  Mon, 19 Aug 2019 16:53:27 -0700

python-rply (0.7.4-4) unstable; urgency=medium

  * Team upload.
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.
  * Drop PyPy support
  * Bump debhelper compat level to 12
  * Bump Standards-Version to 4.4.0 (no changes).
  * Enable autopkgtest-pkg-python testsuite

 -- Ondřej Nový <onovy@debian.org>  Tue, 23 Jul 2019 18:14:31 +0200

python-rply (0.7.4-3) unstable; urgency=medium

  * Bump Standards-Version to 3.9.8 (no changes).

 -- Tristan Seligmann <mithrandi@debian.org>  Sun, 11 Sep 2016 03:33:31 +0200

python-rply (0.7.4-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Tristan Seligmann ]
  * Remove Vasudev Kamath from Uploaders (by request); thank you for your
    work on this package in the past!
  * Switch from cdbs to dh/pybuild (closes: #837295).

 -- Tristan Seligmann <mithrandi@debian.org>  Sun, 11 Sep 2016 03:28:59 +0200

python-rply (0.7.4-1) unstable; urgency=medium

  * New upstream release.
    - Stop using /tmp entirely; this fixes the remaining insecure handling
      issue (Closes: #737627).

 -- Tristan Seligmann <mithrandi@debian.org>  Fri, 04 Sep 2015 07:16:00 +0200

python-rply (0.7.3-3) unstable; urgency=medium

  * Drop 2001_dont_use_setuptools.patch as pypy-setuptools now exists.

 -- Tristan Seligmann <mithrandi@debian.org>  Tue, 01 Sep 2015 10:56:32 +0200

python-rply (0.7.3-2) unstable; urgency=medium

  * Reupload to unstable.
  * Switch debian/watch over to pypi.debian.net redirector.

 -- Tristan Seligmann <mithrandi@debian.org>  Fri, 01 May 2015 17:13:55 +0200

python-rply (0.7.3-1) experimental; urgency=low

  * New upstream release.
  * Bump Standards-Version.

 -- Tristan Seligmann <mithrandi@debian.org>  Mon, 08 Dec 2014 16:44:42 +0200

python-rply (0.7.2-1) unstable; urgency=medium

  * New upstream release.
  * Switch to ASCII-armored keyring in debian/upstream/signing-key.asc.

 -- Tristan Seligmann <mithrandi@debian.org>  Fri, 21 Feb 2014 17:46:07 +0200

python-rply (0.7.1-1) unstable; urgency=medium

  * New upstream release.
    - Fixes insecure /tmp handling (Closes: #735263).
  * Add myself to Uploaders.
  * Add PGP signature checking to watch file.
  * Patch setup.py to use distutils instead of setuptools (since setuptools is
    not packaged for pypy in Debian yet).
  * Install upstream README.

 -- Tristan Seligmann <mithrandi@debian.org>  Sat, 18 Jan 2014 02:45:02 +0200

python-rply (0.7.0-1) unstable; urgency=low

  * Initial Release. (Closes: #731071).

 -- Vasudev Kamath <kamathvasudev@gmail.com>  Mon, 02 Dec 2013 21:58:23 +0530