File: changelog

package info (click to toggle)
python-cobra 0.5.9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,828 kB
  • ctags: 1,612
  • sloc: xml: 133,431; python: 13,270; makefile: 142; sh: 67
file content (142 lines) | stat: -rw-r--r-- 4,713 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
python-cobra (0.5.9-1) unstable; urgency=medium

  * New upstream release
  * Refresh patch

 -- Afif Elghraoui <afif@debian.org>  Wed, 25 Jan 2017 01:22:48 -0800

python-cobra (0.5.6-1) unstable; urgency=medium

  * Imported Upstream version 0.5.6
  * Update packaging to accommodate change in test suite framework
    - include a workaround for #846045 (in pytest-benchmark) to be able
      to run tests without pytest-benchmark available.
  * d/tests/Makefile: update test script to accommodate return code change

 -- Afif Elghraoui <afif@debian.org>  Tue, 29 Nov 2016 03:12:24 -0800

python-cobra (0.5.4-1) unstable; urgency=medium

  * Imported Upstream version 0.5.4
  * Update upstream contact

 -- Afif Elghraoui <afif@debian.org>  Mon, 07 Nov 2016 20:51:23 -0800

python-cobra (0.5.2-1) unstable; urgency=medium

  * Drop patch applied upstream
  * Imported Upstream version 0.5.2
  * Update docs installation
  * Remove unused lintian overrides

 -- Afif Elghraoui <afif@debian.org>  Fri, 21 Oct 2016 22:57:41 -0700

python-cobra (0.4.2~b1-1) unstable; urgency=medium

  * Imported Upstream version 0.4.2~b1
  * Refresh patches
  * Use Make to drive autopkgtests and document some rationale
  * Clean up d/control and d/rules
  * Include jsonschema and pandas to run additional CI tests

 -- Afif Elghraoui <afif@debian.org>  Sun, 17 Jul 2016 16:43:42 -0700

python-cobra (0.4.1-2) unstable; urgency=medium

  * Team upload.
  * Make build reproducible.
    - Ensure stable ordering for required dependencies.
  * Bump Standards-Version.

 -- Sascha Steinbiss <sascha@steinbiss.name>  Wed, 01 Jun 2016 14:47:03 +0000

python-cobra (0.4.1-1) unstable; urgency=medium

  * Imported Upstream version 0.4.1
  * Refreshed patch

 -- Afif Elghraoui <afif@debian.org>  Thu, 24 Mar 2016 20:31:39 -0700

python-cobra (0.4.0+0-1) unstable; urgency=medium

  * Imported Upstream version 0.4.0
  * Add uversionmangle to d/watch
  * Use encrypted protocols for VCS URLs

 -- Afif Elghraoui <afif@ghraoui.name>  Tue, 08 Mar 2016 22:04:56 -0800

python-cobra (0.4.0b7-1) unstable; urgency=medium

  * Imported Upstream version 0.4.0b7
  * Update standards version
  * Run additional tests at build-time
  * Clean up and fix autopkgtest

 -- Afif Elghraoui <afif@ghraoui.name>  Sat, 20 Feb 2016 01:05:24 -0800

python-cobra (0.4.0b6-1) unstable; urgency=medium

  * Run autopkgtests from outside the source tree
  * Imported Upstream version 0.4.0b6

 -- Afif Elghraoui <afif@ghraoui.name>  Mon, 21 Dec 2015 21:29:51 -0800

python-cobra (0.4.0b4-1) unstable; urgency=medium

  * Imported Upstream version 0.4.0b4

 -- Afif Elghraoui <afif@ghraoui.name>  Sun, 13 Sep 2015 02:15:32 -0700

python-cobra (0.4.0b3-1) unstable; urgency=medium

  * Imported Upstream version 0.4.0b3
  * Removed patch that was applied upstream
  * Adjusted autopkgtest commands
  * Refreshed quilt patch

 -- Afif Elghraoui <afif@ghraoui.name>  Fri, 28 Aug 2015 22:27:50 -0700

python-cobra (0.4.0b2-1) unstable; urgency=medium

  * Adjust package relationships as requested by upstream
  * Imported Upstream version 0.4.0b2 (Closes: 794978)
  * Require matching version of the data package
  * Configured autopkgtests
  * Allowed tests to run without python-jsonschema
  * Added lintian overrides for python-cobra-data

 -- Afif Elghraoui <afif@ghraoui.name>  Tue, 04 Aug 2015 18:52:51 -0700

python-cobra (0.4.0b1-2) unstable; urgency=medium

  * Add more recommended packages in d/control
  * Add suggestion of jython for python-cobra
  * Really remove jython files from python3-package.
    Thanks to Aaron Ucko for the bug report (Closes: 792058)

 -- Afif Elghraoui <afif@ghraoui.name>  Fri, 10 Jul 2015 18:35:52 -0700

python-cobra (0.4.0b1-1) unstable; urgency=medium

  * Update watch file to pick up alpha and beta releases
  * Imported Upstream version 0.4.0b1
  * Remove obsolete patches
  * Remove copyright statements for files removed upstream
  * Update d/copyright to reflect new upstream dual-licensing and correct
    gpl3 mistake
  * Refine dh_install overrides to exclude jython code from python3 package
  * Add build-dependencies on python(3)-six
  * Disable building of documentation until Sphinx 1.3 is available

 -- Afif Elghraoui <afif@ghraoui.name>  Thu, 09 July 2015 18:12:36 -0700

python-cobra (0.3.2-1) unstable; urgency=medium

  * Initial release (Closes: #788224)
  * Add patches to improve Python3 compatibility
  * Specify copyright for the externally-contributed modules
  * Exclude cobra/test/data/update_pickles.py
  * Create package for data and documentation
  * Use packaged versions of javascript libraries where available

 -- Afif Elghraoui <afif@ghraoui.name>  Tue, 09 Jun 2015 06:20:48 -0700