summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
authorPaulo Henrique de Lima Santana (phls) <phls@debian.org>2019-12-26 16:33:42 +0300
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2019-12-26 22:39:27 +0000
commit1f767cbb1f3e9fdd34caade8384aca78438ebd55 (patch)
tree610ffc8f6f67e1ee88edea24fb351ffabc4369a4 /setup.cfg
parent4585371edeb6da9bafe5403c337c9c0835dd6953 (diff)
Imported using git-ubuntu import.
Notes
Notes: * New upstream version 3.11.1. Consequently fix CVE-2019-13611: websocket hijacking vulnerability (Closes: #932538). * debian/control: - Added packages python3-coverage, python3-requests and python3-websocket in Build-Depends. - Added 'Rules-Requires-Root: no' in source stanza. - Changed Maintainer's email. - Added Vcs-* fields for repository in salsa. - Bumped Standards-Version to 4.4.1. - Bumped X-Python3-Version to 3.7. - Updated DH to level 12. * debian/copyright: - Changed Maintainer's email. - Listed all upstream files in copyright. - Updated upstream code and packaging copyrights years. * debian/manpage/python-engineio.1: added. * debian/manpages: changed to get manpage from the right place. * debian/upstream/CHANGES.md: added because upstream didn't include it on the tarball. * debian/README.source: deleted because upstream removed exemples/* files. * debian/rules: - Added override_dh_auto_test to skip tests. - Removed manpage building. * debian/salsa-ci.yml: created to start CI tests for Salsa. * debian/tests/*: changed to perform trivial tests.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..8bfd5a1
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,4 @@
+[egg_info]
+tag_build =
+tag_date = 0
+