petl-developers/petl

PyPI petl not up to date (1.7.4 vs 1.7.5)

arturponinski opened this issue ยท 18 comments

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.

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.

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.

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:

  • Migrating the deployment process for releases of PyPI, Conda Forge and readthedocs.org to Github Actions
  • Guidelines for petl evolution, because we have some worthy contributions like:
    • @arturponinski migration from nosetests to pytest #584 ready to landing
    • POC for adding typing to petl functions on #559
    • POC for dropping support for EOL Python 2.7 on #563
  • Onboard of new maintainers, as I'm busier than before. (@arturponinski looks like a promising volunteer if he would like ๐Ÿ˜„ )

Accounts

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

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

  • Nice to hear that!
  • I think that after your PR #584 we are getting pretty close to 2.0
  • A killer feature to make the most of the compatibility break introduced by v2.0 would be #560 ( #559 ) #274 ๐Ÿ˜„
  • Also @hugovk already explored the steps to drop py27 support in #563

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 ๐ŸŒธ

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!

Update:

TODO:

  • Waiting for petl-feedstock trigger a new release in conda forge
  • Remove hooks of:
    • travis-ci.org
    • AppVeyor
    • Both testing and release are now on Github Actions
  • Update the badges on readme.md
  • Cleanup outdated files and docs on repository

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)

OMG!

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

import: 'petl'
+ nosetests -v petl
Failure: ModuleNotFoundError (No module named 'pytest') ... ERROR

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

@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.

  • It would be very interesting to have such a procedure
  • I didn't look how it works yet
  • I don't know if it works for conda-forge

Update: