Edgewall Software
Modify

Opened 3 weeks ago

Closed 3 weeks ago

#13881 closed defect (fixed)

release-upload.sh script failing because dist/Trac-* files do not exist

Reported by: Jun Omae Owned by: Jun Omae
Priority: normal Milestone: 1.6.1
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:

File names of wheel and sdist packages are started with trac, not Trac.

API Changes:
Internal Changes:

Description

Attachments (0)

Change History (2)

comment:1 by Jun Omae, 3 weeks ago

Since setuptools 75.3.1, file names of wheel and sdist packages are normalized from Trac-... to trac-.... The behavior is based on the following PEPs.


$ ls -l dist
total 9060
-rw-r--r-- 1 jun66j5 jun66j5 2877708 Apr 27 07:41 trac-1.6.1.dev0-py3-none-any.whl
-rw-r--r-- 1 jun66j5 jun66j5 6392661 Apr 27 07:41 trac-1.6.1.dev0.tar.gz
setuptools version wheel sdist
69.2.0 Trac-*.whl Trac-*.tar.gz
69.3.1 Trac-*.whl trac-*.tar.gz
70.0.0 Trac-*.whl trac-*.tar.gz
75.3.0 Trac-*.whl trac-*.tar.gz
75.3.1 trac-*.whl trac-*.tar.gz

comment:2 by Jun Omae, 3 weeks ago

Release Notes: modified (diff)
Resolution: fixed
Status: assignedclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jun Omae to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.