[Python-modules-commits] [python-bitbucket-api] 01/04: Remove python2 to fix #841511

ChangZhuo Chen czchen at moszumanska.debian.org
Sat Dec 17 01:52:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

czchen pushed a commit to tag debian/0.5.0-2
in repository python-bitbucket-api.

commit 1e44f5ed132a77bb19668af6544d08c4b4a5dec8
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Sat Dec 17 09:43:21 2016 +0800

    Remove python2 to fix #841511
---
 debian/control | 37 +++++++++++++++++++------------------
 debian/rules   |  2 +-
 2 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index b5ec3e7..4bb22a7 100644
--- a/debian/control
+++ b/debian/control
@@ -18,24 +18,25 @@ X-Python3-Version: >= 3.2
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-bitbucket-api.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-bitbucket-api.git/
 
-Package: python-bitbucket-api
-Architecture: all
-Depends: ${misc:Depends},
-         ${python:Depends}
-Description: library to interact with bitbucket API (Python 2)
- python-bitbucket-api provides an API to use the following features in
- bitbucket:
- .
-  * Access public user information
-  * Access public or private repositories, tags or branches
-  * Create, update or delete one of your repository
-  * Access, create, update or delete a service (hook)
-  * Access, create or delete an SSH key
-  * Download a repository as an archive
-  * Access, create, update or delete an issue
-  * Access, create, update or delete an issue comment
- .
- This package installs the library for Python 2.
+# Fix #841511
+#Package: python-bitbucket-api
+#Architecture: all
+#Depends: ${misc:Depends},
+#         ${python:Depends}
+#Description: library to interact with bitbucket API (Python 2)
+# python-bitbucket-api provides an API to use the following features in
+# bitbucket:
+# .
+#  * Access public user information
+#  * Access public or private repositories, tags or branches
+#  * Create, update or delete one of your repository
+#  * Access, create, update or delete a service (hook)
+#  * Access, create or delete an SSH key
+#  * Download a repository as an archive
+#  * Access, create, update or delete an issue
+#  * Access, create, update or delete an issue comment
+# .
+# This package installs the library for Python 2.
 
 Package: python3-bitbucket-api
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 6af7a6b..c8625c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 export PYBUILD_NAME=bitbucket-api
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_test:
 	# The test requires network.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-bitbucket-api.git



More information about the Python-modules-commits mailing list