Debian Package Tracker
Register | Log in
Subscribe

londiste

Database replication for PostgreSQL based on PgQ

Choose email to subscribe with

general
  • source: londiste (main)
  • version: 3.4.1-2
  • maintainer: Debian PostgreSQL Maintainers (DMD)
  • uploaders: Christoph Berg [DMD]
  • arch: all
  • std-ver: 4.3.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • oldstable: 3.3.0-2
  • stable: 3.4.1-2
  • testing: 3.4.1-2
  • unstable: 3.4.1-2
versioned links
  • 3.3.0-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.4.1-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • python3-londiste
action needed
A new upstream version is available: 3.11 high
A new upstream version 3.11 is available, you should consider packaging it.
Created: 2020-10-23 Last update: 2022-08-18 03:41
52 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit 215cd99735a6000bd71c562461d5997c55f61f09
Author: Christoph Berg <christoph.berg@credativ.de>
Date:   Tue Aug 4 13:50:39 2020 +0200

    Update watch file to look at git tarballs only.

commit 52afed21e4dab854d024f7bf5bf229e63d4519b9
Merge: 6649ae4 155742c
Author: Christoph Berg <christoph.berg@credativ.de>
Date:   Tue Aug 4 13:25:49 2020 +0200

    Merge remote-tracking branch 'origin/debian' into debian

commit 6649ae48153bf1660dd937ad2d9a0ae20d9bf124
Author: Christoph Berg <christoph.berg@credativ.de>
Date:   Tue Aug 4 13:24:36 2020 +0200

    Add debian/gitlab-ci.yml.

commit c5af0f11d725ce958877f1b3ecbf0cb28b1cb2da
Author: Christoph Berg <christoph.berg@credativ.de>
Date:   Tue Aug 4 13:21:38 2020 +0200

    Remove X-Python3-Version field with old version.

commit 280fc74c412251b3e993265d40c32b2ec77d4774
Author: Christoph Berg <christoph.berg@credativ.de>
Date:   Tue Aug 4 13:20:38 2020 +0200

    Remove londiste.egg-info/ on clean

commit 9606fa281d8324e7800120f99e9a36ba331a3995
Author: Christoph Berg <christoph.berg@credativ.de>
Date:   Tue Aug 4 13:19:41 2020 +0200

    DH 13.

commit fce7192563add1c0a58aab402bd4e45137c864f4
Author: Christoph Berg <christoph.berg@credativ.de>
Date:   Tue Aug 4 13:19:16 2020 +0200

    Depend on python3-yaml.

commit 197a6e74e9a2b60d3e1cb8b74c5115da4f1442dd
Merge: ebc5b42 858b189
Author: Christoph Berg <christoph.berg@credativ.de>
Date:   Tue Aug 4 13:17:24 2020 +0200

    Merge tag 'v3.4.1' into debian

commit 858b189731410d6b5e7629a37a96292ea362cfb8
Author: Marko Kreen <markokr@gmail.com>
Date:   Fri Jul 3 15:13:52 2020 +0300

    v3.4.1

commit 61bbcb52de6335b6d5736c3046037c7f4fa6bbbc
Author: Marko Kreen <markokr@gmail.com>
Date:   Fri Jul 3 15:12:49 2020 +0300

    mk: add eof

commit f031a37ad54d7aa33db4895556e308a4e3a9db25
Author: Marko Kreen <markokr@gmail.com>
Date:   Fri Jul 3 15:11:16 2020 +0300

    pip: due to psycopg2/psycopg2-binary duality, drop direct dep

commit bc867abbadc35d63932feced1d9ed0894aa2343b
Author: Marko Kreen <markokr@gmail.com>
Date:   Fri Jul 3 15:10:41 2020 +0300

    deb: drop py2 overrides

commit 5c70c8324637fdf1def53b9b6aaa18d1929d843c
Merge: b6c9436 e6ebdef
Author: Asko Oja <asko.oja@veriff.net>
Date:   Mon Nov 25 13:45:43 2019 +0200

    Merge branch 'master' of github.com:pgq/londiste

commit b6c9436168ff9d27a96e87cb264fbeec12208d34
Author: Asko Oja <asko.oja@veriff.net>
Date:   Mon Nov 25 13:44:19 2019 +0200

    improvements for better usage with inheritance

commit e6ebdef47a101c1c987590c22eba3004643519d7
Author: Marko Kreen <markokr@gmail.com>
Date:   Thu Nov 21 19:00:05 2019 +0200

    Clean setup

commit 4949a8429474ce080789fa00652d2b4155de3125
Author: Marko Kreen <markokr@gmail.com>
Date:   Thu Nov 21 18:59:57 2019 +0200

    Missing files

commit fe8f0e8214364855f72f6d0bf92ed4dbe82772a4
Author: Marko Kreen <markokr@gmail.com>
Date:   Thu Nov 21 18:59:24 2019 +0200

    Add release aliases

commit 237dd2337b2e387ef7a1413d4f362d8a5cdff769
Author: Marko Kreen <markokr@gmail.com>
Date:   Thu Nov 21 18:59:09 2019 +0200

    Add pyyaml to tox

commit b8afb106b8ec5563d520b1e2849a252e13a8184e
Author: Asko Oja <asko.oja@veriff.net>
Date:   Thu Nov 21 09:14:05 2019 +0200

    bool support in obfuscate
    
    when obfuscate type is set to bool then target fiedls should be boolean
    and it's value is:
    null - source field is null
    false - source field is falsy
    true - - source field non falsy value

commit d08c1f4e19204739a022033e679f32e27575c328
Author: Asko Oja <asko.oja@veriff.net>
Date:   Sun Oct 13 08:28:22 2019 +0300

    --names-only option added for tables command
    
    to make it usable for scripting

commit a4f9fcddc0897494899e333c27e7d2fcacaf5754
Author: Asko Oja <asko.oja@veriff.net>
Date:   Wed Aug 21 14:08:32 2019 +0300

    support in obfuscate for row level maps

commit ee1ccf5f5c9dc74f00663a4827c82c81f66f44a7
Merge: 0a70b28 2a6fcb5
Author: Asko Oja <asko.oja@veriff.net>
Date:   Fri Aug 16 14:13:41 2019 +0300

    Merge branch 'master' of github.com:pgq/londiste

commit 0a70b288f22d2ffbb780b8e5e7dbfd311a02bd94
Author: Asko Oja <asko.oja@veriff.net>
Date:   Fri Aug 16 14:13:13 2019 +0300

    fix londiste remove table

commit 2a6fcb59ea9ebcdf9d6d010fc2b3a8754e3f0bbb
Author: Marko Kreen <markokr@gmail.com>
Date:   Mon Jul 15 14:03:00 2019 +0300

    Run handler setup during reload

commit 366e891bf8deaf05777be79f1c6c57426dbbe7fd
Author: Asko Oja <asko.oja@veriff.net>
Date:   Sat Jun 15 13:30:40 2019 +0300

    --repair-where allow repair to filter rows being compared

commit a18af310122c6dc78d9c8fe930295b89c49025c2
Author: Marko Kreen <markokr@gmail.com>
Date:   Thu Jun 13 11:52:21 2019 +0300

    Do not touch fkeys in leaf worker on combined-branch

commit 155742c0a028fabb94bcc90ed395e7abde6f0e5a
Author: Christoph Berg <myon@debian.org>
Date:   Fri Jun 7 20:03:32 2019 +0200

    Add debian/gitlab-ci.yml.

commit 43c958d1020a8e6f654941af3450bd3777034ad8
Author: Marko Kreen <markokr@gmail.com>
Date:   Thu Jun 6 18:05:30 2019 +0300

    Add option to londiste/cli too

commit c1b784550691f2a4842a46e9461a2ded7b2b657f
Author: Marko Kreen <markokr@gmail.com>
Date:   Thu Jun 6 17:58:12 2019 +0300

    repair: make sort buf configurable

commit 3a470b3ea60093a155fb90a10b85b87120fd03cd
Author: Marko Kreen <markokr@gmail.com>
Date:   Thu Jun 6 17:57:48 2019 +0300

    repair: fix stdout as string

commit c3c205ca134820e3b21e27efd094576cbf84ae45
Author: Marko Kreen <markokr@gmail.com>
Date:   Mon May 20 15:08:49 2019 +0300

    v3.4

commit a8b9782c18962a07972a91585067a730f40eb957
Author: Marko Kreen <markokr@gmail.com>
Date:   Mon May 20 15:06:13 2019 +0300

    Use session_replication_role wrapper

commit 8f5510b1373890074ff5ac2975e7ddee3c55e21e
Author: Marko Kreen <markokr@gmail.com>
Date:   Mon May 20 14:44:54 2019 +0300

    Sync tox

commit 98737345d5a0b13bbc502d9005de92a6dd9e69fb
Author: Marko Kreen <markokr@gmail.com>
Date:   Mon May 20 14:43:43 2019 +0300

    Switch to py3-only install, change config tag to [londiste]

commit 8986b09f777f653404a8d9c374bae264a767380b
Author: Marko Kreen <markokr@gmail.com>
Date:   Thu May 2 09:49:34 2019 +0300

    another

commit ab29b137d84c7d3f441f9b321095bd4e6b64cfff
Author: Marko Kreen <markokr@gmail.com>
Date:   Thu May 2 09:16:11 2019 +0300

    Remove last long struct

commit 2861d00be33ee3a71bc43d3dca22b241d08e041f
Author: Marko Kreen <markokr@gmail.com>
Date:   Wed May 1 09:48:38 2019 +0300

    obfuscate: simplify rules structure

commit 2974fd8f606e87fef7019a29761cd12454017a6e
Author: Marko Kreen <markokr@gmail.com>
Date:   Tue Apr 30 08:47:31 2019 +0300

    Disable noisy warning

commit 8598c1877dfa1ad399277ed8c909b2cdea50c833
Author: Marko Kreen <markokr@gmail.com>
Date:   Mon Apr 29 16:56:22 2019 +0300

    Fix avoid skip columns in copy

commit c2fbcca5dd8e5d706e8da3093137974171ebea65
Author: Marko Kreen <markokr@gmail.com>
Date:   Mon Apr 29 16:50:46 2019 +0300

    Now fix null

commit 1d475ece9aa3cb2c9a065973fe7eec3a22e1e125
Author: Marko Kreen <markokr@gmail.com>
Date:   Mon Apr 29 16:46:41 2019 +0300

    Fix

commit 6e73e7c07b9460ab788d511a7473e91de8942175
Author: Marko Kreen <markokr@gmail.com>
Date:   Mon Apr 29 16:39:42 2019 +0300

    Handle skip better

commit 323516fde79e8b18ced237a87cb0d5b98cab25de
Author: Marko Kreen <markokr@gmail.com>
Date:   Mon Apr 29 00:20:32 2019 +0300

    obfuscate: fix null handling

commit 3f7bb85f2a84d9b7640e297ebae2a4624c098e0c
Author: Marko Kreen <markokr@gmail.com>
Date:   Sun Apr 28 20:49:47 2019 +0300

    obfuscate: 32 and 128 bit hashing

commit 92defe0766cbeca6606205ff4753e619b677e5ea
Author: Marko Kreen <markokr@gmail.com>
Date:   Sun Apr 28 08:43:02 2019 +0300

    deb: add yaml dependency

commit efe58e00255b25e87b92f37256b0722923fc4b38
Author: Marko Kreen <markokr@gmail.com>
Date:   Sun Apr 28 08:41:27 2019 +0300

    Drop default handlers

commit 438bef69a469092ead5b643987a4aa870425f6bc
Merge: e6f85f8 fae03d8
Author: Asko Oja <asko.oja@veriff.net>
Date:   Sat Apr 27 16:57:21 2019 +0300

    Merge branch 'master' of https://github.com/pgq/londiste

commit e6f85f81fcb19497e5c1970fb4cf6f4ac91d0fd8
Author: Asko Oja <asko.oja@veriff.net>
Date:   Sat Apr 27 16:56:00 2019 +0300

    Kristjan wrote version 2 of the obfuscator

commit fae03d8dfefbd6a29bdc01ecfc8fabb99ad11eae
Author: Marko Kreen <markokr@gmail.com>
Date:   Tue Apr 23 13:40:33 2019 +0300

    Simplify handler arg mapping expression

commit 9bcee7c2affca4c7af0a802a77cb105b1eb0aec5
Author: Asko Oja <asko.oja@veriff.net>
Date:   Tue Apr 23 18:05:09 2019 +0300

    londiste obfuscator handler

commit 97def83227abc5c6a0326cd3fbcaec00150171c4
Author: Asko Oja <asko.oja@veriff.net>
Date:   Mon Mar 25 12:11:32 2019 +0200

    python3 iterator fix

commit 9c373c1445617876121de4d45764d47283be72ed
Author: Marko Kreen <markokr@gmail.com>
Date:   Thu Aug 2 16:46:24 2018 +0300

    Handle json data event type from json trigger
Created: 2019-06-07 Last update: 2022-08-14 22:08
lintian reports 1 warning normal
Lintian reports 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2020-07-29 Last update: 2021-11-05 04:33
RFH: The maintainer is looking for help with this package. normal
The current maintainer is looking for someone who can help with the maintenance of this package. If you are interested in this package, please consider helping out. One way you can help is offer to be a co-maintainer or triage bugs in the BTS. Please see bug number #992938 for more information.
Created: 2019-11-26 Last update: 2021-08-25 13:28
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.6.1 instead of 4.3.0).
Created: 2019-07-08 Last update: 2022-05-11 23:25
news
[rss feed]
  • [2020-08-09] londiste 3.4.1-2 MIGRATED to testing (Debian testing watch)
  • [2020-08-04] Accepted londiste 3.4.1-2 (source) into unstable (Christoph Berg)
  • [2020-08-04] Accepted londiste 3.4.1-1 (source) into unstable (Christoph Berg)
  • [2019-02-12] londiste 3.3.0-2 MIGRATED to testing (Debian testing watch)
  • [2019-02-07] Accepted londiste 3.3.0-2 (source) into unstable (Christoph Berg)
  • [2018-02-21] londiste 3.3.0-1 MIGRATED to testing (Debian testing watch)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian (0, 1)
  • buildd: logs, clang, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 3.4.1-2

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing