[yum-commits] 2 commits - ChangeLog makefile

skvidal at osuosl.org skvidal at osuosl.org
Fri Jul 31 19:07:40 UTC 2009


 ChangeLog |   32 ++++++++++++++++++++++++++++++++
 makefile  |    5 +++--
 2 files changed, 35 insertions(+), 2 deletions(-)

New commits:
commit dd9b8dfe5eae21292e61c59b6322d4e4cac0abd2
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Fri Jul 31 15:05:48 2009 -0400

    add a few more things to be cleaned out

diff --git a/makefile b/makefile
index 1b0a8f8..0752114 100644
--- a/makefile
+++ b/makefile
@@ -6,8 +6,9 @@ WEBPATH = /home/groups/urlgrabber/web/download
 PYTHON = python
 PY_MODULE = $(PACKAGE)
 SCM_MODULE = $(PACKAGE)
-CLEANFILES = MANIFEST *~ build dist export release daily ChangeLog.bak \
-             *.pyc urlgrabber/*.pyc scripts/*.pyc test/*.pyc
+CLEANFILES = MANIFEST *~ build dist export release daily reference ChangeLog.bak \
+             *.pyc urlgrabber/*.pyc scripts/*.pyc test/*.pyc test/nonexistent_file \
+             test/reference test/reference.part
 ##############################################################################
 VERSION = $(shell $(PYTHON) -c 'import $(PY_MODULE); print $(PY_MODULE).__version__')
 DATE    = $(shell $(PYTHON) -c 'import $(PY_MODULE); print $(PY_MODULE).__date__')
commit 148ec7102fb53e9813c204a7278f11bd429833c2
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Fri Jul 31 15:04:20 2009 -0400

    update changelog

diff --git a/ChangeLog b/ChangeLog
index 5690095..ca2711d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2009-07-31  Seth Vidal <skvidal at fedoraproject.org>
+
+	* urlgrabber/grabber.py: - make readlines() work for mirrorlists in yum (which probably
+	shouldn't be using it anyway) - do a do_grab() in _do_open() which
+	may or may not be a good idea - I could also make the _do_grab()
+	happen when someone attempts to hit a method beyond the file object
+	open
+
+2009-07-30  Seth Vidal <skvidal at fedoraproject.org>
+
+	* urlgrabber/grabber.py: - make basic posts work
+
+2009-07-30  Seth Vidal <skvidal at fedoraproject.org>
+
+	* maint/git2cl: add git2cl
+
+2009-07-30  Seth Vidal <skvidal at fedoraproject.org>
+
+	* urlgrabber/grabber.py: when I first started this I hacked
+	something into URLGrabberFileObject - this reverts that hack
+
+2009-07-30  Seth Vidal <skvidal at fedoraproject.org>
+
+	* ChangeLog, maint/cvs2cl.pl, maint/usermap, test/runtests.py,
+	urlgrabber/__init__.py: - clean up some unused files - update the changelog - bump the
+	version - update the copyright in a couple of places
+
+2009-07-30  Seth Vidal <skvidal at fedoraproject.org>
+
+	* MANIFEST.in, makefile: - make makefile work again without using cvs - add makefile to
+	MANIFEST.in
+
 2009-07-30  Seth Vidal <skvidal at fedoraproject.org>
 
 	* urlgrabber/grabber.py: - make simple/most proxies work - remove unnnecessary 'have_range'


More information about the Yum-commits mailing list