[yum-commits] ChangeLog makefile urlgrabber/__init__.py

skvidal at osuosl.org skvidal at osuosl.org
Fri Jul 31 19:29:37 UTC 2009


 ChangeLog              |    8 ++++++++
 makefile               |    2 +-
 urlgrabber/__init__.py |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit f98d3574874b23735584c17e08328eee834d6969
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Fri Jul 31 15:27:36 2009 -0400

    changelog + release date touchup

diff --git a/ChangeLog b/ChangeLog
index ca2711d..e9d0d69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-07-31  Seth Vidal <skvidal at fedoraproject.org>
 
+	* makefile: add a few more things to be cleaned out
+
+2009-07-31  Seth Vidal <skvidal at fedoraproject.org>
+
+	* ChangeLog: update changelog
+
+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()
diff --git a/makefile b/makefile
index 0752114..75aef96 100644
--- a/makefile
+++ b/makefile
@@ -8,7 +8,7 @@ PY_MODULE = $(PACKAGE)
 SCM_MODULE = $(PACKAGE)
 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
+             test/reference test/reference.part urlgrabber/*~
 ##############################################################################
 VERSION = $(shell $(PYTHON) -c 'import $(PY_MODULE); print $(PY_MODULE).__version__')
 DATE    = $(shell $(PYTHON) -c 'import $(PY_MODULE); print $(PY_MODULE).__date__')
diff --git a/urlgrabber/__init__.py b/urlgrabber/__init__.py
index 515ec71..1ddbca1 100644
--- a/urlgrabber/__init__.py
+++ b/urlgrabber/__init__.py
@@ -46,7 +46,7 @@ following features:
 """
 
 __version__ = '3.9.0'
-__date__    = '2009/07/30'
+__date__    = '2009/07/31'
 __author__  = 'Michael D. Stenner <mstenner at linux.duke.edu>, ' \
               'Ryan Tomayko <rtomayko at naeblis.cx>' \
               'Seth Vidal <skvidal at fedoraproject.org>' 


More information about the Yum-commits mailing list