Releases: regro/rever
Releases · regro/rever
0.2.9
0.2.8
Added:
conda_forge
activity kwarg for forking to an org
Changed:
- Conda in a docker container will now update dependencies, too.
- Now the
news
template uses* <news item>
instead ofNone
for
empty news categories. - Use the tarball rever generates for the conda forge URL
Deprecated:
None
in the news template (still supported though)
Fixed:
- Use the actual
$VERSION
not the string'$VERSION'
- Fixed
rever.tools.hash_url()
andrever.tools.stream_url_progress()
functions to robustly handle FTP URLs, in addition to HTTP ones. repo.create_fork
doesn't need a username- Fixed bug preventing
rever
from running where version key is not
present in history entry.
0.2.7
0.2.6
Added:
$GHRELEASE_PREPEND
and$GHRELEASE_APPEND
allows users to
prepend/append a string to the GH release notesREVER_QUIET
envvar. If Truerever
doesn't print during hashing
Changed:
- GitHub token notes now have unique identifiers, which prevents issues from arising
with hostname clashes.
Fixed:
- Addressed issue with DockerActivity not being able to set it's code block
correctly. - Null repo fork creation fix for v1.0.0a4 of github3.py
- Fixed bugs in push-tag undoer.
0.2.5
Added:
- More robust handling of github tokens. If a credential file is deleted locally,
rever will now attempt to find the associated token, delete it, and reissue it. - Usage docs for initializing rever
Changed:
- If fork doesn't exist for conda-forge activity then create one
$PROJECT
in use docs example- Logger now records version
compute_activities_completed
now checks version numbers as well- Tagging and pushing the tags up to a remote are now separate activities
0.2.4
Added:
- Use Rever's own whitespace parsing in Rever's
rever.xsh
file - New activity for running nosetests inside of a docker container.
- Setup framework that allows activities to initialize themseleves in
a project has been added. - Chacgelog setup functionality added.
rever setup
will now perform some project level setup,
specifically adding the$REVER_DIR
to the gitignore file,
if applicable.
Changed:
- Updated and improved documentation.
- Patterning matching (as in version-bump) will now automatically capture
and replace leading whitespace. Patterns and replacement strings may start
at the first non-whitespace character. - Addressed annoyance where sphinx documentation files were created
with root ownership. The user and group of sphinx files will now
match the user oand group of the$SPHINX_HOST_DIR
on the host.
0.2.3
0.2.2
Changed:
- Conda smithy does not correctly rerender unless the feedstock
directory is called$PROJECT
or$PROJECT-feedstock
,
thus the feedstock dir has been updated. - Python package name changed to
re-ver
, since the
PyPI namerever
is taken (even though no one has
uploaded a package).
Fixed:
- The conda forge activity was printing it matching patterns, and
it shouldn't have been doing that.