Bug#1081504: pymongo: Ensure python dist-info data is installed in binary package

2024-09-12 Thread James Page
Package: pymongo Version: 4.7.3-2 Severity: normal Tags: patch X-Debbugs-Cc: james.p...@ubuntu.com User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oracular ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/python3-pymongo.install:

Bug#1081276: sqlalchemy: Align autopkgtest test exclusion list with package build tests

2024-09-10 Thread James Page
Package: sqlalchemy Version: 2.0.32+ds1-1 Severity: normal Tags: patch X-Debbugs-Cc: james.p...@ubuntu.com User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oracular ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/tests/unittest:

Bug#1073445:

2024-09-09 Thread James Page
The test failures with this symptom: ResourceWarning: Unclosed are related to the anyio bump to 4.4.0 - see: https://github.com/encode/starlette/discussions/2603 no fix committed upstream yet.

Bug#1078043: python-jsonschema-specifications: Drop build time dependencies from runtime depends.

2024-08-06 Thread James Page
Package: python-jsonschema-specifications Version: 2023.12.1-1 Severity: normal Tags: patch X-Debbugs-Cc: james.p...@ubuntu.com User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oracular ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following:

Bug#1076545: websockify: Make optional token plugins actually optional

2024-07-18 Thread James Page
ate setuptools configuration to this effect. +Author: James Page +Forwarded: https://github.com/novnc/websockify/pull/582 + +--- a/setup.py b/setup.py +@@ -31,9 +31,11 @@ + include_package_data=True, + install_requires=[ + 'numpy', 'reques

Bug#1070785: libsnappy-dev: Ambiguity in Compress method signatures causes FTBFS in ceph

2024-05-09 Thread James Page
Package: libsnappy-dev Version: 1.2.0-2 Severity: important Tags: ftbfs X-Debbugs-Cc: james.p...@ubuntu.com Dear Maintainer, The patch added to restore older API signatures to resolve Bug 1070217 creates ambiguity in the method signatures resulting in FTBFS in at least the ceph package: In file

Bug#883004: dh-python: pybuild autotest support for stestr, testrepository and ostestr

2024-03-12 Thread James Page
Afternoon I had reason to come back to looking at this recently; I've reworked the patch to just support stestr as the test execution system (the other two seem much less common/unused directly now). I tested this with the python-oslo.config package - albeit I did have to strip down the rules fil

Bug#1040102: pyinotify: deprecation of Python libraries asyncore and asynchat

2024-01-18 Thread James Page
Package: pyinotify Followup-For: Bug #1040102 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu noble ubuntu-patch X-Debbugs-Cc: james.p...@ubuntu.com Control: tags -1 patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/control: Add pyasynco

Bug#1000525: python-autopage: Unit test suite enabled for package build

2021-11-24 Thread James Page
Package: python-autopage Version: Unit test suite enabled for package build Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu jammy ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Enable unit testing as

Bug#979503: python-django-compressor: Make dependency on calmjs optional at runtime

2021-01-07 Thread James Page
Package: python-django-compressor Version: 2.4-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu hirsute ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/control: Drop runtime dependency on python-cal

Bug#946460: tcmu: Fix for 32 bit builds

2019-12-09 Thread James Page
hitectures. +Author: James Page +Forwarded: https://github.com/open-iscsi/tcmu-runner/pull/603 + +diff --git a/tcmur_cmd_handler.c b/tcmur_cmd_handler.c +index 132c668..a68e367 100644 +--- a/tcmur_cmd_handler.c b/tcmur_cmd_handler.c +@@ -725,7 +725,7 @@ static int handle_writesame(struct tcmu_d

Bug#945777: ceph-iscsi: Test enablement, misc tidy actions

2019-11-28 Thread James Page
Package: ceph-iscsi Version: 3.3-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Ensure tests run as part of package build: - d/control: Add

Bug#884181: autodep8: Fix autopkgtest-pkg-python module import test for python{3}-oslo.*

2019-06-21 Thread James Page
Hi Paul On Fri, Apr 20, 2018 at 8:02 PM Paul Gevers wrote: > Hi James, > > Sorry it took so long to respond. > Well it took me longer... > On Tue, 12 Dec 2017 12:22:38 + James Page > wrote: > > I've attached a patch that automatically remaps oslo.

Bug#930811: experimental: Update autopackagetests to drop support for Python 2

2019-06-20 Thread James Page
Package: python-dogpile.cache Version: 0.7.1-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu eoan ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/tests/import,control: Drop Python 2 test as package

Bug#918535: smartmontools: New upstream release (7.0)

2019-01-07 Thread James Page
Package: smartmontools Version: 6.6-1 Severity: wishlist Dear Maintainer, smartmontools upstream just did a 7.0 release that includes JSON output support which is needed for the disk health metrics scraping and failure prediction support currently in development for Ceph. It would be great if th

Bug#913909: [Ceph-maintainers] Bug#913909: Bug#913909: ceph: FTBFS on i386 and mipsel (regression)

2018-11-19 Thread James Page
Hi Gaudenz On Mon, 19 Nov 2018 at 07:51 Gaudenz Steinlin wrote: [...] > I did the same and the build hanged as well. Retrying the hanging > call with all the -O2 arguments removed succeeds. So this seems to > be a bug in GCC with optimizations. I'm unsure on how to proceeed > from here. It's qui

Bug#906166: flask-restful: Fix failing test test_fr_405 (cherry pick from upstream)

2018-08-15 Thread James Page
Package: flask-restful Version: 0.3.6-6 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu cosmic ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Enable unit test execution: - d/rules: Remove override

Bug#903031: python-kafka: Misc fixes for Python 3.7 compatibility

2018-07-05 Thread James Page
Package: python-kafka Version: 1.3.3-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu cosmic ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/p/py37-compat.patch: Python 3.7 compatibility fixes. The

Bug#903030: python-dogpile.cache: Misc fixes for Py 3.7 compatibility

2018-07-05 Thread James Page
Package: python-dogpile.cache Version: 0.6.2-5 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu cosmic ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/p/py37-compat.patch: Compat fixes for Python 3.7

Bug#901772: python-eventlet: Cherry pick of fix for recursion issue with ssl module under Python 3.6

2018-06-18 Thread James Page
Package: python-eventlet Version: 0.20.0-4 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu cosmic ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/p/py36-ssl-compat.patch: Cherry pick fix for recursio

Bug#890499: python-weakrefmethod: Use setup.py test to execute unit tests

2018-02-15 Thread James Page
Package: python-weakrefmethod Version: 1.0.3-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu bionic ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/rules: Use setup.py test to run unit tests. The

Bug#884181: autodep8: Fix autopkgtest-pkg-python module import test for python{3}-oslo.*

2017-12-12 Thread James Page
Package: autodep8 Version: 0.9 Severity: normal Dear Maintainer, The Oslo python modules from the OpenStack project are all names oslo.{X}, but the internal module naming is oslo_{X}. As a result the standard autopkgtest-pkg-python module import test fails (as it generates oslo.{X} as the modu

Bug#884178: base-passwd: uid/gid reservations for OpenStack users/groups (nova,glance,cinder)

2017-12-12 Thread James Page
Package: base-passwd Version: 3.5.44 Severity: normal Dear Maintainer, A number of OpenStack storage integration's rely on shared file systems (GPFS being my case in point at the moment). As a result any inconsistency between deployed machines in the uid/gid allocation of the nova, glance and ci

Bug#883004: dh-python: pybuild autotest support for stestr, testrepository and ostestr

2017-11-28 Thread James Page
Package: dh-python Version: 2.20170125 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu bionic ubuntu-patch Dear Maintainer, The attached patch adds support to pybuild for the following unit testing tools: - stestr - testrepository - ostestr these a

Bug#881989: python-eventlet: Missing dependency on enum-compat (which is a shim to enum34)

2017-11-17 Thread James Page
-11-16 10:54:23.0 + @@ -0,0 +1,14 @@ +Description: Drop requirement on enum-compat in favour of enum34 +Author: James Page +Forwarded: not-needed + +--- a/setup.py b/setup.py +@@ -13,7 +13,6 @@ setup( + url='http://eventlet.net', + packages=find_packages(exclude=['

Bug#881833: python-jsonschema: Fix internal versioning of module @2.6.0

2017-11-15 Thread James Page
Package: python-jsonschema Version: 2.6.0-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu bionic ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/p/fixup-version.patch: Set version to 2.6.0. Looks

Bug#881702: python-subunit2sql: Missing BD on testresources

2017-11-14 Thread James Page
Package: python-subunit2sql Version: 1.8.0-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu bionic ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/control: Add missing BD on python{3}-testresources.

Bug#879672: ieee-data: Misc fixes update-ieee-data

2017-10-24 Thread James Page
Package: ieee-data Version: 20160613.1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch will probably be applied once Ubuntu development re-opens: * Misc fixes to update-ieee-data (LP: #1694922

Bug#879615: python-netaddr: netaddr should use symlink in /var/lib instead of /usr/share

2017-10-23 Thread James Page
Package: python-netaddr Version: 0.7.18-2 Severity: wishlist User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu artful Dear Maintainer, This seems like a nice feature to have in python-netaddr, however it probably needs some careful consideration to have netaddr optionally load an index

Bug#791445: Downgrading severity

2016-10-28 Thread James Page
I'm going to downgrade the severity of this bug to wishlist for the following reasons: 1) upstream ceph test with specific jerasure versions, stepping outside of this will potentially cause issues and increase the maintenance burden on an under-resourced team. 2) ceph builds multiple versions of

Bug#837100: [PKG-Openstack-devel] Bug#837100: Bug#837100: Bug#837100: python-hacking dependency versions are pinned by upstream, package doesn't work with Debian ones

2016-09-09 Thread James Page
On Fri, 9 Sep 2016 at 14:33 Thomas Goirand wrote: > On 09/09/2016 12:38 AM, Víctor Cuadrado Juan wrote: > > On Thu, 8 Sep 2016 23:35:27 +0200 Thomas Goirand > wrote: > >> According to James Page, we should look into the Ubuntu package of > >> hacking and get p

Bug#836509: [PKG-Openstack-devel] Bug#836509: glance: FTBFS in testing (failing tests)

2016-09-06 Thread James Page
On Tue, 6 Sep 2016 at 13:57 Santiago Vila wrote: > > FYI, according to James Page, this was due to #836179. > > That's a way to see it, but if you mean this package needs to be built > with pyopenssl >= 16.1.0 because otherwise the build fails, that's > precis

Bug#836268: ITP: python-cursive -- OpenStack specific validation of digital signatures

2016-09-01 Thread James Page
Package: wnpp Severity: wishlist Owner: James Page * Package name: python-cursive Version : 0.1.1 * URL : https://github.com/openstack/cursive * License : Apache 2.0 Programming Lang: Python Description : OpenStack specific validation of digital

Bug#836179: pyopenssl: 16.0.0 incompatible with python-cryptography 1.5

2016-08-31 Thread James Page
Source: pyopenssl Version: 16.0.0 Severity: normal Dear Maintainer, python-cryptography has updated to 1.5 in unstable; 16.0.0 of pyopenssl fails an increased number of unit tests with this new release of cryptography. As the unit test failures don't cause a package build failure, this is not au

Bug#833765: ITP: networking-ovn -- OpenStack virtual network service - OVN mechanism driver

2016-08-08 Thread James Page
Package: wnpp Severity: wishlist Owner: James Page * Package name: networking-ovn Version : 1.0.0~ * URL : https://github.com/openstack/networking-ovn * License : Apache 2.0 Programming Lang: Python Description : OpenStack virtual network service - OVN

Bug#833736: ITP: neutron-taas -- OpenStack virtual network service - Tap-as-a-Service extension

2016-08-08 Thread James Page
Package: wnpp Severity: wishlist Owner: James Page * Package name: neutron-taas * URL : https://github.com/openstack/tap-as-a-service * License : Apache 2.0 Programming Lang: Python Description : OpenStack virtual network service - Tap-as-a-Service extension Tap

Bug#833729: ITP: networking-sfc -- Service Function Chaining extension for OpenStack Neutron

2016-08-08 Thread James Page
Package: wnpp Severity: wishlist Owner: James Page * Package name: networking-sfc Version : 1.0.0 * URL : http://github.com/openstack/networking-sfc * License : Apache 2.0 Programming Lang: Python Description : Service Function Chaining extension for

Bug#825863: percona-xtradb-cluster-galera-2.x: should it be removed from Debian?

2016-05-31 Thread James Page
On Mon, 30 May 2016 at 22:36 Mattia Rizzolo wrote: > I think RM of this package should be seriously considered: > > * NPOASR > * FTBFS > * RC-buggy with no answers in 6 months > * 2 NMUs > * should be superseded by -3.x > * very low popcon > > RM; percona-xtradb-cluster-galera-2.x -- RoQA; NPOASR

Bug#824559: ITP: python-monascaclient -- Python bindings for the Monasca API

2016-05-17 Thread James Page
Package: wnpp Severity: wishlist Owner: James Page * Package name: python-monascaclient Version : 1.0.30 * URL : https://github.com/openstack/python-monascaclient * License : Apache 2.0 Programming Lang: Python Description : Python bindings for the

Bug#810702: Generate initiator name on install, not first boot

2016-01-18 Thread James Page
Hi Folks On Mon, Jan 18, 2016 at 9:09 AM, Ritesh Raj Sarraf wrote: > On Mon, 2016-01-18 at 09:52 +0100, Martin Pitt wrote: > > I'm afraid I really don't know much about open-iscsi and the details > > why this patch was introduced. James, would be great if you can > > provide some background. > >

Bug#811158: RM: mysql-5.5 -- ROM; Superceeded by mysql-5.6 package

2016-01-16 Thread James Page
Package: ftp.debian.org Severity: normal The Debian MySQL team is now ready to switch the default MySQL from 5.5 to 5.6; The mysql-5.6 package will replace a number of unversioned binary packages from mysql-5.5. No explicit transition is required for reverse-dependencies.

Bug#809485: requests: Fixed dependency on urllib3 upstream version only

2015-12-31 Thread James Page
Hi Daniele On Thu, Dec 31, 2015 at 10:11 AM, Daniele Tricoli wrote: > Hello James, > thanks for this report! > > On Thursday, December 31, 2015 07:54:56 AM James Page wrote: > > In Ubuntu, the attached patch was applied to achieve the following: > > > > * d/cont

Bug#809485: requests: Fixed dependency on urllib3 upstream version only

2015-12-30 Thread James Page
Package: requests Version: 2.9.1-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu xenial ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/control: Tweak fixed dependency on urllib3 1.13.1 to accomoda

Bug#805479: ITP: networking-ovs-dpdk -- OpenStack virtual network service - Open vSwitch DPDK ML2 mechanism driver

2015-11-18 Thread James Page
Package: wnpp Severity: wishlist Owner: James Page * Package name: networking-ovs-dpdk Version : 2015.1.1 (+ snapshot for now) * URL : http://github.com/openstack/networking-ovs-dpdk * License : Apache 2.0 Programming Lang: Python Description : OpenStack

Bug#805369: ITP: vmware-nsx -- VMware NSX SDN plugin for OpenStack Neutron

2015-11-17 Thread James Page
Package: wnpp Severity: wishlist Owner: James Page * Package name: vmware-nsx Version : 1.0.0 * URL : http://github.com/openstack/vmware-nsx * License : Apache 2.0 Programming Lang: Python Description : VMware NSX SDN plugin for OpenStack Neutron VMware

Bug#805367: ITP: networking-l2gw -- Layer 2 network gateway extension for OpenStack Neutron

2015-11-17 Thread James Page
Package: wnpp Severity: wishlist Owner: James Page * Package name: networking-l2gw Version : 2015.1.1 (+ snapshot for now) * URL : http://github.com/openstack/networking-l2gw * License : Apache 2 Programming Lang: Python Description : Layer 2 network

Bug#804530: haproxy: Updated debdiff for stop action

2015-11-09 Thread James Page
Source: haproxy Version: 1.6.2-2 Followup-For: Bug #804530 Revise debdiff based on discussion; main work is from Louis Bouchard (see https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1481737). -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500

Bug#804530: [Pkg-haproxy-maintainers] Bug#804530: Bug#804530: haproxy: Ensure stop action works on pre-systemd versions of Debian (and Ubuntu)

2015-11-09 Thread James Page
On Mon, Nov 9, 2015 at 11:21 AM, James Page wrote: > On Mon, Nov 9, 2015 at 11:06 AM, Vincent Bernat wrote: > >> > Right - I see; I guess the benefit of using start-stop-daemon is that >> > it will only kill haproxy processes, whereas the kill loop is >> > i

Bug#804530: [Pkg-haproxy-maintainers] Bug#804530: Bug#804530: haproxy: Ensure stop action works on pre-systemd versions of Debian (and Ubuntu)

2015-11-09 Thread James Page
On Mon, Nov 9, 2015 at 11:06 AM, Vincent Bernat wrote: > > Right - I see; I guess the benefit of using start-stop-daemon is that > > it will only kill haproxy processes, whereas the kill loop is > > indiscriminate. > > Yes. This is error-prone (and I just noticed that I have the same > problem in

Bug#804530: [Pkg-haproxy-maintainers] Bug#804530: haproxy: Ensure stop action works on pre-systemd versions of Debian (and Ubuntu)

2015-11-09 Thread James Page
On Mon, Nov 9, 2015 at 10:50 AM, Vincent Bernat wrote: > > > > > I don't think this is compatible with multiple HAProxy processes > > (nbproc > 1). See how we do that when start-stop-daemon doesn't > > support --pid: > > > > > > Hmm - so start-stop-daemon will generate multiple pids in

Bug#804530: [Pkg-haproxy-maintainers] Bug#804530: haproxy: Ensure stop action works on pre-systemd versions of Debian (and Ubuntu)

2015-11-09 Thread James Page
Hi Vincent On Mon, Nov 9, 2015 at 10:32 AM, Vincent Bernat wrote: > ❦ 9 novembre 2015 09:47 GMT, James Page : > > > In Ubuntu, the attached patch was applied to achieve the following: > > > > [ Jorge Niedbalski ] > > * debian/haproxy.init: > >

Bug#804530: haproxy: Ensure stop action works on pre-systemd versions of Debian (and Ubuntu)

2015-11-09 Thread James Page
Package: haproxy Version: 1.6.2-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu xenial ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: [ Jorge Niedbalski ] * debian/haproxy.init: + Pass the pidfi

Bug#802460: golang-text: Enable test suite execution during package build

2015-10-20 Thread James Page
Package: golang-text Version: 0.0~git20130502-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Re-enable test suite execution during package build.

Bug#802459: golang-pretty: Enable test suite execution during package build

2015-10-20 Thread James Page
Package: golang-pretty Version: 0.0~git20130613-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Re-enable test execution during package build. Th

Bug#792284: RM: percona-xtradb-cluster-5.5 -- ROM; out of date and has known security vulnerabilities

2015-07-13 Thread James Page
Package: ftp.debian.org Severity: normal percona-xtradb-cluster-5.5 was dropped from testing prior to the last stable release of Debian; upstream Percona may decide to take over ownership of newer versions of these packages as part of the Debian MySQL team, but that's not happening in the short

Bug#791445: [Ceph-maintainers] Bug#791445: : Bug#791445: ceph: uses bundled "libjerasure" library again

2015-07-10 Thread James Page
n RC bug against Ceph being fundamentally broken in this area if this where the case. Switch to libjerasure/gf-complete? - yes - when? when its possible todo the correct runtime determination of CPU features in these codebases, and we're able to make Ceph build and use this effectively. S

Bug#791930: python-taskflow: Resync with Ubuntu

2015-07-09 Thread James Page
Package: python-taskflow Version: 0.7.1-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Resync with Debian unstable, remaining changes: - d/co

Bug#791693: [debian-mysql] Bug#791693: percona-xtradb-cluster-common-5.5: uninstallable in sid

2015-07-08 Thread James Page
installed E: Unable to correct problems, you have > held broken packages. As pxc-5.5 has not been updated for the new mysql-common arrangements, and I don't think Percona are interested in maintaining this package in Debian, we should request removal of pxc-5.5 and its associated galera packag

Bug#791445: [Ceph-maintainers] Bug#791445: Bug#791445: Bug#791445: ceph: uses bundled "libjerasure" library again

2015-07-08 Thread James Page
>> Ceph version, various integration tests run to verify encoding >>> / decoding, > Those check are part of post-build tests, right? > > While I was maintaining Ceph I've made changes to run unit tests > but James reverted it as well. :( Not sure I can take credit

Bug#791804: python-logutils: Ensure that any unit test failures fail the package build

2015-07-08 Thread James Page
Package: python-logutils Version: 0.3.3-4 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: - d/p/test-failures-fatal.patch: Make unit test failures fat

Bug#791445: [Ceph-maintainers] Bug#791445: Bug#791445: Bug#791445: Bug#791445: ceph: uses bundled "libjerasure" library again

2015-07-07 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/07/15 18:23, James Page wrote: >> The ceph Debian package git repository only contains very little >>> reasoning about the change. James can you please expand on this >>> a bit? In general I would prefer to have change

Bug#791445: [Ceph-maintainers] Bug#791445: Bug#791445: Bug#791445: ceph: uses bundled "libjerasure" library again

2015-07-06 Thread James Page
either uses a > standalone jerausre for all builds or which introduces a configure > flag to do so? I would prefer to see this approach taken; I hope upstream would be supportive. - -- James Page Ubuntu and Debian Developer james.p...@ubu

Bug#788451: python-pyeclib: Patch to set version correctly

2015-06-24 Thread James Page
thon-pyeclib-1.0.7m/debian/patches/fixup-version.patch --- python-pyeclib-1.0.7m/debian/patches/fixup-version.patch 1970-01-01 01:00:00.0 +0100 +++ python-pyeclib-1.0.7m/debian/patches/fixup-version.patch 2015-06-24 09:43:06.0 +0100 @@ -0,0 +1,15 @@ +Description: Fixup versioning of

Bug#789613: ITP: python-os-testr -- Utility wrappers for testrepository for OpenStack projects

2015-06-22 Thread James Page
Package: wnpp Severity: wishlist Owner: James Page * Package name: python-os-testr Version : 0.1.0 * URL : http://github.com/openstack/os-testr * License : Apache-2 Programming Lang: Python Description : Utility wrappers for testrepository for OpenStack

Bug#789601: ITP: python-os-brick -- Library for managing local volume attaches

2015-06-22 Thread James Page
Package: wnpp Severity: wishlist Owner: James Page * Package name: python-os-brick Version : 0.2.0 * URL : http://github.com/openstack/os-brick * License : Apache-2 Programming Lang: Python Description : Library for managing local volume attaches

Bug#777248: python-testtools: Update from Ubuntu including version bump to 1.4.0

2015-06-19 Thread James Page
Package: python-testtools Version: 0.9.39-1 Followup-For: Bug #777248 Dear Maintainer, In Ubuntu, we've applied the following changes to this package: * New upstream release (1.4.0): - d/control: Add BD on python{3}-unittest2 >= 0.8.0. - d/control: Add BD on python3-extras. * Update

Bug#777645: unittest2: Updates from Ubuntu include Python 3 support

2015-06-19 Thread James Page
um python versions that include + argparse; drop this from REQUIRES as its breaks the py3 unit tests +Author: James Page +Forwarded: not-needed + +--- a/setup.py b/setup.py +@@ -57,7 +57,7 @@ KEYWORDS = "unittest testing tests".spli + # Both install and setup requires - because we

Bug#788461: python-zaqarclient: FTBFS if openstack-pkg-tools is not installed

2015-06-11 Thread James Page
Package: python-zaqarclient Version: 0.1.0-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Fix FTBFS due to missing dependency on openstack-pkg-to

Bug#788233: lintian: Requirements version mismatches with archive python module versions

2015-06-09 Thread James Page
Package: lintian Version: 2.5.30+deb8u3ubuntu2 Severity: normal Dear Maintainer, Python modules often declare version requirements for dependencies, either in setup.py/cfg or requirements.txt (see most of the OpenStack python packages for examples). A check (probably informational) that valida

Bug#732684: ITP: golang-mgo -- Go library for MongoDB

2015-04-27 Thread James Page
to get in the way! Cheers James - -- James Page Ubuntu and Debian Developer james.p...@ubuntu.com jamesp...@debian.org -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCAAGBQJVPRQSAAoJEL/srsug59jDrGIQAKU9B2t0rR4hXeKbOZwMTSMp xLIPxHU7Px43jWUycVOhhgdhWaKdC4p0heAj/Svh9NAHCkX

Bug#774631: xmlsec1: Updated debdiff including test suite failure detection.

2015-03-30 Thread James Page
crypto libraries + in xmlsec1 apps - we disable this in the build, so only test + with the default openssl lib. +Author: James Page +Forwarded: not-needed + +--- a/tests/testDSig.sh b/tests/testDSig.sh +@@ -788,6 +788,8 @@ execDSigTest $

Bug#775881: [debian-mysql] Bug#775881: mysql-5.5: Multiple security fixes from January 2015 CPU

2015-02-06 Thread James Page
I did but instantly got blocked by an expired certificate in the test suite; I think Akhil has pushed fixes + .42 point release to git but I've been away/travelling for the past week so have not had time to review/upload - I'll look when I get back on Mondau. Apologies for the lag - -- J

Bug#775881: [debian-mysql] Bug#775881: mysql-5.5: Multiple security fixes from January 2015 CPU

2015-01-22 Thread James Page
or unstable; should fine time to build and test in the next day or so. Thanks for doing the wheezy update. Cheers James - -- James Page Ubuntu and Debian Developer james.p...@ubuntu.com jamesp...@debian.org -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCAAGBQJUwP+6A

Bug#774631: xmlsec1: Enable test suite execution during package build

2015-01-05 Thread James Page
Package: xmlsec1 Version: 1.2.20-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu vivid ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/rules: Enable test suite execution during package build. Than

Bug#771933: python-sysv-ipc: Add build-dep on dh-python

2014-12-03 Thread James Page
Package: python-sysv-ipc Version: 0.6.8-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu vivid ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/control: Add BD on dh-python, as per recommended best p

Bug#769337: [debian-mysql] Bug#769337: mysql-5.5: version in jessie/sid lower than in wheezy-security

2014-11-24 Thread James Page
sion with > security bugs. > > Therefore, please upload mysql version 5.5.40 to unstable. Onto this for this week; apologies for the lag - -- James Page Ubuntu and Debian Developer james.p...@ubuntu.com jamesp...@debian.org -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEB

Bug#761634: python-oslo.serialization: FTBFS within built-in datetime module

2014-09-15 Thread James Page
,0 +1,19 @@ +Description: Deal with built-in datetime + Some python distributions (>= Ubuntu 14.10) return (built-in) for + the datetime module - support this as an acceptable result. +Author: James Page +Forwarded: https://review.openstack.org/121476 +Bug: https://bugs.launchpad.net/oslo.ser

Bug#757644: also impacts OpenStack

2014-09-05 Thread James Page
no testing - thankyou!). - -- James Page Ubuntu and Debian Developer james.p...@ubuntu.com jamesp...@debian.org -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCAAGBQJUCZFqAAoJEL/srsug59jDrjwP/3kAwlpOtzZJQ5cv63hshvr8 Zzq21TeCuxYLZAPh0yh1sQpS8NdoY79IYtWY0T5jdmuvOAsKw4SBIP1UOwFnQrI3 Ct7xe

Bug#748490: Mongodb 2.6 upgrade

2014-06-13 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Laszlo How about uploading 2.6.1 to experimental so the proposed upgrade can get some general testing via that route prior to bumping the version in unstable->testing? - -- James Page Ubuntu and Debian Developer james.p...@ubuntu.com jam

Bug#748684: python-django-openstack-auth: Drop python-hacking from package build dependencies.

2014-05-19 Thread James Page
Package: python-django-openstack-auth Version: 1.1.5-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic ubuntu-patch Hi Thomas, In Ubuntu, the attached patch was applied to achieve the following: * d/control: Drop python-hacking from BD's; its not

Bug#741539: python-seamicroclient: FTBFS in clean schroot

2014-03-13 Thread James Page
Package: python-seamicroclient Version: 0.1.0-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/control: Add missing BD on openstack-pkg-tools (

Bug#739708: [debian-mysql] Bug#739708: mysql-server-5.5: Broken /etc/init.d/mysql conffile handling

2014-03-10 Thread James Page
ure_msg "Please take a look at the syslog" @@ > -186,4 +186,3 @@ ;; esac > > -exit 0 > > The /var/log/dpkg.log file shows this upgrade transition. This would indeed indicate that the exit 0 is a local change; it's not present in the -1 release. I don't think the co

Bug#739846: [debian-mysql] Bug#739846: invoke-rc.d: initscript mysql, action "start" failed.

2014-03-10 Thread James Page
# 14s was > reported in #736452 to be too few with large installs +for > i in $(seq 1 30); do sleep 1 if mysqld_status check_alive nowarn ; > then break; fi log_progress_msg "." Ack - will fixup. - -- James Page Ubuntu and Debian Developer james.p...@ubuntu.com

Bug#738853: ML check

2014-03-08 Thread James Page
This bug should now be resolved; mailing from unregistered address to check. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734241: Ceph maintenance sloppy

2014-03-08 Thread James Page
e not looked at systemd support just yet - I'll probably work directly with upsteam as this is where the init and upstart configuration come from. Cheers James - -- James Page Ubuntu and Debian Developer james.p...@ubuntu.com jamesp...@debian.org -BEGIN PGP SIGNATURE- Versio

Bug#734241: init/upstart script problems

2014-03-04 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Apologies Looks like bug mail is just not getting through to the maintainer ML. I'll look to fix this for the next upload I do for the firefly release. Cheers James - -- James Page Ubuntu and Debian Developer james.p...@ubuntu.com j

Bug#739841: [debian-mysql] Bug#739841: mariadb-*-5.5: file conflicts with mysql-*-5.6

2014-02-24 Thread James Page
re > is a major upstream version bump. Yes - and this is something we have discussed quite a bit; but I think we need to expand the use of virtual-* package a bit more than we have already. - -- James Page Ubuntu and Debian Developer james.p...@ubuntu.com jamesp...@debian.org -BEGIN P

Bug#734880: ITP: percona-xtradb-cluster-5.5 -- Synchronously replicated, highly available MySQL

2014-02-10 Thread James Page
ates for Percona six times a > year, which totally sucks as database are notoriously ugly to > test. > > Are you reliably commiting to prepare tested security updates for > oldstable and stable througout the entire life cycle of Jessie? Yes - this is an important feature and

Bug#737985: golang-go.tools: VCS test fail in offline build environments

2014-02-07 Thread James Page
access to online resources; skip + these as this does not work in offline build environments. +Author: James Page +Forwarded: no + +--- a/go/vcs/vcs_test.go b/go/vcs/vcs_test.go +@@ -43,6 +43,7 @@ func TestRepoRootForImportPath(t *testin + + for _, test := range tests { + got, err :

Bug#735201: billiard: Fixup test suite execution to actually execute during package build

2014-01-13 Thread James Page
Package: billiard Version: 3.3.0.13-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/rules: Fixup test execution to actually execute tests base

Bug#734880: ITP: percona-xtradb-cluster-5.5 -- Synchronously replicated, highly available MySQL

2014-01-13 Thread James Page
ature sets. Percona closely track the upstream MySQL codebase and ship security/point releases fairly promptly after Oracle releases them. I hope that explains why I want to package PXC for Debian. - -- James Page Ubuntu and Debian Developer james.p...@ubuntu.com jamesp...@debian.org -BEGIN

Bug#734892: ITP: percona-xtradb-cluster-galera-2.x -- Synchronous multi-master replication plugin for transactional applications

2014-01-10 Thread James Page
Package: wnpp Severity: wishlist Owner: James Page * Package name: percona-xtradb-cluster-galera-2.x Version : 2.x branch * URL : http://launchpad.net/galera * License : GPL-3 Programming Lang: C, C++ Description : Synchronous multi-master replication

Bug#734880: ITP: percona-xtradb-cluster-5.5 -- Synchronously replicated, highly available MySQL

2014-01-10 Thread James Page
Package: wnpp Severity: wishlist Owner: James Page * Package name: percona-xtradb-cluster-5.5 Version : 5.5.34-25.9 * URL : http://launchpad.net/percona-xtradb-cluster * License : GPL-2 + others Programming Lang: C, C++ Description : Synchronously

Bug#734357: golang: Use correct ELF header for armhf binaries

2014-01-10 Thread James Page
ail?id=7094 I would have raised the code review myself, but struggling to get my google login working from the command line with mercurial. Cheers James - -- James Page Ubuntu and Debian Developer james.p...@ubuntu.com jamesp...@debian.org -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.15 (GN

Bug#734608: html5lib: Add missing Build-Depends on python{3}-six

2014-01-08 Thread James Page
Package: html5lib Version: 0.999-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/control: Add missing BD on python{3}-six to fix tests. This

Bug#734366: ply: Test suite enablement/python >= 3.3 fixes

2014-01-06 Thread James Page
Package: ply Version: 3.4-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Enable test suite as part of package build: - d/rules: Execute lex

Bug#734357: golang: Use correct ELF header for armhf binaries

2014-01-06 Thread James Page
Package: golang Version: 2:1.2-2 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * 016-armhf-elf-header.patch: Use correct ELF header for armhf bi

Bug#733941: ITP: jenkins-constant-pool-scanner -- Simple utility to scan Java bytecode for class references in the constant pool

2014-01-02 Thread James Page
Package: wnpp Severity: wishlist Owner: James Page * Package name: jenkins-constant-pool-scanner Version : 1.2 * URL : http://github.com/jenkinsci/constant-pool-scanner * License : GPL-2 Programming Lang: Java Description : Utility for detecting class

Bug#732683: ITP: golang-gnuflag -- Go library for GNU-style flag syntax

2013-12-20 Thread James Page
Package: wnpp Severity: wishlist Owner: James Page * Package name: golang-gnuflag Version : 0.1~ * URL : http://launchpad.net/gnuflag License:: BSD Programming Lang: Go Description : Go library for GNU-style flag syntax This package is a fork of the

Bug#732684: ITP: golang-mgo -- Go library for MongoDB

2013-12-20 Thread James Page
Package: wnpp Severity: wishlist Owner: James Page * Package name: golang-mgo Version : 0.1~ * URL : http://labix.org/mgo * License : BSD Programming Lang: Go Description : Go library for MongoDB mgo (pronounced as mango) is a MongoDB driver for the Go

  1   2   3   4   5   >