[Python-modules-commits] [python-zeroconf] 03/04: Changes related to enum-compat in requires.txt

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Mar 6 09:49:52 UTC 2016


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

rubund-guest pushed a commit to tag debian/0.17.4-2
in repository python-zeroconf.

commit 07a868a8dead3ea1990f6b34cc1966b1262ca51e
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Mar 6 10:35:29 2016 +0100

    Changes related to enum-compat in requires.txt
---
 debian/changelog         | 12 ++++++++++++
 debian/control           |  4 ++--
 debian/py3dist-overrides |  2 +-
 debian/pydist-overrides  |  1 -
 4 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ec598b8..d8785ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+python-zeroconf (0.17.4-2) UNRELEASED; urgency=medium
+
+  * Added patch:
+    - 0001-Set-install_requires-to-enum34-instead-of-enum-compa.patch
+      makes sure that enum-compat is not listed in requires.txt
+  * Remove d/pydist-overrides. Not needed after adding patch.
+  * Updated d/py3dist-overrides to override enum34 to python3
+  * Updated standards to 3.9.7 - no needed changes
+  * Vcs-Git now using https
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Sun, 06 Mar 2016 10:30:25 +0100
+
 python-zeroconf (0.17.4-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index da60871..6c907e5 100644
--- a/debian/control
+++ b/debian/control
@@ -9,12 +9,12 @@ Build-Depends: debhelper (>= 9),
                python-setuptools,
                python3-all,
                python3-setuptools
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 X-Python-Version: all
 X-Python3-Version: >= 3.1
 Homepage: https://github.com/jstasiak/python-zeroconf
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-zeroconf.git
-Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-zeroconf.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-zeroconf.git
 
 Package: python-zeroconf
 Architecture: all
diff --git a/debian/py3dist-overrides b/debian/py3dist-overrides
index c9ee407..98f0ce5 100644
--- a/debian/py3dist-overrides
+++ b/debian/py3dist-overrides
@@ -1 +1 @@
-enum_compat python3
+enum34 python3
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
deleted file mode 100644
index 0aef8b9..0000000
--- a/debian/pydist-overrides
+++ /dev/null
@@ -1 +0,0 @@
-enum_compat python-enum34

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



More information about the Python-modules-commits mailing list