Your message dated Mon, 25 Sep 2017 21:09:16 +0000
with message-id <e1dwacu-000413...@fasolo.debian.org>
and subject line Bug#868755: fixed in pyjwt 1.5.3+ds1-1
has caused the Debian Bug report #868755,
regarding [pyjwt] pytest build dependencies is not correct
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.)


-- 
868755: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868755
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pyjwt
Version: 1.4.2-1
Severity: normal
Tags: patch

Hi,

Will backporting your package to Jessie for my own use I came accross an issue with pytest dependencies. Actually, there's two issue that broke the build: * In setup.py, there's a pytest==2.7.3 dependency so I'm even wondering how this package could build in sid.
* In debian/control, you should set the dep to >= 2.7.3 as well

Please find attached a debdiff including a setup.py patch and updated debian/control.

Best regards, Adam.

--- System information. ---
Architecture:
Kernel: Linux 4.9.0-3-amd64

Debian Release: 9.0
500 stretch packages.le-vert.net
500 stretch packages.hitec.lu
500 stable security.debian.org
500 stable ftp.fr.debian.org
500 stable dl.google.com
500 jessie repos.mesosphere.io
1001 jessie-cdh5 archive.cloudera.com

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.



diff -Nru pyjwt-1.4.2/debian/changelog pyjwt-1.4.2/debian/changelog
--- pyjwt-1.4.2/debian/changelog	2017-07-18 11:32:19.000000000 +0200
+++ pyjwt-1.4.2/debian/changelog	2016-09-09 01:07:26.000000000 +0200
@@ -1,11 +1,3 @@
-pyjwt (1.4.2-1~bpo8+1) jessie-backports; urgency=medium
-
-  * Rebuild for jessie-backports.
-  * Turn pytest==2.7.3 test dep in setup.py into pytest>=2.7.3.
-  * Bump build-dependency to python-pytest and python3-pytest (>= 2.7.3). 
-
- -- Adam Cecile <adam.cec...@hitec.lu>  Tue, 18 Jul 2017 11:32:19 +0200
-
 pyjwt (1.4.2-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru pyjwt-1.4.2/debian/control pyjwt-1.4.2/debian/control
--- pyjwt-1.4.2/debian/control	2017-07-18 11:32:19.000000000 +0200
+++ pyjwt-1.4.2/debian/control	2016-07-21 22:09:18.000000000 +0200
@@ -8,13 +8,13 @@
  dh-python,
  python-all (>= 2.6.6-3),
  python-cryptography,
- python-pytest (>= 2.7.3),
+ python-pytest,
  python-pytest-cov,
  python-pytest-runner,
  python-setuptools (>= 0.6b3),
  python3-all,
  python3-cryptography,
- python3-pytest (>= 2.7.3),
+ python3-pytest,
  python3-pytest-cov,
  python3-pytest-runner,
  python3-setuptools
diff -Nru pyjwt-1.4.2/debian/patches/Relax_test_dep_in_setup_py pyjwt-1.4.2/debian/patches/Relax_test_dep_in_setup_py
--- pyjwt-1.4.2/debian/patches/Relax_test_dep_in_setup_py	2017-07-18 11:32:19.000000000 +0200
+++ pyjwt-1.4.2/debian/patches/Relax_test_dep_in_setup_py	1970-01-01 01:00:00.000000000 +0100
@@ -1,26 +0,0 @@
-Description: Turn pytest==2.7.3 test dep in setup.py into pytest>=2.7.3. 
- .
- pyjwt (1.4.2-1~bpo8+1) jessie-backports; urgency=medium
- .
-   * Rebuild for jessie-backports.
-   * Turn pytest==2.7.3 test dep in setup.py into pytest>=2.7.3.
-Author: Adam Cecile <adam.cec...@hitec.lu>
-
----
-
-Origin: other
-Bug-Debian: https://bugs.debian.org/<bugnumber>
-Forwarded: no
-Last-Update: 2017-07-18
-
---- pyjwt-1.4.2.orig/setup.py
-+++ pyjwt-1.4.2/setup.py
-@@ -30,7 +30,7 @@ if sys.argv[-1] == 'publish':
-     sys.exit()
- 
- tests_require = [
--    'pytest==2.7.3',
-+    'pytest>=2.7.3',
-     'pytest-cov',
-     'pytest-runner',
- ]
diff -Nru pyjwt-1.4.2/debian/patches/series pyjwt-1.4.2/debian/patches/series
--- pyjwt-1.4.2/debian/patches/series	2017-07-18 11:32:19.000000000 +0200
+++ pyjwt-1.4.2/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-Relax_test_dep_in_setup_py

--- End Message ---
--- Begin Message ---
Source: pyjwt
Source-Version: 1.5.3+ds1-1

We believe that the bug you reported is fixed in the latest version of
pyjwt, 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 868...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniele Tricoli <er...@mornie.org> (supplier of updated pyjwt 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: Mon, 25 Sep 2017 21:23:43 +0200
Source: pyjwt
Binary: python-jwt python3-jwt
Architecture: source all
Version: 1.5.3+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: Daniele Tricoli <er...@mornie.org>
Description:
 python-jwt - Python implementation of JSON Web Token
 python3-jwt - Python 3 implementation of JSON Web Token
Closes: 868755 875951
Changes:
 pyjwt (1.5.3+ds1-1) unstable; urgency=medium
 .
   * New upstream release. (Closes: #875951)
   * Acknowledge NMU. Thanks to Salvatore Bonaccorso.
   * Remove bytecode from upstream tarball (via Files-Excluded in
     debian/copyright).
   * Add debian/NEWS.
   * Remove shipped edd-info.
   * Ignore precompiled bytecode.
   * Rename commandline script to follow upstream naming.
   * debian/control
     - Add version constraint on python{,3}-pytest. (Closes: #868755)
     - Add version constraint on python{,3}-cryptography
     - Bump Standards-Version to 4.1.0 (no changes needed).
     - Remove testsuite autopkgtest header since debian/tests/control file
       exists.
   * debian/copyright
     - Update copyright years.
Checksums-Sha1:
 be2d639e0a9713b9c5f4f7fe5c51af650738d28b 2547 pyjwt_1.5.3+ds1-1.dsc
 968569584722905352a05965d853323b6fa595e0 37221 pyjwt_1.5.3+ds1.orig.tar.gz
 a10351baa846169921904cc95e91798a5375f5ac 4232 pyjwt_1.5.3+ds1-1.debian.tar.xz
 680e43288004d7861716df35dcc9749bca4a1a63 7758 pyjwt_1.5.3+ds1-1_amd64.buildinfo
 1d496bebb14e647816402bb11827a4ce5e2d9ad7 18350 python-jwt_1.5.3+ds1-1_all.deb
 e20db5dfe6ec48306c803f98997d31b2b985c388 18460 python3-jwt_1.5.3+ds1-1_all.deb
Checksums-Sha256:
 17c1bca780769f8aaa480ca8f5551c185489fab9b8ab8818fe8862abf7e8247b 2547 
pyjwt_1.5.3+ds1-1.dsc
 b8befa031516854b607587a72f6d4f86d83c63c2b2e2ee0013142f2912be0fdb 37221 
pyjwt_1.5.3+ds1.orig.tar.gz
 50b9e0c83d32754955907855c3a71f626f7c567a795cd58108a560fe07e6c8a8 4232 
pyjwt_1.5.3+ds1-1.debian.tar.xz
 e9a0d24e235984bc88572d31ee8357fa8481b3e0e1d76014c3ee282ca7e257df 7758 
pyjwt_1.5.3+ds1-1_amd64.buildinfo
 809bac14c7ffdd2d5dd097b1fa72cd2fbc6455e761e769a5cac7815337b09f64 18350 
python-jwt_1.5.3+ds1-1_all.deb
 6f0128e8c7cc9375efefa1ee28f4330c831c6603b7f67f6fcbaf026661ee7220 18460 
python3-jwt_1.5.3+ds1-1_all.deb
Files:
 6d91a6fa41a2fc0c6666b7b38f96ecf6 2547 python optional pyjwt_1.5.3+ds1-1.dsc
 ebb67a8537580610a03e467f833f6598 37221 python optional 
pyjwt_1.5.3+ds1.orig.tar.gz
 7016e953ab361f189f9acd03ee7d9ec2 4232 python optional 
pyjwt_1.5.3+ds1-1.debian.tar.xz
 f406d4353d3a9f05cd0eda5c4aab415c 7758 python optional 
pyjwt_1.5.3+ds1-1_amd64.buildinfo
 71c3437b285fbab34602245087e27405 18350 python optional 
python-jwt_1.5.3+ds1-1_all.deb
 16d1e80bc3868c782c63f3e8cd9760ef 18460 python optional 
python3-jwt_1.5.3+ds1-1_all.deb

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEExlrvn+W/jMvW7bAZi69SLA1szt0FAlnJWb0RHGVyaW9sQG1v
cm5pZS5vcmcACgkQi69SLA1szt3+vxAAqb3hfVGSqPosI5xVSZAXiTjR0Xgqegnj
/mHvkOb6ao5yYxEuM50WRQztpPsa+c3QfdDJoKY7iyBLVWFToZXW4EPM2BzMyL9B
Vu1XoeaPrXpVPNq4dDLHtF7Ul8PaY7EK1ceCkMAwnoCzD7rIa9Ud0NHSSpTkj/Wq
5+37AcaTKt20CKsUTR7U7dXvds4rPkzb8VHUh/BJUSbLb24CzGTWus5PogDpqZZh
IJ5tUbhBweEkCXxodWPw54xdpwzhYkH0awqVLP/D0IJzoDoBlRghM/HTgEdlFCWL
xD4E6ZyumaT4Bu+EjaqHx6ROqlTT4Pmzcx2cQWqRSHnHInTbpHh2WcEvjSk2W+rQ
NFAd6sqPiC6J57AAYEban1GraZ/A0Dmb2SJo+oWHBB8VWpz3FlNNZ0C3VmaUZqcq
IW8YLdELJdXxiH0lO8ZlxLMv3IXvsfYbW56yix1ZnB9yIT2MCF6m665+hXvntwmn
IWZgUtAKObq9FC3B9kakkkp90yNZtMSrHirGx7CA+mEwkIzy2K4yOww3TTeXoCFb
6k7/N+UTSN/z3+IDuNTOvTn5xSV/SVjjr4lWcdF2L1gpH/c6cBlRsq5jy10wfUEQ
BiXNNAfbM0xmCH92K7SxsFS7Kyg80sHnM1M0W5k4/pUyV2ExfQz9+w7iKMYrgWB9
L8si2LG2Cpg=
=ti3k
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to