Yarg

Latest version: v0.1.9

Safety actively analyzes 626983 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.9

------------------

Splatting bugs
~~~~~~~~~~~~~~

- Added `decode` call on the response object for Python 3 in
:meth:`yarg.newest_packages` and :meth:`yarg.latest_updated_packages`.

0.1.8

------------------

Splatting bugs
~~~~~~~~~~~~~~

- Integration issue with Python 3, requests, yarg and JSON. Attempt to decode
requests response if decode attribute exists.

0.1.6

--------------------------

Splatting bugs
~~~~~~~~~~~~~~

- Bug in setup.py causing installs to fail for sdist (source) releases.

0.1.5

------------------

API changes
~~~~~~~~~~~

- Changed sort order of :attr:`yarg.package.Package.release_ids` to sort
based on the upload time of the release ID.

Splatting bugs
~~~~~~~~~~~~~~

- :attr:`yarg.package.Package.latest_release_id` will now return the latest
release ID from the PyPI info source, rather than the final list item in
:attr:`yarg.package.Package.release_ids`.

Addtionally :attr:`yarg.package.Package.latest_release` will do the same as
it gets the latest release information from
:attr:`yarg.package.Package.latest_release_id`.

0.1.4

------------------

API changes
~~~~~~~~~~~

- New method :meth:`yarg.newest_packages` for querying new packages
from the PyPI RSS feed.
- New method :meth:`yarg.latest_updated_packages` for querying
the latest updated packages from the PyPI RSS feed.

Other
~~~~~

- Additional test coverage
- Additional documentation coverage

0.1.2

------------------

Bug fixes
~~~~~~~~~

- :meth:`yarg.get` will now raise an Exception for errors **including**
300 and above. Previously only raised for above 300.
- Fix an issue on Python 3.X and PyPy3 where
:class:`yarg.exceptions.HTTPError` was using a method that was
removed in Python 3.
- Added dictionary key lookups for `home_page`, `bugtrack_url`
and `docs_url`. Caused `KeyError` exceptions if they were not
returned by PyPI.

Other
~~~~~

- More test coverage.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.