Go here for a complete commit history.
(last merged pull request is #164)
API Changes
- None
New Features
- Simplify
--local
so that it is a simple boolean option and allow the locally installed package to be specified with any version [#164 by Martin Holmer]
Bug Fixes
- None
(last merged pull request is #161)
API Changes
- None
New Features
- None
Bug Fixes
- Correct name of directory where built package is to be found for local installation using the new
--local LOCAL
option [#161 by Martin Holmer]
(last merged pull request is #158)
API Changes
- Remove
--also37
option as now packages for uploading are automatically built for both Python 3.6 and Python 3.7 [#158 by Martin Holmer]
New Features
- Add
--local LOCAL
option to build package from local source code and install it on local computer [#158 by Martin Holmer with suggestion and assistance from Hank Doupe]
Bug Fixes
- None
(last merged pull request is #153)
API Changes
- None
New Features
- Add datetime to :starting and :finishing prints [#153 by Martin Holmer]
Bug Fixes
- None
(last merged pull request is #150)
API Changes
- None
New Features
- Use newer
subprocess.run
inos_call
utility function [#150 by Martin Holmer]
Bug Fixes
- None
(last merged pull request is #149)
API Changes
- None
New Features
- Add
anaconda upload
command print statement [#149 by Martin Holmer based on suggestion from Hank Doupe]
Bug Fixes
- None
(last merged pull request is #148)
API Changes
- None
New Features
- Make
anaconda upload
command overwrite already uploaded packages [#148 by Martin Holmer with assistance from Hank Doupe] - Avoid using the new 1.7.* versions of anaconda-client package [#148 by Martin Holmer with assistance from Hank Doupe]
Bug Fixes
- None
(last merged pull request is #147)
API Changes
- None
New Features
- Simplify
anaconda upload
command used by Package-Builder [#147 by Martin Holmer with assistance from Hank Doupe]
Bug Fixes
- None
(last merged pull request is #146)
API Changes
- None
New Features
- Add
anaconda-client
as a required dependency of Package-Builder [#146 by Martin Holmer with need pointed out by Hank Doupe]
Bug Fixes
- None
(last merged pull request is #144)
API Changes
- Add
pbrelease
options--also37
and--dryrun
so that packages for Python 3.7 can also be built and uploaded, and so that the build/upload plan can be viewed without executing the plan [#136 by Martin Holmer]
New Features
- None
Bug Fixes
- None
(last merged pull request is #126)
API Changes
- None
New Features
- Add easier-to-understand error message to
pbrelease
CLI if Anaconda token file is not present [#125 by Martin Holmer] - Make
git clone
faster by downloading only repository code for the version being released (rather than the whole repository) [#126 by Martin Holmer]
Bug Fixes
- None
(last merged pull request is #123)
API Changes
- Change
pbrelease
CLI error handling to show simpler error messages and help [#123 by Martin Holmer]
New Features
- None
Bug Fixes
- None
(last merged pull request is #120)
API Changes
- Change approach to specifying the package version [#120 by Martin Holmer]
New Features
- None
Bug Fixes
- None
(last merged pull request is #118)
API Changes
- Add
pbrelease
, a command-line interface (CLI) to Package-Builder [#118 by Martin Holmer]
New Features
- Don't stop on
anaconda upload
errors because they may be caused by existence of packages already on Anaconda Cloud channel [#116 by Martin Holmer with assistance from Joseph Crail] - Add
conda build purge
command as part of clean-up activities as recommended by output generated by one of the Anaconda utilities [#116 by Martin Holmer]
Bug Fixes
- None
(last merged pull request is #112)
API Changes
- Massive redesign of Package-Builder logic along the lines of Hank Doupe's
builder.py
script (originally checked in on 2018-05-31) with elements of Joseph Crail's prior approach (developed during 2017) [#112 by Martin Holmer with major assistance from Hank Doupe and Joseph Crail]
New Features
- None
Bug Fixes
- None
See commit history for pull requests before #103