[Python-modules-commits] [python-eventlet] 12/19: Re-import packaging of 0.20.0-1

Thomas Goirand zigo at moszumanska.debian.org
Tue Nov 14 21:39:22 UTC 2017


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

zigo pushed a commit to branch master
in repository python-eventlet.

commit 490bac5f218d4369725046a5ac3a7b9b3862dff7
Author: Thomas Goirand <zigo at debian.org>
Date:   Tue Nov 14 22:23:45 2017 +0100

    Re-import packaging of 0.20.0-1
---
 debian/changelog |  16 +++++++++
 debian/control   | 102 +++++++++++++++++++++++++++++--------------------------
 2 files changed, 70 insertions(+), 48 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7216279..3a5dba3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+python-eventlet (0.20.0-1) unstable; urgency=medium
+
+  * Revert changes from Ondřej Nový, keep the package in OpenStack, as it's
+    used only there in the whole of Debian.
+  * Ran wrap-and-sort -bast.
+  * Updated maintainer field.
+  * Updated VCS fields.
+  * New upstream release.
+  * Removed versions of (build-)depends after stretch release.
+  * Removed breaks+replaces after stretch release.
+  * Standards-Version is now 4.1.1.
+  * Refreshed and removed patches.
+  * Add remove-test_urllib-failing-in-py36.patch.
+
+ -- Thomas Goirand <zigo at debian.org>  Sun, 29 Oct 2017 20:10:01 +0000
+
 python-eventlet (0.19.0-7) unstable; urgency=medium
 
   * Maintainer: DPMT team
diff --git a/debian/control b/debian/control
index 5a6e5cf..8f64961 100644
--- a/debian/control
+++ b/debian/control
@@ -1,42 +1,47 @@
 Source: python-eventlet
 Section: python
 Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Laszlo Boszormenyi (GCS) <gcs at debian.org>,
-           Thomas Goirand <zigo at debian.org>,
-           Ondřej Nový <onovy at debian.org>,
-Build-Depends: debhelper (>= 10),
-               dh-python,
-               netbase,
-               python-all,
-               python-setuptools,
-               python-sphinx,
-               python3-all,
-               python3-setuptools,
-Build-Depends-Indep: python-dnspython (>= 1.14.0),
-                     python-greenlet,
-                     python-httplib2,
-                     python-nose,
-                     python-openssl (>= 16.0.0),
-                     python-subprocess32,
-                     python-zmq (>= 13.1.0),
-                     python3-dnspython (>= 1.14.0),
-                     python3-greenlet,
-                     python3-httplib2,
-                     python3-nose,
-                     python3-openssl (>= 16.0.0),
-                     python3-zmq (>= 13.1.0),
-Standards-Version: 4.0.0.4
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-eventlet.git/
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-eventlet.git
+Maintainer: Debian OpenStack <openstack-devel at lists.alioth.debian.org>
+Uploaders:
+ Thomas Goirand <zigo at debian.org>,
+ Ondřej Nový <onovy at debian.org>,
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ netbase,
+ openstack-pkg-tools,
+ python-all,
+ python-setuptools,
+ python-sphinx,
+ python3-all,
+ python3-setuptools,
+Build-Depends-Indep:
+ python-dnspython,
+ python-greenlet,
+ python-httplib2,
+ python-nose,
+ python-openssl,
+ python-subprocess32,
+ python-zmq,
+ python3-dnspython,
+ python3-greenlet,
+ python3-httplib2,
+ python3-nose,
+ python3-openssl,
+ python3-zmq,
+Standards-Version: 4.1.1
+Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python/python-eventlet.git
+Vcs-Git: https://anonscm.debian.org/git/openstack/python/python-eventlet.git
 Homepage: http://eventlet.net
 
 Package: python-eventlet
 Architecture: all
-Depends: python-greenlet,
-         ${misc:Depends},
-         ${python:Depends},
-Suggests: python-eventlet-doc
+Depends:
+ python-greenlet,
+ ${misc:Depends},
+ ${python:Depends},
+Suggests:
+ python-eventlet-doc,
 Description: concurrent networking library - Python 2.x
  Eventlet allows you to change how you run your code, not how you write it.
  .
@@ -52,14 +57,13 @@ Description: concurrent networking library - Python 2.x
  .
  This package provides the Python 2.x module.
 
-Package: python3-eventlet
+Package: python-eventlet-doc
 Architecture: all
-Depends: python3-greenlet,
-         ${misc:Depends},
-         ${python3:Depends},
-         ${sphinxdoc:Depends},
-Suggests: python-eventlet-doc
-Description: concurrent networking library - Python 3.x
+Section: doc
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
+Description: concurrent networking library - doc
  Eventlet allows you to change how you run your code, not how you write it.
  .
  It uses epoll or libevent for highly scalable non-blocking I/O.
@@ -72,16 +76,18 @@ Description: concurrent networking library - Python 3.x
  applications to use it. Start off by looking at examples, common design
  patterns, and the list of the basic API primitives.
  .
- This package provides the Python 3.x module.
+ This package provides the documentation.
 
-Package: python-eventlet-doc
+Package: python3-eventlet
 Architecture: all
-Section: doc
-Breaks: python-eventlet (<< 0.17.4)
-Replaces: python-eventlet (<< 0.17.4)
-Depends: ${misc:Depends},
-         ${sphinxdoc:Depends},
-Description: concurrent networking library - doc
+Depends:
+ python3-greenlet,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${sphinxdoc:Depends},
+Suggests:
+ python-eventlet-doc,
+Description: concurrent networking library - Python 3.x
  Eventlet allows you to change how you run your code, not how you write it.
  .
  It uses epoll or libevent for highly scalable non-blocking I/O.
@@ -94,4 +100,4 @@ Description: concurrent networking library - doc
  applications to use it. Start off by looking at examples, common design
  patterns, and the list of the basic API primitives.
  .
- This package provides the documentation.
+ This package provides the Python 3.x module.

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



More information about the Python-modules-commits mailing list