Bug#950063: influxdb-python FTBFS with pandas 0.25.3

2020-02-20 Thread Andreas Tille
On Thu, Feb 20, 2020 at 10:31:41AM -0500, Alexandre Viau wrote:
> On Thu, Feb 20, 2020 at 4:15 AM Andreas Tille  wrote:
> > Regarding your wish to remove you from Maintainers: I did not intend to
> > take over the package from you personally.  I rather wanted to do
> > something like:
> >
> >   Maintainer: Debian Python Modules Team 
> > 
> >   Uploaders: Alexandre Viau 
> >
> > and you become a member of DPMT to maintain the package inside the team.
> > If you are short in time I could probably do a team upload to fix the
> > current issues, thought.
> 
> Okay that works.

Since I do not have sufficient permissions I asked for it in

   https://salsa.debian.org/salsa/support/issues/197

I'll keep you updated who the migration proceeds.

Kind regards

  Andreas.

> You may do the upload right now and I'll make sure that I am a member
> on salsa DPMT (I used to be on Alioth) before my next upload.
> 
> Thank you for caring about this package!
> 
> Cheers,
> 
> --
> Alexandre Viau
> av...@debian.org
> 

-- 
http://fam-tille.de



Bug#950063: influxdb-python FTBFS with pandas 0.25.3

2020-02-20 Thread Alexandre Viau
On Thu, Feb 20, 2020 at 4:15 AM Andreas Tille  wrote:
> Regarding your wish to remove you from Maintainers: I did not intend to
> take over the package from you personally.  I rather wanted to do
> something like:
>
>   Maintainer: Debian Python Modules Team 
> 
>   Uploaders: Alexandre Viau 
>
> and you become a member of DPMT to maintain the package inside the team.
> If you are short in time I could probably do a team upload to fix the
> current issues, thought.

Okay that works.

You may do the upload right now and I'll make sure that I am a member
on salsa DPMT (I used to be on Alioth) before my next upload.

Thank you for caring about this package!

Cheers,

--
Alexandre Viau
av...@debian.org



Bug#950063: influxdb-python FTBFS with pandas 0.25.3

2020-02-20 Thread Andreas Tille
Hi Alexandre,

On Wed, Feb 19, 2020 at 09:51:43AM -0500, Alexandre Viau wrote:
> Feel free to move influxdb-python to DPMT.

Thanks.
 
> However, if you do, please remove me from the maintainers and
> delete/move the existing salsa project.

For sure I can transfer the project on Salsa.

Regarding your wish to remove you from Maintainers: I did not intend to
take over the package from you personally.  I rather wanted to do
something like:

  Maintainer: Debian Python Modules Team 

  Uploaders: Alexandre Viau 

and you become a member of DPMT to maintain the package inside the team.
If you are short in time I could probably do a team upload to fix the
current issues, thought.

Kind regards

  Andreas.

-- 
http://fam-tille.de



Bug#950063: influxdb-python FTBFS with pandas 0.25.3

2020-02-19 Thread Alexandre Viau
Feel free to move influxdb-python to DPMT.

However, if you do, please remove me from the maintainers and
delete/move the existing salsa project.

Cheers,


-- 
Aleaxandre Viau
av...@debian.org



signature.asc
Description: OpenPGP digital signature


Bug#950063: influxdb-python FTBFS with pandas 0.25.3

2020-02-19 Thread Thomas Goirand
Hi,

I am hereby +1-ing what Andreas wrote. I also would like influxdb-python
to be moved to the DPMT, and I am also volunteering to do the work, as I
need influxdb-python for cloudkitty (ie: OpenStack resource rating as a
service).


Cheers,

Thomas Goirand (zigo)



Bug#950063: influxdb-python FTBFS with pandas 0.25.3

2020-02-05 Thread Andreas Tille
Hi Alexandre,

since a Debian Med package is affected as reverse-depends of
influxdb-python I had a look.  Unfortunately this Python package
is not maintained by the Python modules team.  I would consider
it a good idea to move this package into team maintenance.  I'd
volunteer to do that move but wanted to ask for permission first.

If you argee I would upgrade the package to 5.2.3 despite I
realised that there are open issues

https://github.com/influxdata/influxdb-python/issues/738
and
https://github.com/influxdata/influxdb-python/issues/696

Could you please comment on these?

Kind regards

  Andreas.

-- 
http://fam-tille.de



Bug#950063: influxdb-python FTBFS with pandas 0.25.3

2020-01-28 Thread Adrian Bunk
Source: influxdb-python
Version: 5.2.0-1.1
Severity: serious
Tags: ftbfs

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/influxdb-python.html

...
==
ERROR: Test multiquyer into df for TestDataFrameClient object.
--
Traceback (most recent call last):
  File 
"/build/1st/influxdb-python-5.2.0/influxdb/tests/dataframe_client_test.py", 
line 628, in test_multiquery_into_dataframe
pd1 = pd.DataFrame(
  File "/usr/lib/python3/dist-packages/pandas/core/generic.py", line 9867, in 
tz_localize
ax = _tz_localize(ax, tz, ambiguous, nonexistent)
  File "/usr/lib/python3/dist-packages/pandas/core/generic.py", line 9855, in 
_tz_localize
ax = ax.tz_localize(tz, ambiguous=ambiguous, nonexistent=nonexistent)
  File "/usr/lib/python3/dist-packages/pandas/core/accessor.py", line 93, in f
return self._delegate_method(name, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/pandas/core/indexes/datetimelike.py", 
line 813, in _delegate_method
result = operator.methodcaller(name, *args, **kwargs)(self._data)
  File "/usr/lib/python3/dist-packages/pandas/core/arrays/datetimes.py", line 
1145, in tz_localize
raise TypeError("Already tz-aware, use tz_convert to convert.")
TypeError: Already tz-aware, use tz_convert to convert.

==
ERROR: Test query into df for TestDataFrameClient object.
--
Traceback (most recent call last):
  File 
"/build/1st/influxdb-python-5.2.0/influxdb/tests/dataframe_client_test.py", 
line 580, in test_query_into_dataframe
pd1.index = pd1.index.tz_localize('UTC')
  File "/usr/lib/python3/dist-packages/pandas/core/accessor.py", line 93, in f
return self._delegate_method(name, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/pandas/core/indexes/datetimelike.py", 
line 813, in _delegate_method
result = operator.methodcaller(name, *args, **kwargs)(self._data)
  File "/usr/lib/python3/dist-packages/pandas/core/arrays/datetimes.py", line 
1145, in tz_localize
raise TypeError("Already tz-aware, use tz_convert to convert.")
TypeError: Already tz-aware, use tz_convert to convert.

--
Ran 200 tests in 2.623s

FAILED (SKIP=24, errors=2)
E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: cd 
/build/1st/influxdb-python-5.2.0/.pybuild/cpython3_3.8_influxdb/build; 
python3.8 -m nose -v {dir} --verbose
dh_auto_test: error: pybuild --test -i python{version} -p "3.8 3.7" returned 
exit code 13
make: *** [debian/rules:10: build] Error 25