petl-developers / petl

Python Extract Transform and Load Tables of Data
MIT License
1.24k stars 193 forks source link

PyPI petl not up to date (1.7.4 vs 1.7.5) #583

Closed arturponinski closed 2 years ago

arturponinski commented 2 years ago

I've noticed that the latest available version of petl on PyPi is 1.7.4: https://pypi.org/project/petl/ However, here on github the version is 1.7.5 release on Oct 15, 2021. Is there any particular reason, this has not been released? Would you be able to release the latest version at your earliest convenience? Thanks in advance.

juarezr commented 2 years ago

Hi @arturponinski,

This happened because the release pipeline was using Travis-ci.org free service. But it was discontinued some time ago.

If I had the credentials to PyPI account, I would already have fixed with a new pipeline in github.com actions.

I sent a message to @alimanfoo but no he hasn't answered yet. Maybe he missed.

alimanfoo commented 2 years ago

Hi @juarezr, so sorry for slow reply, if you could send me your PyPI user name I'd be happy to add you as a maintainer.

juarezr commented 2 years ago

Hi @alimanfoo,

Glad to see you back here.

After travis-ci.org ceased working, all petl CD pipelines stopped working:

I see that we need to step in to fix all of them. I hope that with your help we can get all working.

Meanwhile:

Also, I would like to hear your opinion about:

Accounts

arturponinski commented 2 years ago

I would be more than happy to be part of petl as a maintainer and push petl it to 2.0 according to roadmap posted by @alimanfoo here: https://groups.google.com/g/python-etl/c/0EOmiTOdrUE/m/c1vTuMGjDAAJ

juarezr commented 2 years ago

I would be more than happy to be part of petl as a maintainer and push petl it to 2.0 according to roadmap posted by @alimanfoo here: https://groups.google.com/g/python-etl/c/0EOmiTOdrUE/m/c1vTuMGjDAAJ

alimanfoo commented 2 years ago

Hi @juarezr,

All sounds great.

Also, I would like to hear your opinion about:

  • Migrating the deployment process for releases of PyPI, Conda Forge and readthedocs.org to Github Actions

SGTM, whatever you think would be most convenient.

FWIW very happy for you to grant maintainer status to contributors as you see fit.

@arturponinski it's a pleasure to meet you!

Accounts

I've added you to PyPI and RTFD, I think you're already on the conda-forge feedstock.

Please let me know if there's anything else I can help with :cherry_blossom:

juarezr commented 2 years ago

Hi @alimanfoo,

I going to check everything and return if there is any other problem. Thanks for your time.

Hi @ arturponinski,

I'll add you as maintainer of this repository also. Welcome!

juarezr commented 2 years ago

Update:

juarezr commented 2 years ago

TODO:

arturponinski commented 2 years ago

That's amazing news! Impressive work @juarezr We would need to release 1.7.5 to pypi as well (to be aligned with github releases)

juarezr commented 2 years ago
juarezr commented 2 years ago

OMG!

The release of conda-forge/petl-feedstock failed.

import: 'petl'
+ nosetests -v petl
Failure: ModuleNotFoundError (No module named 'pytest') ... ERROR
arturponinski commented 2 years ago

Still some nosetests leftovers https://github.com/conda-forge/petl-feedstock/blob/master/recipe/meta.yaml

juarezr commented 2 years ago

Investigating failure:

export SRC_DIR=/home/conda/feedstock_root/build_artifacts/petl_1643806652129/test_tmp
import: 'petl'
import: 'petl'
+ pytest --verbose petl
============================= test session starts ==============================
platform linux -- Python 3.10.2, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- $PREFIX/bin/python
cachedir: .pytest_cache
rootdir: $SRC_DIR
collecting ... collected 0 items

============================ no tests ran in 0.00s =============================
ERROR: file or directory not found: petl

Tests failed for petl-1.7.6-pyh6c4a22f_0.tar.bz2 - moving package to /home/conda/feedstock_root/build_artifacts/broken
arturponinski commented 2 years ago

@juarezr wouldn't this: https://github.com/petl-developers/petl/pull/596/files resolve the issue of missing 1.7.5 in PyPI ? It would be beneficial in case the action failed for whatever reason.

juarezr commented 2 years ago
juarezr commented 2 years ago
juarezr commented 2 years ago

Update: