Modify

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#13092 closed task (fixed)

Publish to PyPI

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Component: XmlRpcPlugin
Severity: normal Keywords:
Cc: Olemis Lang Trac Release:

Description

Is there any interest in having the plugin published to PyPI? osimons, I could add you as a package owner.

It's pretty trivial to publish a new version after twine is configured:

$ rm -r dist
$ python setup.py sdist bdist_wheel
$ twine upload dist/*.whl dist/*.tar.gz

Attachments (0)

Change History (7)

comment:1 Changed 7 years ago by osimons

Sure, no problem. And as you know I've also strived to keep one main branch that works for all versions, so 'latest' is intended to work for all main Trac versions in use. At least 0.12+ as that is what I still use... :-)

comment:2 Changed 7 years ago by Ryan J Ollos

Owner: changed from osimons to Ryan J Ollos
Status: newaccepted

comment:3 Changed 7 years ago by Ryan J Ollos

I'll publish after #13066 is fixed.

comment:4 Changed 7 years ago by Ryan J Ollos

Do you have a PyPI username?

comment:5 Changed 7 years ago by osimons

comment:6 Changed 7 years ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

Okay, thanks. pypi:TracXmlRpc. Edited XmlRpcPlugin@119.

comment:7 Changed 7 years ago by Ryan J Ollos

In 16280:

XmlRpcPlugin 1.1.7dev: Bump version

Refs #13092.

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.