File: changelog

package info (click to toggle)
flufl.enum 4.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 488 kB
  • sloc: python: 675; makefile: 8
file content (151 lines) | stat: -rw-r--r-- 4,873 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
flufl.enum (4.1.1-3) unstable; urgency=medium

  [ Barry Warsaw ]
  * d/control: Put DPMT in Maintainers and me in Uploaders.

  [ Ondřej Nový ]
  * 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.

  [ Sandro Tosi ]
  * Drop python2 support + use py3k sphinx; Closes: #936533
  * debian/control
    - bump Standards-Version to 4.4.1 (no changes needed)

 -- Sandro Tosi <morph@debian.org>  Sun, 06 Oct 2019 15:37:58 -0400

flufl.enum (4.1.1-2) unstable; urgency=medium

  * d/python-flufl.enum.links -> d/python-flufl.enum-doc.links.
    Fix link.  (Closes: #857602)

 -- Barry Warsaw <barry@debian.org>  Tue, 14 Mar 2017 10:06:46 -0400

flufl.enum (4.1.1-1) unstable; urgency=medium

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

  [ Barry Warsaw ]
  * New upstream release.
  * d/control:
    - Bump debhelper version to >= 9
    - Bump Standards-Version to 3.9.8 with no other changes needed.
    - Add Testsuite: autopkgtest-pkg-python (not strictly needed for
      autodep8 but helps for codesearch.debian.net).
  * d/compat: Bump to version 9.
  * d/tests: Removed; use autodep8.
  * d/copyright: Update copyright years.

 -- Barry Warsaw <barry@debian.org>  Tue, 24 Jan 2017 10:41:19 -0500

flufl.enum (4.1-2) unstable; urgency=medium

  * d/rules:
    - Revert the previous change removing the bogus egg-info.
    - Remove unnecessary override_dh_auto_install.
  * d/tests: Added DEP-8 smoke tests.

 -- Barry Warsaw <barry@debian.org>  Wed, 04 Nov 2015 15:57:27 -0500

flufl.enum (4.1-1) unstable; urgency=medium

  * New upstream release.
  * d/python{,3}-flufl.enum.install: Removed.
  * d/python-flufl.enum.pyremove: Removed.
  * d/rules: Be sure to remove any leftover python3.X/dist-packages.

 -- Barry Warsaw <barry@debian.org>  Sat, 10 Oct 2015 13:37:57 -0400

flufl.enum (4.0.1-2) unstable; urgency=medium

  * d/control: Bump Standards-Version with no other changes necessary.
  * d/copyright: Reorganize to keep lintian happy.
  * d/watch: Use the pypi.debian.net redirector.
  * d/upstream/signing-key.asc: Add upstream's pubkey so that the
    pgpsigurlmangle option in d/watch will succeed.

 -- Barry Warsaw <barry@debian.org>  Thu, 04 Jun 2015 14:37:19 -0400

flufl.enum (4.0.1-1) unstable; urgency=low

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.
  * Remove DM-Upload-Allowed; it's no longer used by the archive
    software.

  [ Barry Warsaw ]
  * New upstream release.
  * d/control:
    - Add dh-python to Build-Depends.
    - Bump Standards-Version to 3.9.5 with no other changes necessary.
    - wrap-and-sort
  * d/rules: Convert to pybuild buildsystem, and simplify.
  * d/copyright: Update my email address.
  * d/patches/setup.patch: Removed; obsolete.
  * d/python{,3}-flufl.enum.install: Removed.

 -- Barry Warsaw <barry@debian.org>  Wed, 11 Jun 2014 14:59:59 -0400

flufl.enum (3.3.2-1) unstable; urgency=low

  * New upstream release.

 -- Barry Warsaw <barry@python.org>  Wed, 23 May 2012 13:46:38 -0400

flufl.enum (3.3.1-2) unstable; urgency=low

  * Team upload

  [ Barry Warsaw ]
  * debian/rules:
    - Build and install Python 3 versions via % expansion targets instead
      of for loops in override targets.
    - Remove test target debugging output when DEB_BUILD_OPTIONS=nocheck.
    - Remove questionable workaround for bug 618367.
    - Better override_dh_auto_clean rule so that the package can be built
      twice in a row.  (Closes: #658259)

  [ Scott Kitterman ]
  * Rename flufl.enum-docs to the more usual flufl.enum-doc without
    adding transitional packages since it has never been in a stable release
  * Add DM-Upload-Allowed
  * Bump standards-version to 3.9.3 without further changes

 -- Scott Kitterman <scott@kitterman.com>  Sun, 25 Mar 2012 16:09:31 -0400

flufl.enum (3.3.1-1) unstable; urgency=low

  [ Jakub Wilk ]
  * debian/control:
    - Add Vcs-* fields.

  [ Barry Warsaw ]
  * debian/control:
    - Add ${sphinxdoc:Depends} to Depends.
  * debian/python-flufl.enum.pyremove
    - Do not install several files used only during the build process.
  * New upstream release.
  * Build for Python 3, and split out common documentation package.
  * compat level 8

 -- Barry Warsaw <barry@python.org>  Thu, 19 Jan 2012 14:14:56 -0500

flufl.enum (3.0.1-2) unstable; urgency=low

  * Team upload.
  * Rebuild to add Python 2.7 support

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 08 May 2011 16:45:59 +0200

flufl.enum (3.0.1-1) unstable; urgency=low

  * Initial release (closes: #588857)

 -- Barry Warsaw <barry@python.org>  Wed, 03 Nov 2010 15:48:49 -0400