[cairo-commit] pycairo README, 1.14, 1.15 RELEASING, 1.9, 1.10 setup.py, 1.1, 1.2

Steve Chaplin commit at pdx.freedesktop.org
Sat Jul 2 03:11:08 PDT 2005


Committed by: stevech1097

Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv29186

Modified Files:
	README RELEASING setup.py 
Log Message:
SC

Index: README
===================================================================
RCS file: /cvs/cairo/pycairo/README,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- README	29 May 2005 11:11:48 -0000	1.14
+++ README	2 Jul 2005 10:11:05 -0000	1.15
@@ -7,9 +7,9 @@
 
 Dependencies
 ------------
-    cairo  		>= 0.5.0
+    cairo  		>= 0.5.1
     Python 		>= 2.3
-    libsvg-cairo	optional >= 0.1.4
+    libsvg-cairo	optional >= 0.1.6
     Numeric Python	optional
     PyGTK		optional >= 1.99.16
 

Index: RELEASING
===================================================================
RCS file: /cvs/cairo/pycairo/RELEASING,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- RELEASING	22 Jun 2005 01:29:13 -0000	1.9
+++ RELEASING	2 Jul 2005 10:11:05 -0000	1.10
@@ -25,7 +25,7 @@
 	Increment pycairo_major/minor version to match the cairo major/minor
 	version that pycairo requires (and increment the micro version if
 	necessary for any subsequent pycairo updates).
-	(increment setup.py version)
+	Also increment version numbers in README and setup.py
 
 (install fresh copy, run examples, run any other tests)
 

Index: setup.py
===================================================================
RCS file: /cvs/cairo/pycairo/setup.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- setup.py	25 May 2005 12:06:30 -0000	1.1
+++ setup.py	2 Jul 2005 10:11:05 -0000	1.2
@@ -33,7 +33,7 @@
         )
 
 setup( name = "pycairo", 
-    version = "0.5.0",
+    version = "0.5.1",
     description = "python interface for cairo",
 
     packages = ['cairo'],




More information about the cairo-commit mailing list