[Python-checkins] python/nondist/peps pep-0102.txt,1.11,1.12

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Mon Sep 22 00:25:21 EDT 2003


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv22986

Modified Files:
	pep-0102.txt 
Log Message:
updates from Sean.


Index: pep-0102.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0102.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** pep-0102.txt	13 Aug 2003 01:11:55 -0000	1.11
--- pep-0102.txt	22 Sep 2003 04:25:19 -0000	1.12
***************
*** 3,8 ****
  Version: $Revision$
  Last-Modified: $Date$
! Author: anthony at interlink.com.au (Anthony Baxter)
!     barry at zope.com (Barry A. Warsaw)
      guido at python.org (Guido van Rossum)
  Status: Active
--- 3,8 ----
  Version: $Revision$
  Last-Modified: $Date$
! Author: anthony at interlink.com.au (Anthony Baxter), 
!     barry at zope.com (Barry A. Warsaw), 
      guido at python.org (Guido van Rossum)
  Status: Active
***************
*** 68,71 ****
--- 68,76 ----
        version subpart macros just above PY_VERSION, as appropriate.
  
+   ___ Change the "%define version" line of Misc/RPM/python-2.3.spec to the
+       same string as PY_VERSION was changed to above.  E.g:
+ 
+       %define version 2.3.1
+ 
    ___ If you're changing the version number for Python (e.g. from
        Python 2.1.1 to Python 2.1.2), you also need to update the
***************
*** 119,123 ****
    ___ Once the release is underway, Fred Drake needs to create the 
        HTML from the documentation.  He does this and uploads the file to
!       www.python.org.  Then he tells Tim Peters where this file is.
        This may generate some last minute changes on the branch.  Once
        Fred is done, there can be no further checkins on the branch in
--- 124,129 ----
    ___ Once the release is underway, Fred Drake needs to create the 
        HTML from the documentation.  He does this and uploads the file to
!       www.python.org.  Then he tells Tim Peters and Sean Reifschneider 
!       where this file is.
        This may generate some last minute changes on the branch.  Once
        Fred is done, there can be no further checkins on the branch in
***************
*** 132,141 ****
  
    ___ Tim Peters grabs the HTML and uses this to build the Windows
!       installer.
  
    ___ Tim performs his Windows magic, generating an installer
        executable.  He uploads this file to python.org.  He then sends
        the RM a notice which includes the location and MD5 checksum of
!       the Windows executable.
  
        Note that Tim's creation of the Windows executable may generate
--- 138,148 ----
  
    ___ Tim Peters grabs the HTML and uses this to build the Windows
!       installer, Sean Reifschneider grabs the HTML and uses this to 
!       build the Linux RPMs.
  
    ___ Tim performs his Windows magic, generating an installer
        executable.  He uploads this file to python.org.  He then sends
        the RM a notice which includes the location and MD5 checksum of
!       the Windows executable.    
  
        Note that Tim's creation of the Windows executable may generate
***************
*** 143,146 ****
--- 150,157 ----
        merging Windows-specific changes from trunk to branch, and from
        branch to trunk.
+ 
+   ___ Sean performs his Red Hat magic, generating a set of RPMs.  He 
+       uploads these files to python.org.  He then sends the RM a notice 
+       which includes the location and MD5 checksum of the RPMs.
  
    ___ It's Build Time!





More information about the Python-checkins mailing list