comparison RELEASE.txt @ 5144:de275ca660c5

issue2550719 Install on Win 7, fails if not run as administrator. Update RELEASE.txt to include flag required to run as admin on windows 7+, drop support for XP at this point.
author John Rouillard <rouilj@ieee.org>
date Thu, 14 Jul 2016 18:03:04 -0400
parents fdcd7ef5bacf
children 71643a839c80
comparison
equal deleted inserted replaced
5143:9cebf686c552 5144:de275ca660c5
32 11. Unpack the new dist file in /tmp then 32 11. Unpack the new dist file in /tmp then
33 a) run_test.py 33 a) run_test.py
34 b) demo.py 34 b) demo.py
35 with all available Python versions. 35 with all available Python versions.
36 12. Assuming all is well tag the release in the version-control system. 36 12. Assuming all is well tag the release in the version-control system.
37 13. Build binary packages 37 13. Build binary packages (requires python 2.6 or newer for
38 bdist_windist to have the --user-access flag.)
38 python setup.py bdist_rpm 39 python setup.py bdist_rpm
39 python setup.py bdist_wininst 40 python setup.py bdist_wininst --user-access-control force
40 14. Upload source distributive to PyPI 41 14. Upload source distributive to PyPI
41 python setup.py sdist upload --sign 42 python setup.py sdist upload --sign
42 It should appear on http://pypi.python.org/pypi/roundup in no time. 43 It should appear on http://pypi.python.org/pypi/roundup in no time.
43 15. Send doc/announcement.txt to python-announce@python.org and 44 15. Send doc/announcement.txt to python-announce@python.org and
44 roundup-users@lists.sourceforge.net and 45 roundup-users@lists.sourceforge.net and

Roundup Issue Tracker: http://roundup-tracker.org/