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 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349
|
python-magcode-core (1.5.7-1) unstable; urgency=medium
* Fix null terminated syslog messages which Python 13
syslog.syslog() won't accept. A ValueError was thrown about
embedded Null chars. (Closes: #1112281)
-- Matthew Grant <matt@mattgrant.net.nz> Fri, 29 Aug 2025 06:43:44 +1200
python-magcode-core (1.5.6-1) unstable; urgency=medium
* Fix /usr/bin/env python3 lines
* Version 1.5.6
-- Matthew Grant <matt@mattgrant.net.nz> Wed, 20 Mar 2024 22:30:27 +1300
python-magcode-core (1.5.5-1) unstable; urgency=medium
* Release 1.5.5 of py-magcode-core
* Support for preinitialising DEFAULT via settings['config_defaults']
from within program, say from command line switches.
-- Matthew Grant <matt@mattgrant.net.nz> Wed, 20 Mar 2024 21:29:59 +1300
python-magcode-core (1.5.4-5) unstable; urgency=medium
* Disable pybuild tests (no written tests for package), and include
python3-sqlalchemy in build-deps. (Closes: #972655)
-- Matthew Grant <matt@mattgrant.net.nz> Tue, 27 Oct 2020 10:04:23 +1300
python-magcode-core (1.5.4-4) unstable; urgency=medium
* Convert to debian/rules to pybuild. (Closes: #972208)
-- Matthew Grant <matt@mattgrant.net.nz> Thu, 15 Oct 2020 11:20:52 +1300
python-magcode-core (1.5.4-3) unstable; urgency=medium
* Source code only upload. (Closes: #970727)
-- Matthew Grant <matt@mattgrant.net.nz> Wed, 23 Sep 2020 10:47:34 +1200
python-magcode-core (1.5.4-2) unstable; urgency=medium
* Fix Python dependencies for ython2 removal (Closes: #967202)
-- Matthew Grant <matt@mattgrant.net.nz> Sat, 08 Aug 2020 13:15:20 +1200
python-magcode-core (1.5.4-1) unstable; urgency=medium
* More elegeant way of converting syslog_facility
* Module version 1.5.4
-- Matthew Grant <matt@mattgrant.net.nz> Sat, 26 Jan 2019 08:08:39 +1300
python-magcode-core (1.5.3-1) unstable; urgency=medium
* Fix syslog facility setting from log_level
* Fix error handling for setting log_level
* Version 1.5.3 release
-- Matthew Grant <matt@mattgrant.net.nz> Sat, 26 Jan 2019 08:07:58 +1300
python-magcode-core (1.5.2-1) unstable; urgency=medium
* Go to mix-in process MainSleep class to decruftify
* Module version 1.5.2
-- Matthew Grant <matt@mattgrant.net.nz> Wed, 16 Jan 2019 09:01:06 +1300
python-magcode-core (1.5.1-1) unstable; urgency=medium
* Stub fN libc_sleep() calling main_sleep()
* Module version 1.5.1
-- Matthew Grant <matt@mattgrant.net.nz> Tue, 15 Jan 2019 22:12:10 +1300
python-magcode-core (1.5.0-1) unstable; urgency=medium
* Replacement main_sleep() in native python
* Module version 1.5.0
-- Matthew Grant <matt@mattgrant.net.nz> Tue, 15 Jan 2019 21:38:50 +1300
python-magcode-core (1.4.14-1) unstable; urgency=medium
* Clean up default cmdline arguments
* Version 1.4.14
-- Matthew Grant <matt@mattgrant.net.nz> Thu, 10 Jan 2019 15:24:29 +1300
python-magcode-core (1.4.13-1) unstable; urgency=medium
* No attached terminal for deteing daemonisation.
* Only icall close() for each fd, don't repeat close on fd on SIGHUP
as per man 2 close(). Process observed to when this was done.
* Version 1.4.13 - tested and daemonising!
* Fix lintian warnings
-- Matthew Grant <matt@mattgrant.net.nz> Thu, 10 Jan 2019 15:23:55 +1300
python-magcode-core (1.4.12-1) unstable; urgency=medium
* Module Version 1.4.12
* Fix daemon check processing - SIGHUP works
-- Matthew Grant <matt@mattgrant.net.nz> Wed, 09 Jan 2019 09:07:22 +1300
python-magcode-core (1.4.11-1) unstable; urgency=medium
* Version 1.4.11 - interruptible libc_sleep()
-- Matthew Grant <matt@mattgrant.net.nz> Wed, 09 Jan 2019 09:05:57 +1300
python-magcode-core (1.4.10-1) unstable; urgency=medium
* Fix SAWarning(s) around textual query SQL
* Version 1.4.10
-- Matthew Grant <matt@mattgrant.net.nz> Tue, 08 Jan 2019 16:38:13 +1300
python-magcode-core (1.4.9-1) unstable; urgency=medium
* Systemd exit code calls and support.
* Some minor corrections
* Version 1.4.8
* Convert to setuptools from distutils
* Fix up setup.py after merge with master from github
* Version 1.4.9 - Add find_packages import setup.py
* Set Arch: all and build dep on python3-all (Closes: #751483)
* Update format of debian/gbp.conf
-- Matthew Grant <matt@mattgrant.net.nz> Mon, 20 Mar 2017 21:46:03 +1300
python-magcode-core (1.4.7-3) unstable; urgency=medium
* Build-depend on python-setuptools
Really fix #769001 (Closes: #769001)
-- Matthew Grant <matt@mattgrant.net.nz> Thu, 13 Nov 2014 22:12:42 +1300
python-magcode-core (1.4.7-2) unstable; urgency=medium
* Make it build properly - update debian/control to fix build issues
(Closes: #769001)
-- Matthew Grant <matt@mattgrant.net.nz> Thu, 13 Nov 2014 22:07:52 +1300
python-magcode-core (1.4.7-1) unstable; urgency=medium
* Systemd stay in foreground support - v1.4.7
* Bump version to correct one in setup.py
* Update version to fix upload issues with pypi.python.org
* Update standards version to 3.9.6
* Fix short licnse tag in copyright file
-- Matthew Grant <matt@mattgrant.net.nz> Sat, 08 Nov 2014 18:41:59 +1300
python-magcode-core (1.4.4-1) unstable; urgency=medium
* Systemd daemon command line argument
* Just minimal foreground for systemd for starters
* Bump minor revision switch for systemd switch
-- Matthew Grant <matthewgrant5@gmail.com> Sat, 08 Nov 2014 17:37:26 +1300
python-magcode-core (1.4.3-3) unstable; urgency=medium
* Added pytho3-setproctitle as a Recommend.
-- Matthew Grant <matt@mattgrant.net.nz> Tue, 10 Jun 2014 08:59:00 +1200
python-magcode-core (1.4.3-2) unstable; urgency=medium
* Remove MANIFEST and dist directories after build
* Add python as a build-dep for pyversions so that Debian can build
package.
-- Matthew Grant <matt@mattgrant.net.nz> Tue, 10 Jun 2014 08:57:43 +1200
python-magcode-core (1.4.3-1) unstable; urgency=medium
* Really update Python setup.py details
* Release 1.4.3 to fix Pypi setup script problems
-- Matthew Grant <matt@mattgrant.net.nz> Thu, 06 Mar 2014 13:24:44 +1300
python-magcode-core (1.4.1-1) unstable; urgency=medium
* Clean up master branch, ignore python install.
* Combine IOError and OSError processing, Python 3.3
* Update changelog for 1.4.1-1 release
* Update standards version to 3.9.5
* Update maintainer details to reflect email address change.
-- Matthew Grant <matt@mattgrant.net.nz> Thu, 06 Mar 2014 12:50:21 +1300
python-magcode-core (1.4.0-1) unstable; urgency=low
* Add magcode top module to setup.py list
* Fix postinst NOT creat __init__.py for magcode dir
* Update changelog for 1.3.5-1 release
* Remove package dir
* Revert "Update changelog for 1.3.5-1 release"
* Update changelog for 1.3.5-1 release
* Clean up Python module layout to standards
* Revert "Update changelog for 1.3.5-1 release"
-- Matthew Grant <matthew.grant@net24.co.nz> Mon, 15 Apr 2013 10:25:29 +1200
python-magcode-core (1.3.4-1) unstable; urgency=low
* Fix event_queue setting
-- Matthew Grant <matthew.grant@net24.co.nz> Thu, 11 Apr 2013 14:21:20 +1200
python-magcode-core (1.3.3-1) unstable; urgency=low
* Log, config, and lib directory patsh in settings
* Addrd check_or_force method, -f to process class
-- Matthew Grant <matthew.grant@net24.co.nz> Thu, 11 Apr 2013 13:44:56 +1200
python-magcode-core (1.3.2-1) unstable; urgency=low
* Fix database.event imports so that they work
-- Matthew Grant <matthew.grant@net24.co.nz> Wed, 10 Apr 2013 17:37:06 +1200
python-magcode-core (1.3.1-1) unstable; urgency=low
* Fix decorator issue with settings keys
-- Matthew Grant <matthew.grant@net24.co.nz> Tue, 12 Feb 2013 13:51:32 +1300
python-magcode-core (1.3.0-1) unstable; urgency=low
* Morph in connection exc handling changes.
* Removed redundant isolation level guff
* Way point - before new _create_engine used
* Way point - _create_engine working
* WIP - Working draft cut
* Clean up sql_data connection naming.
* Revert "Clean up sql_data connection naming."
* Add sql_data['connections'] dict keyed by DB name.
* Add simple class DB mapping attribute, _db_name
* Get _db_name and _settings_db_name_key working.
* Add support for connecting to forth database
-- Matthew Grant <matthew.grant@net24.co.nz> Mon, 11 Feb 2013 16:11:48 +1300
python-magcode-core (1.2.2-1) unstable; urgency=low
* Added template_cache module.
-- Matthew Grant <matthew.grant@net24.co.nz> Wed, 30 Jan 2013 15:14:46 +1300
python-magcode-core (1.2.1-1) unstable; urgency=low
* Add check_if_root() method to process.
-- Matthew Grant <matthew.grant@net24.co.nz> Tue, 29 Jan 2013 15:45:11 +1300
python-magcode-core (1.2.0-4) unstable; urgency=low
* Properly fix debian/copyright file for syntax...
-- Matthew Grant <matthew.grant@net24.co.nz> Mon, 14 Jan 2013 14:10:44 +1300
python-magcode-core (1.2.0-3) unstable; urgency=low
* Last go at fixing copyright file
-- Matthew Grant <matthew.grant@net24.co.nz> Mon, 14 Jan 2013 14:08:25 +1300
python-magcode-core (1.2.0-2) unstable; urgency=low
* Update package copyright notice for license etc.
-- Matthew Grant <matthew.grant@net24.co.nz> Mon, 14 Jan 2013 13:54:41 +1300
python-magcode-core (1.2.0-1) unstable; urgency=low
* Rename python module to extricate 'net24' towards public release
* Change dopyright notices and license under LGPL v3 or latter.
* Update version number
* Renaming net24 -> magcode 1
* N24 -> MAG
* Change rest of copyright notices
* Net24 -> MagCode
* Fix some stragglers
* Update version number
* Fix up copyright notices correctly.
* Rename config file correctly
-- Matthew Grant <matthew.grant@net24.co.nz> Mon, 14 Jan 2013 13:39:12 +1300
python-net24-core (1.1.1-3) unstable; urgency=low
* Fix syntax error in postinst
-- Matthew Grant <matthew.grant@net24.co.nz> Wed, 19 Dec 2012 12:35:46 +1300
python-net24-core (1.1.1-2) unstable; urgency=low
* Add postinst to create net24 module __init__.py
-- Matthew Grant <matthew.grant@net24.co.nz> Wed, 19 Dec 2012 12:31:25 +1300
python-net24-core (1.1.1-1) unstable; urgency=low
* Stop default importing of Event Queue classes.
-- Matthew Grant <matthew.grant@net24.co.nz> Wed, 19 Dec 2012 12:25:33 +1300
python-net24-core (1.1-1) unstable; urgency=low
* Start up logging fixes, settings preconvert/bools
* Correct state machine message - 'processed'
* Clean up envent queue fkey columns.
-- Matthew Grant <matthew.grant@net24.co.nz> Fri, 07 Dec 2012 17:43:57 +1300
python-net24-core (1.0.1-1) unstable; urgency=low
* Build tweaks to fix mistakos.
* Fix some more package problems
* Add missing PYTHON3 to debian/rules.
* Write debian/install ito fix empty package - Duh!
* Turn on Verbose build debug
* Finally fix all linitian warnings, and build probs
* Add /etc/net24/net24.conf, no permissions or ownership.
* Add missing setting admin_group_list
* Fix net24.conf install name and permissions.
* Set up db_host to use posgresql domain sockets.
* Added to_engine() and to_engine_brief() to Event.
* Fix Mia Typo ...
* Fixes for Event to_engine and to_engine_brief.
* On DB connect in zone_tool use log_critical()
* Fix LESS_SECURE duplication from cut/paste typo
* Update gpb.conf to always run editor
-- Matthew Grant <matthew.grant@net24.co.nz> Mon, 15 Oct 2012 17:19:34 +1300
python-net24-core (1.0-1) unstable; urgency=low
* Initial Release.
-- Matthew Grant <matthew.grant@net24.co.nz> Fri, 08 Jun 2012 18:25:57 +1200
|