The Artima Developer Community
Sponsored Link

Python Buzz Forum
FormEncode 0.2

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ian Bicking

Posts: 900
Nickname: ianb
Registered: Apr, 2003

Ian Bicking is a freelance programmer
FormEncode 0.2 Posted: Sep 6, 2005 10:22 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ian Bicking.
Original Post: FormEncode 0.2
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ian Bicking
Latest Posts From Ian Bicking

Advertisement

After way too long I made a real release of FormEncode. Hopefully I didn't forget anything; but if I did I'll just make another release, not that big a deal. SQLObject is going to depend on FormEncode, because sqlobject.includes.validators was always just an expedient fork of FormEncode. Peter Hunt supplied a patch to bring them back together (since he is using both in Subway).

It's really my first end-to-end release through setuptools. There was still one issue I wasn't sure about, but it went okay. Here's how I released:

$ svn cp -m "Prepare for release" \
  http://svn.colorstudy.com/FormEncode/trunk/ \
  http://svn.colorstudy.com/FormEncode/tags/0.2
$ svn co http://svn.colorstudy.com/FormEncode/tags/0.2 FE02
$ cd FE02
# edit setup.cfg to remove these lines; commit:
    [egg_info]
    tag_build = dev
    tag_svn_revision = true
# Add to the Cheese Shop (PyPI):
$ python setup.py register
# Upload package to Cheese Shop:
$ python setup.py sdist upload

I'm thinking about making this process a command to setup.py (setuptools makes the commands fairly extensible).

The setup.cfg lines ensure that when you install from the svn trunk you will get a version that looks something like "0.2dev-r1292", even though setup.py still says the version is "0.2".

Read: FormEncode 0.2

Topic: media RSS and enclosures Previous Topic   Next Topic Topic: Two Katrina links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use