-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyPI petl not up to date (1.7.4 vs 1.7.5) #583
Comments
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
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
|
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 |
|
Hi @juarezr,
All sounds great.
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!
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. Hi @ arturponinski, I'll add you as maintainer of this repository also. Welcome! |
Update:
|
TODO:
|
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 |
Still some nosetests leftovers https://github.com/conda-forge/petl-feedstock/blob/master/recipe/meta.yaml |
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 ? |
|
|
Update:
|
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.
The text was updated successfully, but these errors were encountered: