[Python-modules-team] Bug#954474: python-h2: Autopkgtest failure due to use of py3versions -i
Hi, I attach a NMU patch. Please consider apply it. Cheers, -- Emmanuel Arias @eamanu yaerobi.com From c22a8954dd14fe7c01734ae0564a3855dcf92e30 Mon Sep 17 00:00:00 2001 From: Emmanuel Arias Date: Tue, 24 Mar 2020 22:53:44 -0300 Subject: [PATCH] d/tests/control: Fix autopkgtest to test all supported python3 versions --- debian/changelog | 8 debian/tests/control | 2 +- debian/tests/python3-h2-upstream | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f74bb04..85f332a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-h2 (3.2.0-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * d/tests/control: Fix autopkgtest to test all +supported python3 versions (Closes: #954474). + + -- Emmanuel Arias Tue, 24 Mar 2020 22:56:51 -0300 + python-h2 (3.2.0-1) unstable; urgency=medium * New upstream release (Closes: #947010). diff --git a/debian/tests/control b/debian/tests/control index a67baab..fe53b53 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,2 @@ Tests: python3-h2-upstream -Depends: @, python3-pytest, python3-hypothesis +Depends: @, python3-pytest, python3-hypothesis, python3-all diff --git a/debian/tests/python3-h2-upstream b/debian/tests/python3-h2-upstream index 161e771..44ee546 100644 --- a/debian/tests/python3-h2-upstream +++ b/debian/tests/python3-h2-upstream @@ -1,6 +1,6 @@ #!/bin/sh set -e -for py in $(py3versions -i); do +for py in $(py3versions -s); do echo "[*] testing $py:" $py -m pytest done -- 2.25.1 0xFA9DEC5DE11C63F1.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#952947: Bug#952947: peewee: Package latest upstream (3.13.1)
Hi Adrian > > I've prepared the new upstream release. Feel free to have a look at it [1]. > > I appreciate your feedback. Take care to don't add 'unstable' on d/changelog if the package is not uploaded. According to the salsa repository the 3.13.1+dfsg-1 [0] is on unstable but is not correct [0]. [0] https://salsa.debian.org/python-team/modules/peewee/-/blob/debian/master/debian/changelog#L1 [1] https://packages.debian.org/source/unstable/peewee > > [1]: https://salsa.debian.org/python-team/modules/peewee > > Regards, > - Adrian > > > ___ > Python-modules-team mailing list > Python-modules-team@alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team > -- Emmanuel Arias @eamanu yaerobi.com signature.asc Description: OpenPGP digital signature ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#952208: python-ftputil
Hi > was temporary, just referring what my patch impacts and will close this > issue. > > The skip you made in your patch does not fix all issues, only workaround > them. > Oh! I can see. I was looking on the last commit. > > > > > Will you push new patch release soon? Or should I do? > > I'm DM and I will need sponsorhip. > > > I am DD, so I can upload it if you think it is "over" for you. It' will be great! Thanks > > I have updated debian/master branch accordingly > I pushed my patch and disabled your patch to skip the tests from > d/patches/series > A gbp buildpackage works with all tests now. Great. Please, when you have time, push to salsa to see it. :-) And please, if you can upload will be great. > > Maybe master branch should be removed to avoid this kind of confusion Yes, could be. But I let it for history purpose. If you consider better remove it, go ahead. Cheers! -- Emmanuel Arias @eamanu yaerobi.com 0xFA9DEC5DE11C63F1.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#952208: python-ftputil
Hi olivier, On 04/03/2020 12:13, olivier sallou wrote: > Hi, > I saw you started some work on python-ftputil to fix #952208. > > I just pushed to git repo a fix for that. I am a little confused, you just added description to the patch? Why do you douplicate on d/changelog the (Closes #bugnumber) sentence? [0] > > Will you push new patch release soon? Or should I do? I'm DM and I will need sponsorhip. > > I wonder however why you pushed a gbp.conf (not really expected usually) > setting branch as debian/master , which does not exists and default > being master. I push gbp.conf and set debian/master as default branch to be the repository according to the DPMT policy recommendation [1] and DEP-14 [2] [0] https://salsa.debian.org/python-team/modules/python-ftputil/-/commit/a52fad2009b720882fed9bbed366b5e70e9154ae [1] https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst#branch-names [2] https://dep-team.pages.debian.net/deps/dep14/ Cheers! -- Emmanuel Arias @eamanu yaerobi.com 0xFA9DEC5DE11C63F1.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#938217: (no subject)
I've just push to salsa the support python 2 remove Please, review it :) Cheers, eamanu 0xFA9DEC5DE11C63F1.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
Re: [Python-modules-team] Bug#952208: python-ftputil: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.8 3.7" returned exit code 13
gt; .pybuild/cpython3_3.8_ftputil/build/test/test_file.py::TestFileOperations::test_ascii_readlines >> .pybuild/cpython3_3.8_ftputil/build/test/test_file.py::TestFileOperations::test_binary_iterator >> .pybuild/cpython3_3.8_ftputil/build/test/test_file.py::TestFileOperations::test_ascii_iterator >> .pybuild/cpython3_3.8_ftputil/build/test/test_file.py::TestFileOperations::test_read_unknown_file >> .pybuild/cpython3_3.8_ftputil/build/test/test_file.py::TestAvailableChild::test_pwd_with_error_temp >> .pybuild/cpython3_3.8_ftputil/build/test/test_file.py::TestAvailableChild::test_pwd_with_error_temp >> .pybuild/cpython3_3.8_ftputil/build/test/test_file.py::TestAvailableChild::test_pwd_with_error_reply >> .pybuild/cpython3_3.8_ftputil/build/test/test_file.py::TestAvailableChild::test_pwd_with_error_reply >> .pybuild/cpython3_3.8_ftputil/build/test/test_file.py::TestAvailableChild::test_pwd_with_OSError >> .pybuild/cpython3_3.8_ftputil/build/test/test_file.py::TestAvailableChild::test_pwd_with_OSError >> .pybuild/cpython3_3.8_ftputil/build/test/test_file.py::TestAvailableChild::test_pwd_with_EOFError >> .pybuild/cpython3_3.8_ftputil/build/test/test_file.py::TestAvailableChild::test_pwd_with_EOFError >> .pybuild/cpython3_3.8_ftputil/build/test/test_host.py::TestUploadAndDownload::test_download >> .pybuild/cpython3_3.8_ftputil/build/test/test_host.py::TestUploadAndDownload::test_conditional_upload >> .pybuild/cpython3_3.8_ftputil/build/test/test_host.py::TestUploadAndDownload::test_conditional_download_without_target >> .pybuild/cpython3_3.8_ftputil/build/test/test_host.py::TestAcceptEitherUnicodeOrBytes::test_upload >> .pybuild/cpython3_3.8_ftputil/build/test/test_host.py::TestAcceptEitherUnicodeOrBytes::test_download >> .pybuild/cpython3_3.8_ftputil/build/test/test_host.py::TestFailingPickling::test_failing_pickling >> .pybuild/cpython3_3.8_ftputil/build/test/test_with_statement.py::TestFileContextManager::test_normal_operation >> .pybuild/cpython3_3.8_ftputil/build/test/test_with_statement.py::TestFileContextManager::test_ftputil_exception >> .pybuild/cpython3_3.8_ftputil/build/test/test_with_statement.py::TestFileContextManager::test_client_code_exception >> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil/host.py:148: >> DeprecationWarning: `use_list_a_option` will default to `False` in ftputil >> 4.x.x >> return self.__class__(*self._args, **self._kwargs) >> >> .pybuild/cpython3_3.8_ftputil/build/test/test_host.py::TestSetParser::test_set_parser >> >> /<>/.pybuild/cpython3_3.8_ftputil/build/test/mock_ftplib.py:157: >> DeprecationWarning: Using or importing the ABCs from 'collections' instead >> of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will >> stop working >> if isinstance(args[-1], collections.Callable): >> >> .pybuild/cpython3_3.8_ftputil/build/test/test_host.py::TestTimeShift::test_synchronize_times >> .pybuild/cpython3_3.8_ftputil/build/test/test_host.py::TestTimeShift::test_synchronize_times >> .pybuild/cpython3_3.8_ftputil/build/test/test_host.py::TestTimeShift::test_synchronize_times_for_server_in_east >> .pybuild/cpython3_3.8_ftputil/build/test/test_host.py::TestTimeShift::test_synchronize_times_for_server_in_east >> >> /<>/.pybuild/cpython3_3.8_ftputil/build/test/test_host.py:165: >> DeprecationWarning: `use_list_a_option` will default to `False` in ftputil >> 4.x.x >> ftputil.FTPHost.__init__(self, *args, **kwargs) >> >> .pybuild/cpython3_3.8_ftputil/build/test/test_sync.py::TestUploadFromWindows::test_no_mixed_separators >> >> /<>/.pybuild/cpython3_3.8_ftputil/build/test/test_sync.py:104: >> DeprecationWarning: `use_list_a_option` will default to `False` in ftputil >> 4.x.x >> super(ArgumentCheckingFTPHost, self).__init__(*args, **kwargs) >> >> -- Docs: https://docs.pytest.org/en/latest/warnings.html >> == 2 failed, 127 passed, 133 warnings in 2.76 seconds >> == >> E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: cd >> /<>/.pybuild/cpython3_3.8_ftputil/build; python3.8 -m pytest >> test >> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.8 >> 3.7" returned exit code 13 > The full build log is available from: >http://qa-logs.debian.net/2020/02/22/python-ftputil_3.4-2_unstable.log > > A list of current common problems and possible solutions is available at > http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! > > About the archive rebuild: The rebuild was done on EC2 VM instances from > Amazon Web Services, using a clean, minimal and up-to-date chroot. Every > failed build was retried once to eliminate random failures. > > ___ > Python-modules-team mailing list > Python-modules-team@alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team -- Emmanuel Arias @eamanu yaerobi.com 0xFA9DEC5DE11C63F1.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#950039: pyglet FTBFS with Python 3.8 as supported version
Source: pyglet Version: 1.4.1-3 Severity: serious Tags: ftbfs Hi! According to upstream [1]. This bugs was introduce in the latest Python version [2] In pyglet b1.4.9 this bugs is fixed. [1] https://github.com/pyglet/pyglet/issues/137#issuecomment-579527965 [2] https://github.com/pyglet/pyglet/issues/112 Cheers, eamanu ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#927756: Run provided tests at package built time
Hello Yaroslav, Thanks for the report. I think that this issue is related to #927756. So, I will merge the bugs. Please feel free to unmerge if you consider necessary. Regards! On 4/22/19 3:30 PM, Yaroslav Halchenko wrote: > Package: python-github > Version: 1.40-1 > Severity: wishlist > > It is typical for packages to run their tests batteries at the package build > time. This helps to guarantee their correct operation for the to be uploaded > version on Debian systems. > > I have tried > > http_proxy=http://127.0.0.1:9/ HOME=/tmp python -m github.tests -v > > on my laptop within virtualenv installing github module from within source > package (since github.tests is not shipped ATM, separate issue). And it seems > to pass so it seems to not require network access and doesn't rely on any > HOME > configuration. > > -- System Information: > Debian Release: buster/sid > APT prefers testing > APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental'), > (100, 'unstable-debug') > Architecture: amd64 (x86_64) > Foreign Architectures: i386 > > Kernel: Linux 5.0.0-trunk-amd64 (SMP w/4 CPU cores) > Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE > Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), > LANGUAGE=en_US.utf8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash > Init: systemd (via /run/systemd/system) > LSM: AppArmor: enabled > > Versions of packages python-github depends on: > ii python 2.7.16-1 > ii python-jwt 1.7.0-2 > ii python-requests 2.21.0-1 > > python-github recommends no packages. > > python-github suggests no packages. > > -- no debconf information > -- @eamanu @eamanu-guest https://eamanu.com signature.asc Description: OpenPGP digital signature ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team