[Python-modules-commits] r33338 - in packages/pyjwt/trunk/debian	(changelog control)
    piotr at users.alioth.debian.org 
    piotr at users.alioth.debian.org
       
    Fri Jul 10 07:10:15 UTC 2015
    
    
  
    Date: Friday, July 10, 2015 @ 07:10:14
  Author: piotr
Revision: 33338
bump minimum required Python 3 version to 3.3
Modified:
  packages/pyjwt/trunk/debian/changelog
  packages/pyjwt/trunk/debian/control
Modified: packages/pyjwt/trunk/debian/changelog
===================================================================
--- packages/pyjwt/trunk/debian/changelog	2015-07-10 00:14:28 UTC (rev 33337)
+++ packages/pyjwt/trunk/debian/changelog	2015-07-10 07:10:14 UTC (rev 33338)
@@ -1,4 +1,4 @@
-pyjwt (1.3.0-1) UNRELEASED; urgency=medium
+pyjwt (1.3.0-1) unstable; urgency=medium
 
   * New upstream release.
     - Add a check so that asymmetric keys cannot be used as HMAC
Modified: packages/pyjwt/trunk/debian/control
===================================================================
--- packages/pyjwt/trunk/debian/control	2015-07-10 00:14:28 UTC (rev 33337)
+++ packages/pyjwt/trunk/debian/control	2015-07-10 07:10:14 UTC (rev 33338)
@@ -14,7 +14,7 @@
  python3-setuptools,
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
+X-Python3-Version: >= 3.3
 Homepage: https://github.com/jpadilla/pyjwt
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyjwt/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyjwt/trunk/
    
    
More information about the Python-modules-commits
mailing list