Re: updating mechanize - help concerning tests with pybuild

2019-09-01 Thread Norbert Preining
Dear Arnaud, thanks a lot for agreeing, and all your work on mechanize! All the best Norbert On Mon, 02 Sep 2019, Arnaud Fontaine wrote: > As I have no plan to work on it, I think it is better if someone else > maintains it, so please go ahead and thanks for taking over maintenance! --

Re: updating mechanize - help concerning tests with pybuild

2019-09-01 Thread Arnaud Fontaine
Hi, > The current maintainers/uploaders are > Maintainer: Debian/Ubuntu Zope Team > > Uploaders: Brian Sutherland , >Fabio Tranchitella , >Jérémy Bobbio , >Matthias Klose , >Arnaud Fontaine > (In CC, but Brian removed, he already declared he does

Re: updating mechanize - help concerning tests with pybuild

2019-09-01 Thread Norbert Preining
Hi all, On Sun, 01 Sep 2019, Norbert Preining wrote: > Done that now, and removed the last lintian warning. And now also - fixed building in clean chroot (missing build deps for tests and run) - install docs made via sphinx - updated copyright file to match what is advertised in the package

Re: updating mechanize - help concerning tests with pybuild

2019-09-01 Thread Norbert Preining
Dear Raphael, > Maybe you could have bumped debhelper to 12 and standards-version to 4.4.0 Done that now, and removed the last lintian warning. Uploading later today. All the best Norbert -- PREINING Norbert http://www.preining.info Accelia Inc. + IFMGA ProGuide

Re: updating mechanize - help concerning tests with pybuild

2019-09-01 Thread Raphael Hertzog
Hi, On Sun, 01 Sep 2019, Norbert Preining wrote: > At all: anything you want to see before I upload the new version? I checked the package quickly (without building it), it looks good. Maybe you could have bumped debhelper to 12 and standards-version to 4.4.0 but that's a minor detail. Thanks

Re: updating mechanize - help concerning tests with pybuild

2019-08-31 Thread Norbert Preining
Dear Matthias Thanks, I interpret this a go ahead with the adoption. Thanks for your and the teams work. At all: anything you want to see before I upload the new version? Best Norbert On September 1, 2019 9:43:33 AM GMT+09:00, Matthias Klose wrote: >On 01.09.19 01:59, Norbert Preining

Re: updating mechanize - help concerning tests with pybuild

2019-08-31 Thread Matthias Klose
On 01.09.19 01:59, Norbert Preining wrote: Hi Raphael, @Matthias, please read on. On Sat, 31 Aug 2019, Raphael Hertzog wrote: https://salsa.debian.org/python-team/modules/python-mechanize Thanks, that is perfect. I pushed my work there, changed control VCS, maintainer, and uploader. ATM I

Re: updating mechanize - help concerning tests with pybuild

2019-08-31 Thread Norbert Preining
Hi Raphael, @Matthias, please read on. On Sat, 31 Aug 2019, Raphael Hertzog wrote: > https://salsa.debian.org/python-team/modules/python-mechanize Thanks, that is perfect. I pushed my work there, changed control VCS, maintainer, and uploader. ATM I only put me into the uploaders. Please, those

Re: updating mechanize - help concerning tests with pybuild

2019-08-31 Thread Raphael Hertzog
Hi, On Sun, 01 Sep 2019, Norbert Preining wrote: > Fine with me. If you could give me DPMT membership on salsa I can push > my current work there. I can't grant you the right to the whole group (I'm not an owner) but I created the repository and granted you the rights on this repository at

Re: updating mechanize - help concerning tests with pybuild

2019-08-31 Thread Norbert Preining
Hi Raphael, On Sat, 31 Aug 2019, Raphael Hertzog wrote: > Thus I would suggest to go ahead and take over the package in the DPMT > team. Fine with me. If you could give me DPMT membership on salsa I can push my current work there. Do we go through package salvaging?

Re: updating mechanize - help concerning tests with pybuild

2019-08-31 Thread Andrey Rahmatullin
On Sat, Aug 31, 2019 at 07:10:43PM +0200, Raphael Hertzog wrote: > Looking at the status of the packages in the team, it's quite clear that > the team is MIA as a whole: > https://qa.debian.org/developer.php?email=pkg-zope-develop...@lists.alioth.debian.org > > The only recent upload is from

Re: updating mechanize - help concerning tests with pybuild

2019-08-31 Thread Raphael Hertzog
Hello, On Sat, 31 Aug 2019, Norbert Preining wrote: > I would be interested in adopting mechanize if the current maintainers > / uploaders are fine with it. Or we put it into the python modules team > and I do the stuff there. All is fine for me. I would like to see the package in the python

Re: updating mechanize - help concerning tests with pybuild

2019-08-31 Thread Norbert Preining
On Sat, 31 Aug 2019, Dmitry Shachnev wrote: > http_proxy= no_proxy= dh_auto_test -- --system custom --test-args "cd > {build_dir}; {interpreter} run_tests.py" Cool, thanks a big lot BTW, why isn't that mentioned anywhere in the pybuild docs ... Thanks Norbert -- PREINING Norbert

Re: updating mechanize - help concerning tests with pybuild

2019-08-31 Thread Dmitry Shachnev
On Sat, Aug 31, 2019 at 06:57:23PM +0300, Dmitry Shachnev wrote: > On Sun, Sep 01, 2019 at 12:34:02AM +0900, Norbert Preining wrote: > > Now, the interesting thing are the error messages. One of them is > > [...] > > httperror_seek_wrapper: HTTP Error 403: request disallowed by robots.txt > >

Re: updating mechanize - help concerning tests with pybuild

2019-08-31 Thread Dmitry Shachnev
On Sun, Sep 01, 2019 at 12:34:02AM +0900, Norbert Preining wrote: > Now, the interesting thing are the error messages. One of them is > [...] > httperror_seek_wrapper: HTTP Error 403: request disallowed by robots.txt Maybe this happens because pybuild exports http_proxy='http://127.0.0.1:9/', and

Re: updating mechanize - help concerning tests with pybuild

2019-08-31 Thread Norbert Preining
Dear Dmitry thanks for your email! On Sat, 31 Aug 2019, Dmitry Shachnev wrote: > - Add run_tests.py and the tests themselves to debian/pybuild.testfiles, > to make pybuild copy them to the build directory. > > - Add override_dh_auto_test target with a command like this: > dh_auto_test --

Re: updating mechanize - help concerning tests with pybuild

2019-08-31 Thread Dmitry Shachnev
Hi Norbert, Let me try answering your second question, about tests. On Sat, Aug 31, 2019 at 11:33:54AM +0900, Norbert Preining wrote: > Current mechanize needs to set up a special environment for the tests. > There is a dedicated script > run_tests.py > that would do the trick. I tried to use

Re: updating mechanize - help concerning tests with pybuild

2019-08-31 Thread Andrey Rahmatullin
On Sat, Aug 31, 2019 at 11:33:54AM +0900, Norbert Preining wrote: > here are two questions: one concerning adopting/updating mechanize and > how to deal with rdepends, one concerning how to fix tests with special > requirements in pybuild. > > For calibre and porting to python3, I need mechanize

updating mechanize - help concerning tests with pybuild

2019-08-30 Thread Norbert Preining
Dear all, here are two questions: one concerning adopting/updating mechanize and how to deal with rdepends, one concerning how to fix tests with special requirements in pybuild. For calibre and porting to python3, I need mechanize for python3. The current version of python-mechanize is from 2012