Your message dated Mon, 24 Aug 2020 09:58:09 +0800
with message-id <[email protected]>
and subject line Re: Bug#934879: python-feather-format: Please drop python2 
support
has caused the Debian Bug report #934879,
regarding python-feather-format: Please drop python2 support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
934879: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934879
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-feather-format
Version: 0.3.1+dfsg1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu eoan ubuntu-patch

Dear maintainers,

As you know, we are in the process of deprecating python2 in Debian for the
next release.  In Ubuntu, I've identified that it may be useful to
accelerate this deprecation for pandas and its reverse-dependencies, because
the pandas tests appear to have bit-rotted for python2 on one architecture,
and it would be better to remove the python2 bits rather than invest in
fixing them.

python-feather-format is a package that build-depends on python-pandas, so
I've gone ahead and uploaded the attached patch to Ubuntu which drops the
python2 module.  python-feather-format has no reverse-depends, so I think
this change can be uploaded at any point.

Thanks for considering,
--
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
[email protected]                                     [email protected]
diff -Nru python-feather-format-0.3.1+dfsg1/debian/control 
python-feather-format-0.3.1+dfsg1/debian/control
--- python-feather-format-0.3.1+dfsg1/debian/control    2017-06-26 
03:56:53.000000000 -0700
+++ python-feather-format-0.3.1+dfsg1/debian/control    2019-08-15 
23:31:34.000000000 -0700
@@ -1,39 +1,20 @@
 Source: python-feather-format
 Section: python
 Priority: optional
-Maintainer: Ubuntu Developers <[email protected]>
-XSBC-Original-Maintainer: Debian Python Modules Team 
<[email protected]>
+Maintainer: Debian Python Modules Team 
<[email protected]>
 Uploaders: ChangZhuo Chen (陳昌倬) <[email protected]>
 Build-Depends: debhelper (>= 10),
-               cython,
                cython3,
                dh-python,
                python3-all-dev,
                python3-numpy,
                python3-pandas,
                python3-setuptools,
-               python-all-dev,
-               python-numpy,
-               python-pandas,
-               python-setuptools,
 Standards-Version: 3.9.8
 Homepage: https://github.com/wesm/feather
 Vcs-Git: 
https://anonscm.debian.org/git/python-modules/packages/python-feather-format.git
 Vcs-Browser: 
https://anonscm.debian.org/git/python-modules/packages/python-feather-format.git
 X-Python3-Version: >= 3.4
-X-Python-Version: >= 2.7
-
-Package: python-feather-format
-Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         ${python:Depends},
-Description: Python interface to the Apache Arrow-based Feather File Format 
(Python 2)
- Feather is binary columnar serialization for data frames. It is
- designed to read and write data frames very efficiently, and to make it
- easy to share data across multiple data analysis languages.
- .
- This package provides python2 binding for feather format.
 
 Package: python3-feather-format
 Architecture: any
diff -Nru python-feather-format-0.3.1+dfsg1/debian/rules 
python-feather-format-0.3.1+dfsg1/debian/rules
--- python-feather-format-0.3.1+dfsg1/debian/rules      2016-11-25 
02:28:50.000000000 -0800
+++ python-feather-format-0.3.1+dfsg1/debian/rules      2019-08-15 
23:31:31.000000000 -0700
@@ -5,9 +5,8 @@
 export LC_ALL=C.UTF-8
 
 %:
-       dh $@ --with python2,python3 --buildsystem=pybuild
+       dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_install:
        dh_auto_install
-       dh_numpy
        dh_numpy3

--- End Message ---
--- Begin Message ---
Control: fixed 934879 0.3.1+dfsg1-2

python2 was dropped in 0.3.1+dfsg1-2, so closing this bug.

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to