pepy
pepy copied to clipboard
pepy is a site to get statistics information about any Python package.
Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 3.0.0b1 to 3.3.0. Release notes Sourced from google-cloud-bigquery's releases. v3.3.0 3.3.0 (2022-07-25) Features add destination_expiration_time property to copy job (#1277) (728b07c) Bug Fixes require python 3.7+ (#1284)...
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 7.10.0.175 to 7.16.0.178. Release notes Sourced from newrelic's releases. v7.16.0.178 Notes: This release of the Python agent enables log forwarding to New Relic by default. It also...
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.3 to 4.2.0. Release notes Sourced from pymongo's releases. PyMongo 4.2.0 Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-2-0-released/176012 PyMongo 4.2.0b0 Release notes: https://www.mongodb.com/community/forums/t/python-driver-4-2-0-beta-available/168488 PyMongo 4.1.1 Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-1-1-released/157895 PyMongo 4.1.0 Release...
Bumps [flask](https://github.com/pallets/flask) from 2.0.3 to 2.1.3. Release notes Sourced from flask's releases. 2.1.3 Changes: https://flask.palletsprojects.com/en/2.1.x/changes/#version-2-1-3 Milestone: https://github.com/pallets/flask/milestone/22?closed=1 2.1.2 This is a fix release for the 2.1.0 feature release. Changes: https://flask.palletsprojects.com/en/2.1.x/changes/#version-2-1-2...
Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.6.0. Release notes Sourced from black's releases. 22.6.0 Style Fix unstable formatting involving #fmt: skip and # fmt:skip comments (notice the lack of spaces) (#2970)...
Bumps [pylint](https://github.com/PyCQA/pylint) from 3.0.0a4 to 3.0.0a5. Commits 0eb8cb5 Upgrade tbump and the documentation for 3.0.0 alpha release 6392ab5 Add the documentation for 3.0 with the breaking changes section a4b9ef5 Bump...
As far as I can tell, on selecting a package, the statistics for the last 3 versions are shown. The sort order of the versions may not be correct. In...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2. Release notes Sourced from pytest's releases. 7.1.2 pytest 7.1.2 (2022-04-23) Bug Fixes #9726: An unnecessary numpy import inside pytest.approx{.interpreted-text role="func"} was removed. #9820: Fix...
Bumps [click](https://github.com/pallets/click) from 8.0.4 to 8.1.3. Release notes Sourced from click's releases. 8.1.3 This is a fix release for the 8.1.0 feature release. Changes: https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-3 Milestone: https://github.com/pallets/click/milestone/18?closed=1 8.1.2 This is...
My pypi package `jionlp` is mainly been downloaded in China and often installed through different pip source base like below: ``` $ pip install jionlp -i https://mirrors.tuna.tsinghua.edu.cn ``` Im curious...