summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-12-27 13:17:35 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2018-12-27 13:17:35 +0100
commitd4f8ded3fff540f5ad7094aad8375c1d1b33ae20 (patch)
tree89aab289558d30b6c9937f711e8ba50aaf42469e
parent4cfbaf007b3b8c409577fcfa074a65e6ee4d5cd3 (diff)
Prepare new version
-rw-r--r--debian/changelog6
-rw-r--r--debian/copyright2
-rw-r--r--debian/patches/0001-Set-install_requires-to-enum34-instead-of-enum-compa.patch28
-rw-r--r--debian/patches/series1
4 files changed, 7 insertions, 30 deletions
diff --git a/debian/changelog b/debian/changelog
index a43bef7..359a203 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-zeroconf (0.21.3-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Thu, 27 Dec 2018 13:09:35 +0100
+
python-zeroconf (0.19.1-2) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/copyright b/debian/copyright
index a3d96c2..5449b58 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Copyright: 2003 Paul Scott-Murphy
License: LGPL-2.1+
Files: debian/*
-Copyright: 2015 Ruben Undheim <ruben.undheim@gmail.com>
+Copyright: 2015-2018 Ruben Undheim <ruben.undheim@gmail.com>
License: LGPL-2.1+
diff --git a/debian/patches/0001-Set-install_requires-to-enum34-instead-of-enum-compa.patch b/debian/patches/0001-Set-install_requires-to-enum34-instead-of-enum-compa.patch
deleted file mode 100644
index a66ac38..0000000
--- a/debian/patches/0001-Set-install_requires-to-enum34-instead-of-enum-compa.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 7021e671cb7b2113188419b36b0b823d0e2e8004 Mon Sep 17 00:00:00 2001
-From: Ruben Undheim <ruben.undheim@gmail.com>
-Date: Sun, 6 Mar 2016 10:26:23 +0100
-Subject: Set install_requires to enum34 instead of enum-compat
-
----
- setup.py | 8 ++------
- 1 file changed, 2 insertions(+), 6 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index ddda07c..a742454 100755
---- a/setup.py
-+++ b/setup.py
-@@ -55,12 +55,8 @@ setup(
- 'mDNS',
- ],
- install_requires=[
-- 'enum-compat',
-- # netifaces 0.10.5 has a bug that results in all interfaces' netmasks
-- # to be 255.255.255.255 on Windows which breaks things. See:
-- # * https://github.com/jstasiak/python-zeroconf/issues/84
-- # * https://bitbucket.org/al45tair/netifaces/issues/39/netmask-is-always-255255255255
-- 'netifaces!=0.10.5',
-+ 'enum34',
-+ 'netifaces',
- 'six',
- ],
- )
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index fce4913..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Set-install_requires-to-enum34-instead-of-enum-compa.patch