File: changelog

package info (click to toggle)
funcparserlib 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 144 kB
  • sloc: python: 402; makefile: 3
file content (142 lines) | stat: -rw-r--r-- 4,416 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
funcparserlib (1.0.0-1) unstable; urgency=medium

  * Add myself as uploader
  * Import on Salsa & add debian/salsa-ci.yml
  * Use dh-sequence-python3
  * Bump Standards-Version to 4.7.3, drop Priority: tag
  * Rename file under debian/ for debhelper 15 compatibility
  * Drop useless funcparserlib1.dirs
  * Rewrite d/watch in v5 format

 -- Alexandre Detiste <tchet@debian.org>  Fri, 27 Feb 2026 12:51:40 +0100

funcparserlib (1.0.0-0.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Remove python3-nose as BD. Closes: #1018360

 -- Håvard F. Aasen <havard.f.aasen@pfft.no>  Sun, 04 Dec 2022 18:40:13 +0100

funcparserlib (1.0.0-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release
    - Support Python 3 without 2to3. Closes: #997623
  * Drop update-egg-info.patch, no longer needed.
  * Continue to include the renamed file README.md.
  * d/rules: Remove installation of upstream changelog, upstream no longer
    ships any changelog.
  * d/copyright:
    - Drop Files-Excluded, these files are no longer shipped.
    - Update the copyright year for upstream.
  * d/watch
    - Remove dversionmangle and repacksuffix.

 -- Håvard F. Aasen <havard.f.aasen@pfft.no>  Mon, 15 Aug 2022 20:47:50 +0200

funcparserlib (0.3.6+dfsg1-1) unstable; urgency=medium

  * Remove DFSG incompatible file (Closes: #982380).
  * debian/control
    - Bumps Standards-Version to 4.5.1.
    - Build-Depends
      * Changes debhelper to debhelper-compat.
        - Removes debian/compat
  * debian/copyright
    - Appends Files-Excluded dfsg-incompatible documentation files
    - Fixes insercure-uri.
  * debian/watch
    - Fixes debian-watch-uses-insecure-uri.
    - Bumps version to 4.
    - Appends dversionmangle, repacksuffix.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Sat, 13 Feb 2021 13:47:32 +0900

funcparserlib (0.3.6-7.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop python2 support; Closes: #936569

 -- Sandro Tosi <morph@debian.org>  Thu, 24 Oct 2019 18:10:51 -0400

funcparserlib (0.3.6-7) unstable; urgency=medium

  * debian/control
    - Standards-Version: Bumps version to 3.9.8.
    - Homepage: Fixes obsolete-url-in-packaging.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Sat, 02 Jul 2016 07:01:57 +0900

funcparserlib (0.3.6-6) unstable; urgency=medium

  * Uploading to unstable.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Wed, 01 Jul 2015 13:38:28 +0900

funcparserlib (0.3.6-5) experimental; urgency=medium

  * debian/watch
    - Changed uri by pypi.debian.net.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Sat, 18 Apr 2015 19:02:55 +0900

funcparserlib (0.3.6-4) unstable; urgency=medium

  * debian/watch
    - Fixed uri scheme http:// to https://.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Thu, 16 Oct 2014 22:05:09 +0900

funcparserlib (0.3.6-3) unstable; urgency=medium

  * debian/control
    - Standards-Version: Bump version to 3.9.6.
    - Build-Depends: Appended dh-python.
    - X-Python-Version: Removed >=3.2.
    - Added X-Python3-Version: >=3.2.
  * debian/copyright
    - Fixed space-in-std-shortname-in-dep5-copyright.
  * debian/rules
    - Changed using pybuild.
    - Removed override_dh_auto_build, override_dh_auto_test,
      override_dh_auto_install, override_dh_auto_clean.
  * debian/patches
    - Removed update_egg-info.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Wed, 15 Oct 2014 10:03:30 +0900

funcparserlib (0.3.6-2) unstable; urgency=low

  * Fixes wrong-name-for-upstream-changelog
    - debian/rules: Append override_dh_installchangelogs
    - debian/docs: Remove CHANGES

 -- Kouhei Maeda <mkouhei@palmtb.net>  Tue, 02 Jul 2013 09:46:04 +0900

funcparserlib (0.3.6-1) unstable; urgency=low

  * New upstream release
  * Support python3

 -- Kouhei Maeda <mkouhei@palmtb.net>  Sat, 08 Jun 2013 08:25:21 +0900

funcparserlib (0.3.5-2) unstable; urgency=low

  * Update Standards-Version in debian/control

 -- Kouhei Maeda <mkouhei@palmtb.net>  Tue, 05 Jun 2012 09:14:05 +0900

funcparserlib (0.3.5-1.1) unstable; urgency=low

  * Non-maintainer upload.
    Acked by Maintainer.
  * Fixes FTBFS on python 2.7. (Closes: #646645)
    Update the data of the test result from upsream HG:788599d92a85.

 -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Fri, 02 Mar 2012 13:58:34 +0900

funcparserlib (0.3.5-1) unstable; urgency=low

  * Initial release (Closes: #626705)

 -- Kouhei Maeda <mkouhei@palmtb.net>  Sun, 18 Sep 2011 07:43:30 +0900