[Python-modules-team] Bug#914168: python3-epc: requires module sexpdata but does not depend on it
Package: python3-epc Version: 0.0.5-1 Severity: important Tags: patch Dear maintainer, I just installed python3-epc on a Debian Sid system. During runtime I got the following error message: ``` import epc.server File "/usr/lib/python3/dist-packages/epc/server.py", line 23, in from .handler import EPCHandler, ThreadingEPCHandler File "/usr/lib/python3/dist-packages/epc/handler.py", line 21, in from sexpdata import loads, dumps, Symbol, String ModuleNotFoundError: No module named 'sexpdata' ``` Apparently, the epc module requires the sexpdata module, but its package is missing the appropriate dependency. epc/handler.py: > from sexpdata import loads, dumps, Symbol, String The error was resolved after manually installing the `python3-sexpdata` package. Please add the package `python3-dexpdata` to the Depends-field of `python3-epc` and `python-sexpdata` to `python-epc`. Greetings Jack 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] python-django-timezone-field 3.0-1 MIGRATED to testing
FYI: The status of the python-django-timezone-field source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 3.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. ___ 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] django-sekizai 0.10.0-4 MIGRATED to testing
FYI: The status of the django-sekizai source package in Debian's testing distribution has changed. Previous version: 0.10.0-2 Current version: 0.10.0-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. ___ 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] python-flake8 3.6.0-1 MIGRATED to testing
FYI: The status of the python-flake8 source package in Debian's testing distribution has changed. Previous version: 3.5.0-2 Current version: 3.6.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. ___ 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] willow is marked for autoremoval from testing
willow 1.1-3 is marked for autoremoval from testing on 2018-11-21 It is affected by these RC bugs: 911688: willow: willow FTBFS: ModuleNotFoundError: No module named 'cv2' ___ 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] svgwrite is marked for autoremoval from testing
svgwrite 1.1.8-2 is marked for autoremoval from testing on 2018-12-14 It is affected by these RC bugs: 911711: svgwrite: svgwrite FTBFS: tests fail ___ 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] flask-security is marked for autoremoval from testing
flask-security 1.7.5-2 is marked for autoremoval from testing on 2018-12-10 It (build-)depends on packages with these RC bugs: 912069: flask-wtf: flask-wtf FTBFS: FAIL: test_i18n_enabled (tests.test_i18n.TestI18NCase) ___ 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#913037: marked as done ("test dulwich.tests.test_porcelain.PushTests.test_simple contains race condition")
Your message dated Tue, 20 Nov 2018 04:34:04 + with message-id and subject line Bug#913037: fixed in dulwich 0.19.9-2 has caused the Debian Bug report #913037, regarding "test dulwich.tests.test_porcelain.PushTests.test_simple contains race condition" to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 913037: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913037 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: src:dulwich Version: 0.19.6-2 Severity: serious Tags: sid buster dulwich fails to build on s390x using Python 3.7. Endianess issue? PYTHONHASHSEED=random PYTHONPATH=/<> python3 -m unittest dulwich.tests.test_suite ...s..s..s.sss.s..E.ss./<>/dulwich/tests/compat/utils.py:135: ResourceWarning: unclosed p = subprocess.Popen(args, env=env, **popen_kwargs) /<>/dulwich/tests/compat/utils.py:135: ResourceWarning: unclosed file <_io.BufferedReader name='local/.git/objects/pack/pack-f24e9574628e0e791aad98c454328069cfd8e0bd.pack'> p = subprocess.Popen(args, env=env, **popen_kwargs) .ss.sss.sssss == ERROR: test_simple (dulwich.tests.test_porcelain.PushTests) -- Traceback (most recent call last): File "/<>/dulwich/tests/test_porcelain.py", line 724, in test_simple self.assertEqual(r_clone[b'HEAD'].id, self.repo[refs_path].id) File "/<>/dulwich/repo.py", line 528, in __getitem__ return self.object_store[self.refs[name]] File "/<>/dulwich/object_store.py", line 119, in __getitem__ type_num, uncomp = self.get_raw(sha) File "/<>/dulwich/object_store.py", line 461, in get_raw raise KeyError(hexsha) KeyError: b'a031515918b815701865df2363092b8d577d765f' -- Ran 1268 tests in 60.038s FAILED (errors=1, skipped=63) make[2]: *** [Makefile:32: check] Error 1 make[2]: Leaving directory '/<>' make[1]: *** [debian/rules:28: override_dh_auto_test] Error 2 make[1]: Leaving directory '/<>' make: *** [debian/rules:15: build-arch] Error 2 --- End Message --- --- Begin Message --- Source: dulwich Source-Version: 0.19.9-2 We believe that the bug you reported is fixed in the latest version of dulwich, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 913...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jelmer Vernooij (supplier of updated dulwich package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 20 Nov 2018 04:09:22 + Source: dulwich Binary: python-dulwich pypy-dulwich python3-dulwich Architecture: source Version: 0.19.9-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team Changed-By: Jelmer Vernooij Description: pypy-dulwich - Python Git library - pypy module python-dulwich - Python Git library python3-dulwich - Python Git lib
[Python-modules-team] dulwich_0.19.9-2_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 20 Nov 2018 04:09:22 + Source: dulwich Binary: python-dulwich pypy-dulwich python3-dulwich Architecture: source Version: 0.19.9-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team Changed-By: Jelmer Vernooij Description: pypy-dulwich - Python Git library - pypy module python-dulwich - Python Git library python3-dulwich - Python Git library - Python3 module Closes: 913037 Changes: dulwich (0.19.9-2) unstable; urgency=medium . * Stop attempting to build pypy package mips64el, ppc64 and sparc64 - where pypy is not available. * Add patch 02_skip_flappy_test: Skip flappy test dulwich.tests.test_porcelain.PushTests.test_simple, which is subject to a race condition. Closes: #913037 Checksums-Sha1: 07fba4713ad1851253d3726271ca3ca306328611 2564 dulwich_0.19.9-2.dsc 8b07673defbe5fc1e2a188d96c6f01fee3f154d1 46504 dulwich_0.19.9-2.debian.tar.xz f616c0686958f9388a9a94961c048f6fab6a5629 9891 dulwich_0.19.9-2_amd64.buildinfo Checksums-Sha256: 6d6f0ec80a9bb62bfc1ffada0e6b428ec071e22c76e6e4f593a802ed1d43a85a 2564 dulwich_0.19.9-2.dsc 2fef104874962317374f15911b6f415b55934d328b29873200f60d13adf2499d 46504 dulwich_0.19.9-2.debian.tar.xz e530f9047ba1657b5ca44a506e145ee8e8da4fd28b9b6c00238d9331e6307ffd 9891 dulwich_0.19.9-2_amd64.buildinfo Files: a9829ec070047af18c0e499e9ec71f42 2564 python optional dulwich_0.19.9-2.dsc 0677341880e8a267c7ad7e568fc17110 46504 python optional dulwich_0.19.9-2.debian.tar.xz 1169dbdd99e4c93a9f761309051108d4 9891 python optional dulwich_0.19.9-2_amd64.buildinfo -BEGIN PGP SIGNATURE- iQJGBAEBCgAwFiEEsjhixBXWVlpOhsvXV5wWDUyeI+gFAlvzig8SHGplbG1lckBk ZWJpYW4ub3JnAAoJEFecFg1MniPoTO4P/1SI91Tws/VPhcyjzYdz8gSrEq26xd1V QJRGMfhglgsDakxF/f5egmwCNINRcgELiNoM2TYvNdSheRfk73jllXZyUvVA1EUW YLC4cBAnSRSQ02puGGQt7P0y9rsRovyvnrMmVj6H3VLMWfgL1GKzWc6Ra9caiJPO NUdfN7yd6ZLTwKNMCxOGPzu8K70wtLFNv69f2rFTnvvNekxuFTy/ZYq4cOChizEJ WD7YtsZtm4SxPTHJnInlsW43b5crMyTl1xbsP8FXgwmuo2FfKuJC90EAeAD4Y+Dt K7nu6yfD0xHEPW4Y7wIdaYvn5J1nnEDG5eLdd3vvMZhaSf2Fx7l+d5C/t7j8gu7s ZOmbEso8RX75yxiX6RSlCXV+H3lB+Ll3cOSaAYqUw6iri3Wo0xy7me/OPPDSnpJ8 Cv9U6BKds7HsyqBrFNlFHc23QLxs08ZWLVl/Ta8tPKJQfOTHaRNi3m3AYFxREBMx G2GI9vrKtqkWOQJJrj/ss9HwaBME4VK28BwQJyGGbYs8Hk12mX7u/l3is3UkbZFM z/+otlgSZnqNFac21UrMSREB2w0T7OLVc4Xns75NkHpa7K58Gdex5fhQv1hvDj5k mvrr5Rnh7AjTGf4STAyOB+bv5ccTSpN1N8oJ51kTZOe4BaTSl4QDCJcdFanUDpQa vebcie4T5zhw =2yTp -END PGP SIGNATURE- Thank you for your contribution to Debian. ___ 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] Processing of dulwich_0.19.9-2_source.changes
dulwich_0.19.9-2_source.changes uploaded successfully to localhost along with the files: dulwich_0.19.9-2.dsc dulwich_0.19.9-2.debian.tar.xz dulwich_0.19.9-2_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) ___ 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] Processed: Bug #913037 in dulwich marked as pending
Processing control commands: > tag -1 pending Bug #913037 [src:dulwich] "test dulwich.tests.test_porcelain.PushTests.test_simple contains race condition" Added tag(s) pending. -- 913037: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913037 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ 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#913037: (no subject)
retitle 913037 "test dulwich.tests.test_porcelain.PushTests.test_simple contains race condition" thanks This is not a python3.7-specific issue, but a test that contains a race condition that means it occasionally fails. This is reproducible on other python versions as well (when running the test repeatedly). signature.asc Description: PGP 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] Processed: your mail
Processing commands for cont...@bugs.debian.org: > retitle 913037 "test dulwich.tests.test_porcelain.PushTests.test_simple > contains race condition" Bug #913037 [src:dulwich] dulwich fails to build on s390x using Python 3.7 Changed Bug title to '"test dulwich.tests.test_porcelain.PushTests.test_simple contains race condition"' from 'dulwich fails to build on s390x using Python 3.7'. > thanks Stopping processing here. Please contact me if you need assistance. -- 913037: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913037 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ 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] python-cssselect2_0.2.1-1_amd64.changes ACCEPTED into unstable, unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 13 Nov 2018 19:13:59 +0100 Source: python-cssselect2 Binary: python-cssselect2-doc python3-cssselect2 Architecture: source all Version: 0.2.1-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-cssselect2-doc - implementation of CSS3 Selectors (Documentation) python3-cssselect2 - implementation of CSS3 Selectors (Python3 version) Closes: 913669 Changes: python-cssselect2 (0.2.1-1) unstable; urgency=low . * Initial release (Closes: #913669). Checksums-Sha1: d4e1676536248aff8bef9583c2d1f77b6395c72c 1937 python-cssselect2_0.2.1-1.dsc a83ee7d32f1e05c2592ef29cfb6d7cfd4cf3eca9 30652 python-cssselect2_0.2.1.orig.tar.gz a872bea34f60bbd4b464dce2c0cc0a044311a42e 3436 python-cssselect2_0.2.1-1.debian.tar.xz aec443c6590749d343ef69ff8c9a4a9a9601c549 19968 python-cssselect2-doc_0.2.1-1_all.deb 479b33a32d1c5c4136568a65c35e768114b924b4 8446 python-cssselect2_0.2.1-1_amd64.buildinfo 9ecb58838017c35cd16353d310d7750ebdeec344 26908 python3-cssselect2_0.2.1-1_all.deb Checksums-Sha256: f8e5dc9d243a327970c627bec523359eac880dd68e857dbf6b9c9dfdd17f4c31 1937 python-cssselect2_0.2.1-1.dsc 505d2ce3d3a1d390ddb52f7d0864b7efeb115a5b852a91861b498b92424503ab 30652 python-cssselect2_0.2.1.orig.tar.gz d920f6fefffd677e9787ddecd6727a03e9011f0a9e9d779f8d94b31bf13bc162 3436 python-cssselect2_0.2.1-1.debian.tar.xz 38f7e1160620d25f0134418af9159a419769a4d23f2af23a885cd995854046c4 19968 python-cssselect2-doc_0.2.1-1_all.deb d5d6bb3061b8b372727093be0afb5dcf1600d55827edb0472d82f0c6fbab2ae0 8446 python-cssselect2_0.2.1-1_amd64.buildinfo 7eb10fb34d0bdbce20b9a4bb640c11011cda47f32b100d52722509dd989fa5bb 26908 python3-cssselect2_0.2.1-1_all.deb Files: 83c094a800b027f3bd6960396871f824 1937 python optional python-cssselect2_0.2.1-1.dsc bfa61b1e917d1e93ebccf0f27903087d 30652 python optional python-cssselect2_0.2.1.orig.tar.gz e9effa2ff592e7bdbfacb957c278cc91 3436 python optional python-cssselect2_0.2.1-1.debian.tar.xz c77719832f578da4e5ac5fa424cc34bc 19968 doc optional python-cssselect2-doc_0.2.1-1_all.deb dc427419abf617c61c9098732e7c6ef9 8446 python optional python-cssselect2_0.2.1-1_amd64.buildinfo 015c0535e09afe736f33112dc122cd9d 26908 python optional python3-cssselect2_0.2.1-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlvrMBMACgkQ/9PIi5l9 0Wpq1Qf9HZCqyx3yskZfcVLx2wNONUwqkcu2v3iQzpRwXg1z29FsaHxnfvUGGmi5 C9GUmRT31OIn5bjTcSWjtx3TW1WmwQGp4KNnt60cO66EX15+Ya+YHg24ofHHocPb D0RphJ/NBtAUPPoBC/ItbfkbW+hglgEtWhVPwK05MNeMUbpW5Qqo8QSZLzyHGckV 5HFiSsbOFrSJ/RXJ97Pn7Y4SQuSpjEqrColCsvky3oTrUYz9T2COPchTjJe19Osy BdY4RPZzDChhS6hjeLCyq0UgG+EueFxedac3nUXMbK6sP0PQ6VmZPaX6Ih6CsVUK gphvZ6Y5+2hZjk+uTenxvU65jaJP8A== =4LE1 -END PGP SIGNATURE- Thank you for your contribution to Debian. ___ 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#873501: kivy FTBFS with Cython 0.26
I've rebased a minimal patch to fix the buld errors to apply on top of the latest salsa master (d3fa496) fixing the FTBFS. See attached patch, or forked repo at: https://github.com/duelafn/deb-kivy-873501 The new kivy (1.10) will close #873501, #774052, #799833, #849090. Is there anything else I can do to help get kivy back in the repository? Thanks, Dean Serenevy From 33ee413f7d3b5c4eae6b181690e8dc3163835a2d Mon Sep 17 00:00:00 2001 From: Dean Serenevy Date: Mon, 19 Nov 2018 10:01:06 -0500 Subject: [PATCH] Fix FTBFS ("local changes detected") --- debian/changelog | 5 - ...revent-local-changes-detected-build-error.patch | 25 ++ debian/patches/series | 1 + 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 debian/patches/0001-prevent-local-changes-detected-build-error.patch create mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index 55edeb0..829c6d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,7 +16,10 @@ kivy (1.10.1-1) UNRELEASED; urgency=medium * d/control: Remove ancient X-Python3-Version field * Convert git repository from git-dpm to gbp layout * d/changelog: Remove trailing whitespaces - + + [ Dean Serenevy ] + * Add debian/patches/0001-prevent-local-changes-detected-build-error.patch +to fix errors building v1.10 (Closes: #873501, #774052, #799833) -- Manas Kashyap Sat, 13 Oct 2018 07:49:44 + diff --git a/debian/patches/0001-prevent-local-changes-detected-build-error.patch b/debian/patches/0001-prevent-local-changes-detected-build-error.patch new file mode 100644 index 000..6babb67 --- /dev/null +++ b/debian/patches/0001-prevent-local-changes-detected-build-error.patch @@ -0,0 +1,25 @@ +From: Dean Serenevy +Date: Mon, 19 Nov 2018 09:49:15 -0500 +Subject: prevent "local changes detected" build error + +--- + setup.py | 6 -- + 1 file changed, 6 deletions(-) + +diff --git a/setup.py b/setup.py +index 0c3e2e4..702e662 100644 +--- a/setup.py b/setup.py +@@ -65,12 +65,6 @@ def get_version(filename='kivy/version.py'): + "__date__ = '%(date)s'\n" + ) + +-with open(filename, 'w') as f: +-f.write(cnt % { +-'version': VERSION, +-'hash': GIT_REVISION, +-'date': DATE +-}) + return VERSION + + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 000..2664ec3 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-prevent-local-changes-detected-build-error.patch -- 2.11.0 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