Re-ver

Latest version: v0.5.1

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

Scan your dependencies

Page 1 of 6

0.5.1

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

**Fixed:**

* Fixed upload of source tarballs to PyPI when building with sdist.
* Change the feedstock pull request to request main rather than master to match
this change on conda-forge
* Fixed an UnboundLocalError when the github3 library can't be imported.

**Authors:**

* Julian Rüth
* Thomas Kluyver
* Simon Billinge

0.5.0

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

**Added:**


* New ``$GHRELEASE_TARGET`` variable (str or None) allow users to set
the git branch/commit to target for the GitHub release. If this value is None,
it will use the default branch name.
* added get_oauth_token in github.xsh to authorize rever application to make changes to a user's github
* added GitHub_raise_for_status helper function for get_oauth_token in github.xsh
* added credfile_new_format helper function for login in github.xsh to ensure new credfile is written


**Changed:**

* changed credfile_new_format helper function to check if credfile adheres to the new format after it checks if file exists
(not at the same time)
* changed test_conda_forge_activity to expect two-line credfile
* changed write_credfile in github.xsh to now call get_oauth_token. User is no longer prompted for password as this is handled through a browser
* changed read_credfile in github.xsh to handle new format of credfile (without password)
* changed login in github.xsh to login with OAuth token only
* changed github3 in github.xsh to conform with latest version of github3.py API
* changed test_github.py to handle new behavior of credfile and wnsure new format
* changed doc_configurable flag in docs/conf.py to is_configurable
* changed doc_store_as_str flag in docs/conf.py to can_store_as_str

**Deprecated:**





**Removed:**


* Removed pip install of xonsh from github


**Fixed:**


* Fixed broken GitHub login behavior by using OAuth authentication


**Security:**





**Authors:**

* Anthony Scopatz
* Rob Koch
* Julian Rüth

0.4.8

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

**Added:**

* Added ``APPIMAGE_PYTHON_VERSION`` to AppImage activity that allows to set the Python version that will be using to building the image.

**Authors:**

* Anthony Scopatz
* anki-code

0.4.7

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

**Added:**

* New ``github.create_or_get_release()`` function for safely
getting ``Release`` objects from github.

**Changed:**

* GitHub release activity should now be more robust to failures.
* Switched from NO_COLOR to RESET for xonsh v0.9.23+

**Authors:**

* Anthony Scopatz

0.4.6

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

**Added:**

* New, reentrant ``conda.conda_init()`` function enables ``conda activate``.

**Fixed:**

* Fixed conda activation by removing dependence on xonda.

**Authors:**

* Anthony Scopatz
* Aaron Meurer

0.4.5

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

**Added:**

* A new `Forge` activity available as `forge`. It allows updating a forge feedstock on a forge different than the conda-forge.
* A new `Check` activity available as `check` that runs `rever check`.

**Fixed:**

* example activity's __call__ needs to return True in documentation
* Fixed issue where rever could not be run from within Bash by setting
``$THREAD_SUBPROCS = False``.
* a typo in the documentation

**Authors:**

* Anthony Scopatz
* Hadrien Mary
* Julian Rüth

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.