r3028 - in zope.component/trunk/debian (changelog control)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Tue Aug 30 20:39:31 UTC 2016


    Date: Tuesday, August 30, 2016 @ 20:39:30
  Author: barry
Revision: 3028

* New upstream release.
* d/control:
  - Minimum upstream Python versions are 2.7 and 3.3.
  - Minimum zope.interface compatible version is 4.1.0. (Closes: #807920)
  - Bump Standards-Version to 3.9.8 with no other changes needed.
  - wrap-and-sort

Modified:
  zope.component/trunk/debian/changelog
  zope.component/trunk/debian/control

Modified: zope.component/trunk/debian/changelog
===================================================================
--- zope.component/trunk/debian/changelog	2016-08-23 00:14:40 UTC (rev 3027)
+++ zope.component/trunk/debian/changelog	2016-08-30 20:39:30 UTC (rev 3028)
@@ -1,7 +1,18 @@
+zope.component (4.3.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * d/control:
+    - Minimum upstream Python versions are 2.7 and 3.3.
+    - Minimum zope.interface compatible version is 4.1.0. (Closes: #807920)
+    - Bump Standards-Version to 3.9.8 with no other changes needed.
+    - wrap-and-sort
+
+ -- Barry Warsaw <barry at debian.org>  Tue, 30 Aug 2016 16:08:54 -0400
+
 zope.component (4.2.2-1) unstable; urgency=medium
 
   * New upstream release.
-  * d/control: 
+  * d/control:
     - Restore virtual package python-zope.component-hook.
     - Bump Standards-Version with no other changes necessary.
   * d/watch: Use pypi.debian.net redirector.

Modified: zope.component/trunk/debian/control
===================================================================
--- zope.component/trunk/debian/control	2016-08-23 00:14:40 UTC (rev 3027)
+++ zope.component/trunk/debian/control	2016-08-30 20:39:30 UTC (rev 3028)
@@ -7,7 +7,7 @@
            Barry Warsaw <barry at debian.org>
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-all (>= 2.6.6-3~),
+               python-all (>= 2.7~),
                python-persistent,
                python-setuptools,
                python-zope.configuration,
@@ -23,9 +23,9 @@
                python3-zope.interface,
                python3-zope.proxy,
                python3-zope.security
-Standards-Version: 3.9.6
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
+Standards-Version: 3.9.8
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.3
 XS-Testsuite: autopkgtest
 Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zope.component/trunk
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-zope/zope.component/trunk
@@ -33,7 +33,10 @@
 
 Package: python-zope.component
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-zope.hookable
+Depends: python-zope.hookable,
+         python-zope.interface (>= 4.1.0),
+         ${misc:Depends},
+         ${python:Depends}
 Provides: python-zope.component-hook
 Description: Zope Component Architecture
  The core of the Zope Component Architecture. Together with the zope.interface
@@ -44,7 +47,10 @@
 
 Package: python3-zope.component
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-zope.hookable
+Depends: python3-zope.hookable,
+         python3-zope.interface (>= 4.1.0),
+         ${misc:Depends},
+         ${python3:Depends}
 Description: Zope Component Architecture
  The core of the Zope Component Architecture. Together with the zope.interface
  package, it provides facilities for defining, registering and looking up
@@ -55,9 +61,9 @@
 Package: python-zope.component-zcml
 Architecture: all
 Depends: python-zope.component (= ${binary:Version}),
-         ${misc:Depends},
          python-zope.configuration,
-         python-zope.i18nmessageid
+         python-zope.i18nmessageid,
+         ${misc:Depends}
 Description: Metapackage for zope.component zcml extra
  The core of the Zope Component Architecture. Together with the zope.interface
  package, it provides facilities for defining, registering and looking up
@@ -69,10 +75,10 @@
 Package: python-zope.component-test
 Architecture: all
 Depends: python-zope.component (= ${binary:Version}),
-         ${misc:Depends},
+         python-zope.component-security,
+         python-zope.component-zcml,
          python-zope.testing,
-         python-zope.component-security,
-         python-zope.component-zcml
+         ${misc:Depends}
 Description: Metapackage for zope.component test extra
  The core of the Zope Component Architecture. Together with the zope.interface
  package, it provides facilities for defining, registering and looking up
@@ -82,8 +88,7 @@
 
 Package: python-zope.component-persistentregistry
 Architecture: all
-Depends: python-zope.component (= ${binary:Version}),
-         ${misc:Depends}
+Depends: python-zope.component (= ${binary:Version}), ${misc:Depends}
 Description: Metapackage for zope.component persistentregistry extra
  The core of the Zope Component Architecture. Together with the zope.interface
  package, it provides facilities for defining, registering and looking up
@@ -94,10 +99,10 @@
 Package: python-zope.component-security
 Architecture: all
 Depends: python-zope.component (= ${binary:Version}),
-         ${misc:Depends},
          python-zope.location,
          python-zope.proxy,
-         python-zope.security
+         python-zope.security,
+         ${misc:Depends}
 Description: Metapackage for zope.component security extra
  The core of the Zope Component Architecture. Together with the zope.interface
  package, it provides facilities for defining, registering and looking up




More information about the pkg-zope-developers mailing list