[Python-modules-commits] [pywinrm] 04/04: Prepare for update to new upstream, but can't upload now due to missing python-requests-ntlm

Scott Kitterman kitterman at moszumanska.debian.org
Sun Jan 8 06:23:02 UTC 2017


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

kitterman pushed a commit to branch master
in repository pywinrm.

commit 6a9b961e742072b9128fbd54af6d5d4364df56d6
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sun Jan 8 01:22:55 2017 -0500

    Prepare for update to new upstream, but can't upload now due to missing python-requests-ntlm
---
 debian/changelog | 13 +++++++++++--
 debian/control   |  4 ++++
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ea4d94c..f61a5d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,21 @@
 pywinrm (0.2.2-1) UNRELEASED; urgency=medium
 
+  * Team upload.
+
+  [ SVN-Git Migration ]
+  * Migrate packaging to git with git-dpm
+
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
   [ Scott Kitterman ]
-  * New upstream release
+  * New upstream release (Closes: #819542, #843068)
+  * Add python/3-setuptools and python/3-requests to build-depends
+
+  NOTE FOR WHOEVER LOOKS NEXT: the new version needs python-requests-ntlm
+  which is not packaged.  https://pypi.python.org/pypi/requests_ntlm
 
- -- Scott Kitterman <scott at kitterman.com>  Sun, 08 Jan 2017 01:03:52 -0500
+ -- Scott Kitterman <scott at kitterman.com>  Sun, 08 Jan 2017 01:14:19 -0500
 
 pywinrm (0.0.3-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 70704d5..886661f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,16 +5,20 @@ Section: python
 Priority: optional
 Build-Depends: python-all (>= 2.6.6-3),
     python3-all,
+    python-setuptools,
+    python3-setuptools,
     debhelper (>= 9),
     dh-python,
     python-isodate,
     python-xmltodict,
     python-pytest,
     python-mock,
+    python-requests,
     python3-isodate,
     python3-xmltodict,
     python3-pytest,
     python3-mock,
+    python3-requests,
 Standards-Version: 3.9.6
 Homepage: https://github.com/diyan/pywinrm
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pywinrm.git

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



More information about the Python-modules-commits mailing list