tags 797065 pending
thanks

Hi,

I did a team upload of python-humanize 0.5.1-2 to add Python 3 support.
The package is currently stuck in the NEW queue.

-- 
Benjamin Drung
System Developer
Debian & Ubuntu Developer

ProfitBricks GmbH
Greifswalder Str. 207
D - 10405 Berlin

Email: [email protected]
URL:  http://www.profitbricks.com

Sitz der Gesellschaft: Berlin.
Registergericht: Amtsgericht Charlottenburg, HRB 125506B.
Geschäftsführer: Andreas Gauger, Achim Weiss.
diff -Nru python-humanize-0.5.1/debian/changelog python-humanize-0.5.1/debian/changelog
--- python-humanize-0.5.1/debian/changelog	2015-05-03 19:25:26.000000000 +0200
+++ python-humanize-0.5.1/debian/changelog	2015-08-31 12:55:43.000000000 +0200
@@ -1,3 +1,11 @@
+python-humanize (0.5.1-2) unstable; urgency=medium
+
+  * Team upload.
+  * Add python3-humanize. Thanks to Kleber Souza (Closes: #797065)
+  * Specify short license as MIT
+
+ -- Benjamin Drung <[email protected]>  Mon, 31 Aug 2015 12:26:14 +0200
+
 python-humanize (0.5.1-1) unstable; urgency=medium
 
   * Upload to unstable
diff -Nru python-humanize-0.5.1/debian/control python-humanize-0.5.1/debian/control
--- python-humanize-0.5.1/debian/control	2014-12-30 13:34:13.000000000 +0100
+++ python-humanize-0.5.1/debian/control	2015-08-31 12:59:01.000000000 +0200
@@ -5,8 +5,13 @@
 Uploaders: Sylvestre Ledru <[email protected]>
 Build-Depends:
  debhelper (>= 9),
+ dh-python,
  python-all,
- python-setuptools
+ python-setuptools,
+ python3-all,
+ python3-setuptools
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.0
 Standards-Version: 3.9.6
 Homepage: http://github.com/jmoiron/humanize
 #Vcs-Git: git://git.debian.org/collab-maint/humanize.git
@@ -15,7 +20,19 @@
 Package: python-humanize
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Description: Python Humanize library
+Description: Python Humanize library (Python 2)
  This library proposes various common humanization utilities, like turning
  a number into a fuzzy human readable duration ('3 minutes ago') or into a
  human readable size or throughput.
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-humanize
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Python Humanize library (Python 3)
+ This library proposes various common humanization utilities, like turning
+ a number into a fuzzy human readable duration ('3 minutes ago') or into a
+ human readable size or throughput.
+ .
+ This is the Python 3 version of the package.
diff -Nru python-humanize-0.5.1/debian/copyright python-humanize-0.5.1/debian/copyright
--- python-humanize-0.5.1/debian/copyright	2014-02-27 21:57:02.000000000 +0100
+++ python-humanize-0.5.1/debian/copyright	2015-08-31 12:50:37.000000000 +0200
@@ -4,7 +4,7 @@
 
 Files: *
 Copyright: 2010 Jason Moiron and Contributors
-License:
+License: MIT
  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
  "Software"), to deal in the Software without restriction, including
diff -Nru python-humanize-0.5.1/debian/rules python-humanize-0.5.1/debian/rules
--- python-humanize-0.5.1/debian/rules	2014-02-27 21:57:02.000000000 +0100
+++ python-humanize-0.5.1/debian/rules	2015-08-31 12:28:17.000000000 +0200
@@ -1,10 +1,11 @@
 #!/usr/bin/make -f
 
-PY2_PACKAGE_NAME = python-humanize
-PYVERS  = $(shell pyversions -r)
+export PYBUILD_NAME=humanize
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
 
 override_dh_auto_clean:
 	dh_auto_clean

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to