aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrexxnor <rexxnor+gnunet@brief.li>2019-06-06 21:43:25 +0200
committerrexxnor <rexxnor+gnunet@brief.li>2019-06-06 21:43:25 +0200
commit745b65a8a97653e42674892d161e27c4987aca36 (patch)
treee6e0859289e40addd215fca8ea0691a3c0ae1851
parent333eb14b2af45041d5f25c00469181a86af1f989 (diff)
downloadascension-745b65a8a97653e42674892d161e27c4987aca36.tar.gz
ascension-745b65a8a97653e42674892d161e27c4987aca36.zip
removed dependency as it is not available as debian package
-rw-r--r--ascension-0.11.5.tar.gzbin11083 -> 11025 bytes
-rw-r--r--ascension/ascension.py6
-rw-r--r--deb_dist/ascension-0.11.5/ascension/ascension.py6
-rw-r--r--deb_dist/ascension-0.11.5/debian/changelog2
-rw-r--r--deb_dist/ascension-0.11.5/debian/python3-ascension/DEBIAN/md5sums4
-rw-r--r--deb_dist/ascension-0.11.5/debian/python3-ascension/usr/share/doc/python3-ascension/changelog.Debian.gzbin162 -> 163 bytes
-rwxr-xr-xdeb_dist/ascension-0.11.5/debian/rules2
-rw-r--r--deb_dist/ascension_0.11.5-1.debian.tar.xzbin1668 -> 1672 bytes
-rw-r--r--deb_dist/ascension_0.11.5-1.dsc12
-rw-r--r--deb_dist/ascension_0.11.5-1_amd64.buildinfo16
-rw-r--r--deb_dist/ascension_0.11.5-1_amd64.changes32
-rw-r--r--deb_dist/ascension_0.11.5-1_source.buildinfo10
-rw-r--r--deb_dist/ascension_0.11.5-1_source.changes26
-rw-r--r--deb_dist/ascension_0.11.5.orig.tar.gzbin11083 -> 11025 bytes
-rw-r--r--deb_dist/python3-ascension_0.11.5-1_all.debbin11830 -> 11790 bytes
-rw-r--r--requirements.txt1
-rw-r--r--setup.py1
17 files changed, 52 insertions, 66 deletions
diff --git a/ascension-0.11.5.tar.gz b/ascension-0.11.5.tar.gz
index 3a718c0..dfdfda6 100644
--- a/ascension-0.11.5.tar.gz
+++ b/ascension-0.11.5.tar.gz
Binary files differ
diff --git a/ascension/ascension.py b/ascension/ascension.py
index cd5cb85..9e59a93 100644
--- a/ascension/ascension.py
+++ b/ascension/ascension.py
@@ -658,12 +658,6 @@ class Ascender():
658 zonepkey = gnspkey[11:] 658 zonepkey = gnspkey[11:]
659 if len(zonepkey) != 52: 659 if len(zonepkey) != 52:
660 continue 660 continue
661 else:
662 try:
663 base32_crockford.decode(zonepkey, strict=True)
664 except ValueError:
665 # skip as this means it is not crockford compatbile
666 continue
667 661
668 zone = "%s.%s" % (name, self.domain) 662 zone = "%s.%s" % (name, self.domain)
669 if not self.subzonedict.get(zone): 663 if not self.subzonedict.get(zone):
diff --git a/deb_dist/ascension-0.11.5/ascension/ascension.py b/deb_dist/ascension-0.11.5/ascension/ascension.py
index cd5cb85..9e59a93 100644
--- a/deb_dist/ascension-0.11.5/ascension/ascension.py
+++ b/deb_dist/ascension-0.11.5/ascension/ascension.py
@@ -658,12 +658,6 @@ class Ascender():
658 zonepkey = gnspkey[11:] 658 zonepkey = gnspkey[11:]
659 if len(zonepkey) != 52: 659 if len(zonepkey) != 52:
660 continue 660 continue
661 else:
662 try:
663 base32_crockford.decode(zonepkey, strict=True)
664 except ValueError:
665 # skip as this means it is not crockford compatbile
666 continue
667 661
668 zone = "%s.%s" % (name, self.domain) 662 zone = "%s.%s" % (name, self.domain)
669 if not self.subzonedict.get(zone): 663 if not self.subzonedict.get(zone):
diff --git a/deb_dist/ascension-0.11.5/debian/changelog b/deb_dist/ascension-0.11.5/debian/changelog
index aaaf662..a331b3a 100644
--- a/deb_dist/ascension-0.11.5/debian/changelog
+++ b/deb_dist/ascension-0.11.5/debian/changelog
@@ -2,4 +2,4 @@ ascension (0.11.5-1) unstable; urgency=low
2 2
3 * source package automatically created by stdeb 0.8.5 3 * source package automatically created by stdeb 0.8.5
4 4
5 -- rexxnor <rexxnor+gnunet@brief.li> Thu, 06 Jun 2019 19:24:11 +0000 5 -- rexxnor <rexxnor+gnunet@brief.li> Thu, 06 Jun 2019 19:42:28 +0000
diff --git a/deb_dist/ascension-0.11.5/debian/python3-ascension/DEBIAN/md5sums b/deb_dist/ascension-0.11.5/debian/python3-ascension/DEBIAN/md5sums
index 33438ef..cdbb584 100644
--- a/deb_dist/ascension-0.11.5/debian/python3-ascension/DEBIAN/md5sums
+++ b/deb_dist/ascension-0.11.5/debian/python3-ascension/DEBIAN/md5sums
@@ -5,6 +5,6 @@ b9326cd655bd4569eaeb5f029ae298d4 usr/lib/python3/dist-packages/ascension-0.11.5
5d41d8cd98f00b204e9800998ecf8427e usr/lib/python3/dist-packages/ascension-0.11.5.egg-info/requires.txt 5d41d8cd98f00b204e9800998ecf8427e usr/lib/python3/dist-packages/ascension-0.11.5.egg-info/requires.txt
6e616e4373e7b199db038fd8e938a3188 usr/lib/python3/dist-packages/ascension-0.11.5.egg-info/top_level.txt 6e616e4373e7b199db038fd8e938a3188 usr/lib/python3/dist-packages/ascension-0.11.5.egg-info/top_level.txt
7d41d8cd98f00b204e9800998ecf8427e usr/lib/python3/dist-packages/ascension/__init__.py 7d41d8cd98f00b204e9800998ecf8427e usr/lib/python3/dist-packages/ascension/__init__.py
81f122d6eb5cf8cf24263fd5f4cd7556b usr/lib/python3/dist-packages/ascension/ascension.py 8010101d302b9bf9ead10e3abcd3da06d usr/lib/python3/dist-packages/ascension/ascension.py
9de060b4ca299c6460ff508aed915526b usr/man/man1/ascension.1 9de060b4ca299c6460ff508aed915526b usr/man/man1/ascension.1
10728f1502b33a93a50a6afc306b4d6f65 usr/share/doc/python3-ascension/changelog.Debian.gz 10ffdaa2aece10c03d37f918814006f3e8 usr/share/doc/python3-ascension/changelog.Debian.gz
diff --git a/deb_dist/ascension-0.11.5/debian/python3-ascension/usr/share/doc/python3-ascension/changelog.Debian.gz b/deb_dist/ascension-0.11.5/debian/python3-ascension/usr/share/doc/python3-ascension/changelog.Debian.gz
index bccc74b..9bc3c6a 100644
--- a/deb_dist/ascension-0.11.5/debian/python3-ascension/usr/share/doc/python3-ascension/changelog.Debian.gz
+++ b/deb_dist/ascension-0.11.5/debian/python3-ascension/usr/share/doc/python3-ascension/changelog.Debian.gz
Binary files differ
diff --git a/deb_dist/ascension-0.11.5/debian/rules b/deb_dist/ascension-0.11.5/debian/rules
index ac3c8d6..d461281 100755
--- a/deb_dist/ascension-0.11.5/debian/rules
+++ b/deb_dist/ascension-0.11.5/debian/rules
@@ -1,7 +1,7 @@
1#!/usr/bin/make -f 1#!/usr/bin/make -f
2 2
3# This file was automatically generated by stdeb 0.8.5 at 3# This file was automatically generated by stdeb 0.8.5 at
4# Thu, 06 Jun 2019 19:24:11 +0000 4# Thu, 06 Jun 2019 19:42:28 +0000
5 5
6%: 6%:
7 dh $@ --with python3 --buildsystem=python_distutils 7 dh $@ --with python3 --buildsystem=python_distutils
diff --git a/deb_dist/ascension_0.11.5-1.debian.tar.xz b/deb_dist/ascension_0.11.5-1.debian.tar.xz
index 487a655..d2fdf66 100644
--- a/deb_dist/ascension_0.11.5-1.debian.tar.xz
+++ b/deb_dist/ascension_0.11.5-1.debian.tar.xz
Binary files differ
diff --git a/deb_dist/ascension_0.11.5-1.dsc b/deb_dist/ascension_0.11.5-1.dsc
index 8972560..e6c96f3 100644
--- a/deb_dist/ascension_0.11.5-1.dsc
+++ b/deb_dist/ascension_0.11.5-1.dsc
@@ -9,11 +9,11 @@ Build-Depends: python3-setuptools, python3-all, debhelper (>= 7.4.3)
9Package-List: 9Package-List:
10 python3-ascension deb python optional arch=all 10 python3-ascension deb python optional arch=all
11Checksums-Sha1: 11Checksums-Sha1:
12 85bbeb027f10b1377bed75a5a0d16088a7a29aa4 11083 ascension_0.11.5.orig.tar.gz 12 cc6f1d1a8212d096f3a67ead352ab289331ce1f2 11025 ascension_0.11.5.orig.tar.gz
13 7f0a4eb3289cac9a4292a3505d2ae3825ae5d0ff 1668 ascension_0.11.5-1.debian.tar.xz 13 2909f640b7ea374fe3c3fb2c4a0221ea85380b5f 1672 ascension_0.11.5-1.debian.tar.xz
14Checksums-Sha256: 14Checksums-Sha256:
15 cc5044b7b3f1b8a6bbee74120988097170758b641e78c56a33d65ce95fe5cad8 11083 ascension_0.11.5.orig.tar.gz 15 bdd8f289e9955dc9d06ca9a8e8c6ef3611ab5ddbc9896e7313074c83ff985c34 11025 ascension_0.11.5.orig.tar.gz
16 6e03afb057e0f8bb28c243581c110362e8330bd7042213439fcc599ab5c73f59 1668 ascension_0.11.5-1.debian.tar.xz 16 300552254bdcd426d9d5dc04f7d14a67b42391838bb65c571ae3a33eb8db498e 1672 ascension_0.11.5-1.debian.tar.xz
17Files: 17Files:
18 76989ff7fb3ddccaf2cd92526686b2c8 11083 ascension_0.11.5.orig.tar.gz 18 3e3ff56b2cf59aeaca139740e84337fc 11025 ascension_0.11.5.orig.tar.gz
19 807b6e38531f2aff5dd9d2bfb48532cb 1668 ascension_0.11.5-1.debian.tar.xz 19 757f7fefe6063aa5507851a972835ff2 1672 ascension_0.11.5-1.debian.tar.xz
diff --git a/deb_dist/ascension_0.11.5-1_amd64.buildinfo b/deb_dist/ascension_0.11.5-1_amd64.buildinfo
index 067e043..a4f7290 100644
--- a/deb_dist/ascension_0.11.5-1_amd64.buildinfo
+++ b/deb_dist/ascension_0.11.5-1_amd64.buildinfo
@@ -4,17 +4,17 @@ Binary: python3-ascension
4Architecture: all source 4Architecture: all source
5Version: 0.11.5-1 5Version: 0.11.5-1
6Checksums-Md5: 6Checksums-Md5:
7 eff51dce10c8e8c03141e4eab05c0359 846 ascension_0.11.5-1.dsc 7 645068ca353c4dc9b6514a0c89ff1078 846 ascension_0.11.5-1.dsc
8 f92c3fbe6aa31ede0c9194cd0359a73c 11830 python3-ascension_0.11.5-1_all.deb 8 52a78ed44b5a5a8d61daf8370f9ec1ca 11790 python3-ascension_0.11.5-1_all.deb
9Checksums-Sha1: 9Checksums-Sha1:
10 31ed843b064df8924884d5ee6593069bc2f8ca74 846 ascension_0.11.5-1.dsc 10 923003ff06f549137d075cdab4a508374ba86022 846 ascension_0.11.5-1.dsc
11 727406c4ec24f4cf1194f6c321a2835bf3085512 11830 python3-ascension_0.11.5-1_all.deb 11 d5fac57f142088b493ce61f95f06a6095c7c6bad 11790 python3-ascension_0.11.5-1_all.deb
12Checksums-Sha256: 12Checksums-Sha256:
13 5b87bc0bd53615b2a012047a360fae17f1f82536ce88557d89f86aee2b8e8147 846 ascension_0.11.5-1.dsc 13 dd6c5f22d60b88d26acce9abebd89857e40e4ec107fc1bd145aae9d4299afaa5 846 ascension_0.11.5-1.dsc
14 be44525071f9e8eb53e28e237e54d659e253db7d948d9ddbf89a6980150fc330 11830 python3-ascension_0.11.5-1_all.deb 14 7b02a0cc79d70cb79781aa464631a92b2cd0f4a297b31cfa9da435105814b07f 11790 python3-ascension_0.11.5-1_all.deb
15Build-Origin: Debian 15Build-Origin: Debian
16Build-Architecture: amd64 16Build-Architecture: amd64
17Build-Date: Thu, 06 Jun 2019 19:24:48 +0000 17Build-Date: Thu, 06 Jun 2019 19:43:00 +0000
18Installed-Build-Depends: 18Installed-Build-Depends:
19 autoconf (= 2.69-10), 19 autoconf (= 2.69-10),
20 automake (= 1:1.15-6), 20 automake (= 1:1.15-6),
@@ -177,4 +177,4 @@ Installed-Build-Depends:
177 zlib1g (= 1:1.2.8.dfsg-5) 177 zlib1g (= 1:1.2.8.dfsg-5)
178Environment: 178Environment:
179 DEB_BUILD_OPTIONS="parallel=2" 179 DEB_BUILD_OPTIONS="parallel=2"
180 SOURCE_DATE_EPOCH="1559849051" 180 SOURCE_DATE_EPOCH="1559850148"
diff --git a/deb_dist/ascension_0.11.5-1_amd64.changes b/deb_dist/ascension_0.11.5-1_amd64.changes
index b821a01..29e6b0e 100644
--- a/deb_dist/ascension_0.11.5-1_amd64.changes
+++ b/deb_dist/ascension_0.11.5-1_amd64.changes
@@ -1,5 +1,5 @@
1Format: 1.8 1Format: 1.8
2Date: Thu, 06 Jun 2019 19:24:11 +0000 2Date: Thu, 06 Jun 2019 19:42:28 +0000
3Source: ascension 3Source: ascension
4Binary: python3-ascension 4Binary: python3-ascension
5Architecture: source all 5Architecture: source all
@@ -15,20 +15,20 @@ Changes:
15 . 15 .
16 * source package automatically created by stdeb 0.8.5 16 * source package automatically created by stdeb 0.8.5
17Checksums-Sha1: 17Checksums-Sha1:
18 31ed843b064df8924884d5ee6593069bc2f8ca74 846 ascension_0.11.5-1.dsc 18 923003ff06f549137d075cdab4a508374ba86022 846 ascension_0.11.5-1.dsc
19 85bbeb027f10b1377bed75a5a0d16088a7a29aa4 11083 ascension_0.11.5.orig.tar.gz 19 cc6f1d1a8212d096f3a67ead352ab289331ce1f2 11025 ascension_0.11.5.orig.tar.gz
20 7f0a4eb3289cac9a4292a3505d2ae3825ae5d0ff 1668 ascension_0.11.5-1.debian.tar.xz 20 2909f640b7ea374fe3c3fb2c4a0221ea85380b5f 1672 ascension_0.11.5-1.debian.tar.xz
21 6b014648dce2110ba24ecb82bc28b138505de6d8 5432 ascension_0.11.5-1_amd64.buildinfo 21 250ddf8ab458927744c259af8902e5a37b1aa468 5432 ascension_0.11.5-1_amd64.buildinfo
22 727406c4ec24f4cf1194f6c321a2835bf3085512 11830 python3-ascension_0.11.5-1_all.deb 22 d5fac57f142088b493ce61f95f06a6095c7c6bad 11790 python3-ascension_0.11.5-1_all.deb
23Checksums-Sha256: 23Checksums-Sha256:
24 5b87bc0bd53615b2a012047a360fae17f1f82536ce88557d89f86aee2b8e8147 846 ascension_0.11.5-1.dsc 24 dd6c5f22d60b88d26acce9abebd89857e40e4ec107fc1bd145aae9d4299afaa5 846 ascension_0.11.5-1.dsc
25 cc5044b7b3f1b8a6bbee74120988097170758b641e78c56a33d65ce95fe5cad8 11083 ascension_0.11.5.orig.tar.gz 25 bdd8f289e9955dc9d06ca9a8e8c6ef3611ab5ddbc9896e7313074c83ff985c34 11025 ascension_0.11.5.orig.tar.gz
26 6e03afb057e0f8bb28c243581c110362e8330bd7042213439fcc599ab5c73f59 1668 ascension_0.11.5-1.debian.tar.xz 26 300552254bdcd426d9d5dc04f7d14a67b42391838bb65c571ae3a33eb8db498e 1672 ascension_0.11.5-1.debian.tar.xz
27 157d37a8f15988ac6c6d39450e08a076bff44fe16eb48faff80b979c4de43bf4 5432 ascension_0.11.5-1_amd64.buildinfo 27 4ff913c00e2b003dd9dd3376f477262331f02802c52a95928e14d55fc2163751 5432 ascension_0.11.5-1_amd64.buildinfo
28 be44525071f9e8eb53e28e237e54d659e253db7d948d9ddbf89a6980150fc330 11830 python3-ascension_0.11.5-1_all.deb 28 7b02a0cc79d70cb79781aa464631a92b2cd0f4a297b31cfa9da435105814b07f 11790 python3-ascension_0.11.5-1_all.deb
29Files: 29Files:
30 eff51dce10c8e8c03141e4eab05c0359 846 python optional ascension_0.11.5-1.dsc 30 645068ca353c4dc9b6514a0c89ff1078 846 python optional ascension_0.11.5-1.dsc
31 76989ff7fb3ddccaf2cd92526686b2c8 11083 python optional ascension_0.11.5.orig.tar.gz 31 3e3ff56b2cf59aeaca139740e84337fc 11025 python optional ascension_0.11.5.orig.tar.gz
32 807b6e38531f2aff5dd9d2bfb48532cb 1668 python optional ascension_0.11.5-1.debian.tar.xz 32 757f7fefe6063aa5507851a972835ff2 1672 python optional ascension_0.11.5-1.debian.tar.xz
33 1e68d67c3b5aeec80c9b3ad0cc833cc5 5432 python optional ascension_0.11.5-1_amd64.buildinfo 33 60d11b44a1f90bbd6b19e4d2dab8ed20 5432 python optional ascension_0.11.5-1_amd64.buildinfo
34 f92c3fbe6aa31ede0c9194cd0359a73c 11830 python optional python3-ascension_0.11.5-1_all.deb 34 52a78ed44b5a5a8d61daf8370f9ec1ca 11790 python optional python3-ascension_0.11.5-1_all.deb
diff --git a/deb_dist/ascension_0.11.5-1_source.buildinfo b/deb_dist/ascension_0.11.5-1_source.buildinfo
index 1ba8956..76f21a5 100644
--- a/deb_dist/ascension_0.11.5-1_source.buildinfo
+++ b/deb_dist/ascension_0.11.5-1_source.buildinfo
@@ -4,14 +4,14 @@ Binary: python3-ascension
4Architecture: source 4Architecture: source
5Version: 0.11.5-1 5Version: 0.11.5-1
6Checksums-Md5: 6Checksums-Md5:
7 ba8a9816680af7ce504f6fd1d90a797b 846 ascension_0.11.5-1.dsc 7 8346b7d76e624a2127b081e2d1d0aa12 846 ascension_0.11.5-1.dsc
8Checksums-Sha1: 8Checksums-Sha1:
9 e06e7aa26108af4d7ab17e01f89d3d959d1a5f39 846 ascension_0.11.5-1.dsc 9 4c3a692da040fb55894ae8db1cb86e34fbb7e539 846 ascension_0.11.5-1.dsc
10Checksums-Sha256: 10Checksums-Sha256:
11 4405daf4ac41ad1a1baa06b60c82cb2baaabd0ede4a305e26de09552606630eb 846 ascension_0.11.5-1.dsc 11 fcbdfa13dec81778f4d3e041c267e797781e20b642dc4e7a30a594b314775cd0 846 ascension_0.11.5-1.dsc
12Build-Origin: Debian 12Build-Origin: Debian
13Build-Architecture: amd64 13Build-Architecture: amd64
14Build-Date: Thu, 06 Jun 2019 19:24:13 +0000 14Build-Date: Thu, 06 Jun 2019 19:42:30 +0000
15Installed-Build-Depends: 15Installed-Build-Depends:
16 autoconf (= 2.69-10), 16 autoconf (= 2.69-10),
17 automake (= 1:1.15-6), 17 automake (= 1:1.15-6),
@@ -174,4 +174,4 @@ Installed-Build-Depends:
174 zlib1g (= 1:1.2.8.dfsg-5) 174 zlib1g (= 1:1.2.8.dfsg-5)
175Environment: 175Environment:
176 DEB_BUILD_OPTIONS="parallel=2" 176 DEB_BUILD_OPTIONS="parallel=2"
177 SOURCE_DATE_EPOCH="1559849051" 177 SOURCE_DATE_EPOCH="1559850148"
diff --git a/deb_dist/ascension_0.11.5-1_source.changes b/deb_dist/ascension_0.11.5-1_source.changes
index 05b5284..86172f4 100644
--- a/deb_dist/ascension_0.11.5-1_source.changes
+++ b/deb_dist/ascension_0.11.5-1_source.changes
@@ -1,5 +1,5 @@
1Format: 1.8 1Format: 1.8
2Date: Thu, 06 Jun 2019 19:24:11 +0000 2Date: Thu, 06 Jun 2019 19:42:28 +0000
3Source: ascension 3Source: ascension
4Binary: python3-ascension 4Binary: python3-ascension
5Architecture: source 5Architecture: source
@@ -15,17 +15,17 @@ Changes:
15 . 15 .
16 * source package automatically created by stdeb 0.8.5 16 * source package automatically created by stdeb 0.8.5
17Checksums-Sha1: 17Checksums-Sha1:
18 e06e7aa26108af4d7ab17e01f89d3d959d1a5f39 846 ascension_0.11.5-1.dsc 18 4c3a692da040fb55894ae8db1cb86e34fbb7e539 846 ascension_0.11.5-1.dsc
19 85bbeb027f10b1377bed75a5a0d16088a7a29aa4 11083 ascension_0.11.5.orig.tar.gz 19 cc6f1d1a8212d096f3a67ead352ab289331ce1f2 11025 ascension_0.11.5.orig.tar.gz
20 91cbba1b5f8d04d997273838dadcc9ea7e291319 1136 ascension_0.11.5-1.debian.tar.xz 20 fb5e9de99d5ace53675e49969639a49f744aa531 1140 ascension_0.11.5-1.debian.tar.xz
21 dc60b450f8a9b3641dcf6e0e42212eb4ed046957 5163 ascension_0.11.5-1_source.buildinfo 21 9c0b4d846772c7555becd17acfb267c72689b134 5163 ascension_0.11.5-1_source.buildinfo
22Checksums-Sha256: 22Checksums-Sha256:
23 4405daf4ac41ad1a1baa06b60c82cb2baaabd0ede4a305e26de09552606630eb 846 ascension_0.11.5-1.dsc 23 fcbdfa13dec81778f4d3e041c267e797781e20b642dc4e7a30a594b314775cd0 846 ascension_0.11.5-1.dsc
24 cc5044b7b3f1b8a6bbee74120988097170758b641e78c56a33d65ce95fe5cad8 11083 ascension_0.11.5.orig.tar.gz 24 bdd8f289e9955dc9d06ca9a8e8c6ef3611ab5ddbc9896e7313074c83ff985c34 11025 ascension_0.11.5.orig.tar.gz
25 1de04d0409ab49a72995cbb391b4b077b3f95da4110b5dbe1b7f7ec755058f59 1136 ascension_0.11.5-1.debian.tar.xz 25 c0b38b1974e09244725f5480541a15bab413b60b01ef3f6908fa9f3a3efdd694 1140 ascension_0.11.5-1.debian.tar.xz
26 7a28cb4aea7d9abe6bceb0a8d854e1d1e24921efa900dc16729c05b9a40b35ab 5163 ascension_0.11.5-1_source.buildinfo 26 15f5cbececb2b0cd4e9d529163f1d3c5efa07cc1653f48daf62d40f02d8e32a7 5163 ascension_0.11.5-1_source.buildinfo
27Files: 27Files:
28 ba8a9816680af7ce504f6fd1d90a797b 846 python optional ascension_0.11.5-1.dsc 28 8346b7d76e624a2127b081e2d1d0aa12 846 python optional ascension_0.11.5-1.dsc
29 76989ff7fb3ddccaf2cd92526686b2c8 11083 python optional ascension_0.11.5.orig.tar.gz 29 3e3ff56b2cf59aeaca139740e84337fc 11025 python optional ascension_0.11.5.orig.tar.gz
30 e79311f01d343d4a995d5016cac2dd91 1136 python optional ascension_0.11.5-1.debian.tar.xz 30 c2e94bf4ac46ee3373a6c6bb25fc7c0f 1140 python optional ascension_0.11.5-1.debian.tar.xz
31 38bd1fc61b4c728f3bd35cb88d3102b6 5163 python optional ascension_0.11.5-1_source.buildinfo 31 e9e4c6fb57f9e31f3077e796130c4ac3 5163 python optional ascension_0.11.5-1_source.buildinfo
diff --git a/deb_dist/ascension_0.11.5.orig.tar.gz b/deb_dist/ascension_0.11.5.orig.tar.gz
index 3a718c0..dfdfda6 100644
--- a/deb_dist/ascension_0.11.5.orig.tar.gz
+++ b/deb_dist/ascension_0.11.5.orig.tar.gz
Binary files differ
diff --git a/deb_dist/python3-ascension_0.11.5-1_all.deb b/deb_dist/python3-ascension_0.11.5-1_all.deb
index 3e7b16e..0bae818 100644
--- a/deb_dist/python3-ascension_0.11.5-1_all.deb
+++ b/deb_dist/python3-ascension_0.11.5-1_all.deb
Binary files differ
diff --git a/requirements.txt b/requirements.txt
index 83ab749..00735b5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,3 @@
1base32-crockford==0.3.0
2coverage==4.5.3 1coverage==4.5.3
3daemon==1.2 2daemon==1.2
4daemonize==2.5.0 3daemonize==2.5.0
diff --git a/setup.py b/setup.py
index cdb03f4..851c1d8 100644
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,6 @@ setuptools.setup(
45 ], 45 ],
46 }, 46 },
47 install_requires=[ 47 install_requires=[
48 'base32_crockford',
49 'coverage', 48 'coverage',
50 'dnspython', 49 'dnspython',
51 'docopt', 50 'docopt',