Opened 5 years ago
Closed 4 years ago
#4011 closed enhancement (fixed)
add ability to update bundle metadata of bundles in toolshed
| Reported by: | Greg Couch | Owned by: | Greg Couch |
|---|---|---|---|
| Priority: | moderate | Milestone: | |
| Component: | Tool Shed | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
When a bundle on the toolshed has incorrect dependencies, eg., Chimerax-Core>=0.1 when it doesn't work in 1.0, we need a way for us to update the dependency. The dependencies are in two places: (1) in the wheel, and (2) in the toolshed database from extracted dependencies from the wheel. Ideally, the solution would update the information in both.
Change History (2)
comment:1 by , 5 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 4 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Added "manage.py update_works_with" management command.