Changeset 4581
- Timestamp:
- 05/15/08 08:45:28 (6 months ago)
- Files:
-
- projects/TurboJson/branches/1.1 (modified) (1 prop)
- projects/TurboJson/branches/1.1/release_howto.txt (modified) (2 diffs)
- projects/TurboJson/branches/1.1/setup.py (modified) (2 diffs)
- projects/TurboJson/trunk/release_howto.txt (modified) (2 diffs)
- projects/TurboJson/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
projects/TurboJson/branches/1.1
- Property svn:ignore set to
*.egg-info
- Property svn:ignore set to
projects/TurboJson/branches/1.1/release_howto.txt
r4490 r4581 3 3 4 4 :Author: Florent Aide 5 :Date: 2007-10-21 6 :Revision: 1 5 :Author: Christopher Arndt 6 :Date: 2008-05-15 7 :Revision: 2 7 8 8 9 .. note:: Howto started by Florent, please correct, improve, etc... … … 11 12 version number. 12 13 14 .. note:: 15 The TurboJson trunk starting with version 1.2 removed the depency on 16 RuleDispatch and uses PEAK-Rules instead. This branch (TurboJson 17 versions <= 1.1) is intended to be used with TurboGears 1.0.x. New 18 developments for TurboJson >= 1.2 and to be used with TurboGears 1.1.x 19 should go to the trunk (and possibly backported to this branch). 20 13 21 2) Create the eggs with the desired Python version using the following 14 22 command line. This command will ignore the version numbers and svn 15 tagging put in the setup.cfg file: 16 python setup.py egg_info -RDb "" sdist bdist_egg 23 tagging put in the setup.cfg file:: 17 24 18 3) Upload the eggs to the Cheese Shop (http://pypi.python.org): 19 python setup.py egg_info -RDb "" sdist bdist_egg register upload 25 python setup.py egg_info -RDb "" sdist bdist_egg 26 27 3) Upload the eggs to the Cheese Shop (http://pypi.python.org):: 28 29 python setup.py egg_info -RDb "" sdist bdist_egg register upload 20 30 21 31 4) Create a tag in SVN and increase the version number in the trunk. projects/TurboJson/branches/1.1/setup.py
r4512 r4581 7 7 author="Elvelind Grandin", 8 8 author_email="elvelind+turbogears@gmail.com", 9 maintainer="TurboGears project", 10 maintainer_email="turbogears@googlegroups.com", 9 11 url="http://docs.turbogears.org/TurboJson", 10 12 download_url="http://pypi.python.org/pypi/TurboJson", … … 29 31 test_suite = 'nose.collector', 30 32 ) 31 projects/TurboJson/trunk/release_howto.txt
r4490 r4581 3 3 4 4 :Author: Florent Aide 5 :Date: 2007-10-21 6 :Revision: 1 5 :Author: Christopher Arndt 6 :Date: 2008-05-15 7 :Revision: 2 7 8 8 9 .. note:: Howto started by Florent, please correct, improve, etc... … … 11 12 version number. 12 13 14 .. note:: 15 The TurboJson trunk starting with version 1.2 removed the dependency on 16 RuleDispatch and uses PEAK-Rules instead. TurboJson versions >= 1.2 are 17 intended to be used with TurboGears 1.1.x. If you want to update 18 TurboJson for TurboGears 1.0.x, pleas use the TurboJson 1.1 branch. 19 13 20 2) Create the eggs with the desired Python version using the following 14 21 command line. This command will ignore the version numbers and svn 15 tagging put in the setup.cfg file: 16 python setup.py egg_info -RDb "" sdist bdist_egg 22 tagging put in the setup.cfg file:: 17 23 18 3) Upload the eggs to the Cheese Shop (http://pypi.python.org): 19 python setup.py egg_info -RDb "" sdist bdist_egg register upload 24 python setup.py egg_info -RDb "" sdist bdist_egg 25 26 3) Upload the eggs to the Cheese Shop (http://pypi.python.org):: 27 28 python setup.py egg_info -RDb "" sdist bdist_egg register upload 20 29 21 30 4) Create a tag in SVN and increase the version number in the trunk. projects/TurboJson/trunk/setup.py
r4512 r4581 7 7 author="Elvelind Grandin", 8 8 author_email="elvelind+turbogears@gmail.com", 9 maintainer="TurboGears project", 10 maintainer_email="turbogears@googlegroups.com", 9 11 url="http://docs.turbogears.org/TurboJson", 10 12 download_url="http://pypi.python.org/pypi/TurboJson",