Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#13493 closed defect (fixed)

install_requires='Trac >=1.3dev' causes problems

Reported by: anonymous Owned by: Ryan J Ollos
Priority: normal Component: GraphvizPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

browser:graphvizplugin/trunk/setup.py@16177:14#L14 contains install_requires='Trac >=1.3dev'. As described in wiki:DevGuide#AssertMinimumTracVersionRequirement this causes numerous problems.

Attachments (0)

Change History (3)

comment:1 Changed 6 years ago by Ryan J Ollos

Owner: changed from Christian Boos to Ryan J Ollos
Status: newaccepted

comment:2 Changed 6 years ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

In 17293:

1.3.0.1dev: Correct the installation requirement

Fixes #13493.

comment:3 Changed 6 years ago by Ryan J Ollos

In 17294:

1.3.0.1dev: Change plugin name to TracGraphviz

This prepares for publishing the plugin to PyPI.

Uninstall the old plugin before installing new
package:

$ pip uninstall graphviz

Refs #13493.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.