Pyvo

Latest version: v1.5.1

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

Scan your dependencies

Page 5 of 5

0.4

================

- Use astropy tables for table metadata. [71]

- Fix another content encoding error. [72]

0.3.2

==================

- Adding table property to DALResults. This is a shortcut to access the
astropy table.

- Improved Error Handling.

- Adding ``upload_methods`` to TAPService. [69]

0.3.1

==================

- Fix an error where the content wasn't decoded properly. [67]

- Fix a bug where POST parameters are submitted as GET parameters.

0.3

================

- Adding TAP API. [58, 66]

0.1

================

- This is the last release that supports Python 2.6. [62]

- This release only contains bug fixes beyond 0.0beta2.


Release Procedure for pyvo
==========================

These steps are intended to help guide a developer into
making a new release. For these instructions, version
is to be replaced by the version number of the release.

1. Edit setup.cfg and remove .dev from the version number

2. Edit CHANGES.rst to change unreleased to the date of the release.

3. Commit and push

4. git tag -a version -m "releasing new version version" (this makes a release tag)

5. git push origin version

6. python setup.py sdist (this makes a .tar.gz of the package in dist)

7. twine upload sdist/* (this uploads the output of the previous step to pypi)

8. Edit setup.cfg and set the version to the next release number and add .dev after the version number. Add a new section at the top for the next release number

9. Commit and push. This begins the new release

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.