extras-buildsys ChangeLog,1.126.2.44.2.1.2.34,1.126.2.44.2.1.2.35

Michael Schwendt mschwendt at fedoraproject.org
Tue Dec 9 23:28:58 UTC 2008


Author: mschwendt

Update of /cvs/fedora/extras-buildsys
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17459

Modified Files:
      Tag: Plague-0_4_5
	ChangeLog 
Log Message:
With Python >= 2.6 use "subprocess" not "popen2" to avoid the ugly deprecation warning.



Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.126.2.44.2.1.2.34
retrieving revision 1.126.2.44.2.1.2.35
diff -u -r1.126.2.44.2.1.2.34 -r1.126.2.44.2.1.2.35
--- ChangeLog	17 Nov 2008 21:12:10 -0000	1.126.2.44.2.1.2.34
+++ ChangeLog	9 Dec 2008 23:28:26 -0000	1.126.2.44.2.1.2.35
@@ -1,3 +1,9 @@
+2008-12-10  Michael Schwendt <mschwendt at fedoraproject.org>
+
+	* server/Repo.py
+	  - With Python >= 2.6 use "subprocess" not "popen2" to
+	    avoid the ugly deprecation warning.
+
 2008-11-17  Michael Schwendt <mschwendt at fedoraproject.org>
 
 	* common/SSLConnection.py




More information about the fedora-extras-commits mailing list