[yum-cvs] 2 commits - ChangeLog setup.py yum-metadata-parser.spec
Seth Vidal
skvidal at linux.duke.edu
Fri Aug 24 14:26:02 UTC 2007
ChangeLog | 293 ++++++++++++++++++++++-------------------------
setup.py | 2
yum-metadata-parser.spec | 5
3 files changed, 147 insertions(+), 153 deletions(-)
New commits:
commit 5548f4e51971892003437a6306dce6bb8e649860
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Fri Aug 24 09:43:25 2007 -0400
changelog merge
diff --git a/ChangeLog b/ChangeLog
index 19c2c6b..143a3d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,242 +1,233 @@
-2007-05-16 09:24 pnasrat
+2007-08-24 Seth Vidal <skvidal at fedoraproject.org>
- * AUTHORS, ChangeLog, setup.py, yum-metadata-parser.spec: Bump to
- version 1.1.1 to allow multiple dbversions
+ * setup.py, yum-metadata-parser.spec: bump version number
-2007-05-16 09:15 pnasrat
+2007-08-24 Seth Vidal <skvidal at fedoraproject.org>
- * sqlitecache.c, sqlitecachec.py: Add DBVERSION attribute Jeremy
- Katzj <katzj at redhat.com>
+ * db.c: commit Florian's patches to create more indexes in the
+ sqlite files made by yum-metadata-parser
-2007-04-27 14:30 skvidal
+2007-07-03 James Bowes <jbowes at redhat.com>
- * setup.py, yum-metadata-parser.spec:
- bump version to 1.1.0 b/c of the dbversion change
+ * xml-parser.c: Fix segfault in the xml parser
-2007-04-10 23:30 jbowes
+2007-06-03 James Bowes <jbowes at redhat.com>
- * db.c, db.h, package.h, xml-parser.c: Bump database version to 10
+ * xml-parser.c: Use a common sax_error function
- build_* and time_* values are stored as ints, rather than text,
- and checksum_value has been dropped, as this is the same value as
- pkgId.
+2007-06-03 James Bowes <jbowes at redhat.com>
-2007-04-08 00:52 jbowes
+ * xml-parser.c: Use a common sax_characters function
- * xml-parser.c: Reduce some code duplication in xml-parser
+2007-06-03 James Bowes <jbowes at redhat.com>
-2007-04-04 05:07 skvidal
+ * xml-parser.c: Use SAXContext for other
- * ChangeLog: merge changelog
+2007-06-03 James Bowes <jbowes at redhat.com>
-2007-04-04 05:07 skvidal
+ * xml-parser.c: Use SAXContext for filelists
- * setup.py, yum-metadata-parser.spec:
- mark as 1.0.4
+2007-06-03 James Bowes <jbowes at redhat.com>
-2007-04-03 15:02 jbowes
+ * xml-parser.c: Extract out a common set of SAXContext members for
+ the three file types, and use them with primary.
- * db.c: Create a pkgKey index for provides, requires, conflicts,
- and obsoletes.
+2007-06-03 James Bowes <jbowes at redhat.com>
- Originally suggested by Florian Festi on yum-devel.
+ * xml-parser.c: Use a common sax warning callback for the three file
+ types.
-2007-02-18 03:38 jbowes
+2007-05-30 James Bowes <jbowes at redhat.com>
- * db.c, db.h, package.h, sqlitecache.c, xml-parser.c: Apply patch
- from Florian Festi to include Prereqs.
+ * xml-parser.c: Get SAX error callbacks for filelists and other to
+ use the right context type.
-2007-01-07 20:31 skvidal
+2007-05-16 Paul Nasrat <pnasrat at redhat.com>
- * ChangeLog:
- check in changelog
+ * ChangeLog: Update ChangeLog
-2007-01-07 20:31 skvidal
+2007-05-16 Paul Nasrat <pnasrat at redhat.com>
- * setup.py, yum-metadata-parser.spec:
- mark as 1.0.3
+ * AUTHORS, ChangeLog, setup.py, yum-metadata-parser.spec: Bump to
+ version 1.1.1 to allow multiple dbversions
-2007-01-04 18:20 jbowes
+2007-05-16 Paul Nasrat <pnasrat at redhat.com>
- * ChangeLog, sqlitecache.c: 2007-12-04 13:10 jbowes
+ * sqlitecache.c, sqlitecachec.py: Add DBVERSION attribute Jeremy
+ Katzj <katzj at redhat.com>
- * sqlitecache.c: Never use the default glib log handler.
- This way, when
- -d0 is passed, we won't output to the glib log handler
- (since nothing
- should be displayed at all).
+2007-04-27 Seth Vidal <skvidal at linux.duke.edu>
-2006-12-05 20:50 katzj
+ * setup.py, yum-metadata-parser.spec: bump version to 1.1.0 b/c of
+ the dbversion change
- * sqlitecachec.py: support newer pysqlite as included in python 2.5
+2007-04-10 James Bowes <jbowes at redhat.com>
-2006-11-23 01:28 jbowes
+ * db.c, db.h, package.h, xml-parser.c: Bump database version to 10
+ build_* and time_* values are stored as ints, rather than text, and
+ checksum_value has been dropped, as this is the same value as pkgId.
- * ChangeLog, sqlitecache.c: Use structs and function pointers to
- reduce code duplication.
-2006-11-23 01:22 jbowes
+2007-04-07 James Bowes <jbowes at redhat.com>
- * ChangeLog, sqlitecache.c, sqlitecachec.py: Display repoid while
- populating the cache.
+ * xml-parser.c: Reduce some code duplication in xml-parser
-2006-07-12 06:40 skvidal
+2007-04-04 Seth Vidal <skvidal at linux.duke.edu>
- * ChangeLog, setup.py, yum-metadata-parser.spec:
- version bump check in changelog
+ * ChangeLog: merge changelog
-2006-07-10 17:54 pnasrat
+2007-04-04 Seth Vidal <skvidal at linux.duke.edu>
- * db.c, db.h: Move to dbversion 9 - add pre for requires
+ * setup.py, yum-metadata-parser.spec: mark as 1.0.4
-2006-06-19 05:37 skvidal
+2007-04-03 James Bowes <jbowes at redhat.com>
- * yum-metadata-parser.spec:
- update specfile
+ * db.c: Create a pkgKey index for provides, requires, conflicts, and
+ obsoletes. Originally suggested by Florian Festi on yum-devel.
-2006-06-19 02:54 skvidal
+2007-02-18 James Bowes <jbowes at redhat.com>
- * setup.py:
- bump second minor version number
+ * db.c, db.h, package.h, sqlitecache.c, xml-parser.c: Apply patch
+ from Florian Festi to include Prereqs.
-2006-06-15 18:36 pnasrat
+2007-01-07 Seth Vidal <skvidal at linux.duke.edu>
- * xml-parser.c: Actually populate location_base attribute - used
- for cd installs
+ * ChangeLog: check in changelog
-2006-06-14 21:03 pnasrat
+2007-01-07 Seth Vidal <skvidal at linux.duke.edu>
- * db.c: Fix the order to correspond with the schema
+ * setup.py, yum-metadata-parser.spec: mark as 1.0.3
-2006-06-06 14:41 skvidal
+2007-01-04 James Bowes <jbowes at redhat.com>
- * MANIFEST.in: add spec file in MANIFEST.in as Terje mentioned
+ * ChangeLog, sqlitecache.c: 2007-12-04 13:10 jbowes *
+ sqlitecache.c: Never use the default glib log handler. This way,
+ when -d0 is passed, we won't output to the glib log handler (since
+ nothing should be displayed at all).
-2006-06-06 05:00 katzj
+2006-12-05 Jeremy Katz <katzj at redhat.com>
- * yum-metadata-parser.spec: add pkgconfig as a BR
+ * sqlitecachec.py: support newer pysqlite as included in python 2.5
-2006-06-06 05:00 katzj
- * sqlitecachec.py: doesn't actually have anything to run
+2006-11-23 James Bowes <jbowes at redhat.com>
-2006-06-05 18:58 katzj
-
- * yum-metadata-parser.spec: glib2, not glib
+ * ChangeLog, sqlitecache.c: Use structs and function pointers to
+ reduce code duplication.
-2006-06-05 14:02 tambet
+2006-11-23 James Bowes <jbowes at redhat.com>
- * ChangeLog, yum-metadata-parser.spec: 2006-06-05 Tambet Ingo
- <tambet at ximian.com>
+ * ChangeLog, sqlitecache.c, sqlitecachec.py: Display repoid while
+ populating the cache.
- * yum-metadata-parser.spec: Relax the required yum
- version a bit, the
- next release from the 2.6 branch works with this as well.
+2006-07-12 Seth Vidal <skvidal at linux.duke.edu>
-2006-06-05 13:58 tambet
+ * ChangeLog, setup.py, yum-metadata-parser.spec: version bump check
+ in changelog
- * ChangeLog, MANIFEST.in, setup.py, yum-metadata-parser.spec:
- 2006-06-05 Tambet Ingo <tambet at ximian.com>
+2006-07-10 Paul Nasrat <pnasrat at redhat.com>
- Patch from Terje Rosten <terje.rosten at ntnu.no>
+ * db.c, db.h: Move to dbversion 9 - add pre for requires
- * setup.py: Set the name of the module correctly.
+2006-06-19 Seth Vidal <skvidal at linux.duke.edu>
- * yum-metadata-parser.spec: Implement.
+ * yum-metadata-parser.spec: update specfile
- * MANIFEST.in: New file.
+2006-06-19 Seth Vidal <skvidal at linux.duke.edu>
-2006-05-24 21:03 tambet
+ * setup.py: bump second minor version number
- * ChangeLog, db.c, debug.c, debug.h, setup.py, sqlitecache.c,
- xml-parser.c: 2006-05-24 Tambet Ingo <tambet at ximian.com>
+2006-06-15 Paul Nasrat <pnasrat at redhat.com>
- * debug.[ch]: Remove. No need for our own logging
- framework, glib
- already has one.
+ * xml-parser.c: Actually populate location_base attribute - used for
+ cd installs
- *.[ch]: Use glib messaging/logging functions instead of
- debug_*.
+2006-06-14 Paul Nasrat <pnasrat at redhat.com>
- * sqlitecache.c: A small cleanup to get rid of some
- awfully similar
- looking code.
+ * db.c: Fix the order to correspond with the schema
-2006-05-24 15:20 tambet
+2006-06-06 Seth Vidal <skvidal at linux.duke.edu>
- * ChangeLog, db.c, sqlitecache.c: 2006-05-24 Tambet Ingo
- <tambet at ximian.com>
+ * MANIFEST.in: add spec file in MANIFEST.in as Terje mentioned
- * ChangeLog: Start keeping change log.
+2006-06-06 Jeremy Katz <katzj at redhat.com>
- * sqlitecache.c (update_primary): Nullify the update info
- structure,
- so we don't find garbage from it on freeing.
- (update_filelist): Ditto.
- (update_other): Ditto.
+ * yum-metadata-parser.spec: add pkgconfig as a BR
- * db.c (yum_db_open): Delete the cache file if the
- dbversion
- does not match.
+2006-06-06 Jeremy Katz <katzj at redhat.com>
-2006-05-24 13:59 tambet
+ * sqlitecachec.py: doesn't actually have anything to run
- * AUTHORS, README: 2006-05-24 Tambet Ingo <tambet at ximian.com>
+2006-06-05 Jeremy Katz <katzj at redhat.com>
- * AUTHORS: Add.
+ * yum-metadata-parser.spec: glib2, not glib
- * README: Add.
+2006-06-05 Tambet Ingo <tambet at ximian.com>
-2006-05-24 13:51 tambet
+ * ChangeLog, yum-metadata-parser.spec: 2006-06-05 Tambet Ingo
+ <tambet at ximian.com> * yum-metadata-parser.spec: Relax the required
+ yum version a bit, the next release from the 2.6 branch works with
+ this as well.
- * .cvsignore: 2006-05-24 Tambet Ingo <tambet at ximian.com>
+2006-06-05 Tambet Ingo <tambet at ximian.com>
- * .cvsignore: Add.
+ * ChangeLog, MANIFEST.in, setup.py, yum-metadata-parser.spec:
+ 2006-06-05 Tambet Ingo <tambet at ximian.com> Patch from Terje
+ Rosten <terje.rosten at ntnu.no> * setup.py: Set the name of the
+ module correctly. * yum-metadata-parser.spec: Implement. *
+ MANIFEST.in: New file.
-2006-05-24 13:49 tambet
+2006-05-24 Tambet Ingo <tambet at ximian.com>
- * db.c, db.h, setup.py, sqlitecache.c, sqlitecache.py,
- sqlitecachec.py, xml-parser.c, xml-parser.h: 2006-05-24 Tambet
- Ingo <tambet at ximian.com>
+ * ChangeLog, db.c, debug.c, debug.h, setup.py, sqlitecache.c,
+ xml-parser.c: 2006-05-24 Tambet Ingo <tambet at ximian.com> *
+ debug.[ch]: Remove. No need for our own logging framework, glib
+ already has one. *.[ch]: Use glib messaging/logging functions
+ instead of debug_*. * sqlitecache.c: A small cleanup to get rid of
+ some awfully similar looking code.
- * Implement the database opening correctly, just like yum
- does.
+2006-05-24 Tambet Ingo <tambet at ximian.com>
- * Implement raising the correct exception if something
- goes wrong.
+ * ChangeLog, db.c, sqlitecache.c: 2006-05-24 Tambet Ingo
+ <tambet at ximian.com> * ChangeLog: Start keeping change log. *
+ sqlitecache.c (update_primary): Nullify the update info structure,
+ so we don't find garbage from it on freeing. (update_filelist):
+ Ditto. (update_other): Ditto. * db.c (yum_db_open): Delete the
+ cache file if the dbversion does not match.
- * Some small performance optimizations: Don't copy
- uninteresting XML
- characters to the local buffer, use typed python object
- initialization
- functions instead of BuildValue(), and add a dedicated
- string chunk to
- package ids collection instead of doing one malloc per
- id.
+2006-05-24 Tambet Ingo <tambet at ximian.com>
- * Rename sqlitecache.py to sqlitecachec.py
+ * AUTHORS, README: 2006-05-24 Tambet Ingo <tambet at ximian.com> *
+ AUTHORS: Add. * README: Add.
-2006-05-16 04:53 skvidal
+2006-05-24 Tambet Ingo <tambet at ximian.com>
- * debug.c, debug.h, sqlitecache.c, sqlitecache.py, xml-parser.c,
- xml-parser.h:
- committing Tambet's patch:
+ * .cvsignore: 2006-05-24 Tambet Ingo <tambet at ximian.com> *
+ .cvsignore: Add.
- "Here's a patch to fix the logging output and to implement the
- progress bar callback. The previous patch that implemented
- logging always added a log callback, so it worked correctly for
- the first time, but every other time the output callback was
- added and a duplicate log line was printed. "
+2006-05-24 Tambet Ingo <tambet at ximian.com>
-2006-05-11 18:33 skvidal
+ * db.c, db.h, setup.py, sqlitecache.c, sqlitecache.py,
+ sqlitecachec.py, xml-parser.c, xml-parser.h: 2006-05-24 Tambet Ingo
+ <tambet at ximian.com> * Implement the database opening correctly,
+ just like yum does. * Implement raising the correct exception if
+ something goes wrong. * Some small performance optimizations:
+ Don't copy uninteresting XML characters to the local buffer, use
+ typed python object initialization functions instead of
+ BuildValue(), and add a dedicated string chunk to package ids
+ collection instead of doing one malloc per id. * Rename
+ sqlitecache.py to sqlitecachec.py
+
+2006-05-16 Seth Vidal <skvidal at linux.duke.edu>
- * db.c, db.h, debug.c, debug.h, package.c, package.h, setup.py,
- sqlitecache.c, sqlitecache.py, xml-parser.c, xml-parser.h:
- Initial revision
+ * debug.c, debug.h, sqlitecache.c, sqlitecache.py, xml-parser.c,
+ xml-parser.h: committing Tambet's patch: "Here's a patch to fix the
+ logging output and to implement the progress bar callback. The
+ previous patch that implemented logging always added a log callback,
+ so it worked correctly for the first time, but every other time the
+ output callback was added and a duplicate log line was printed. "
-2006-05-11 18:33 skvidal
+2006-05-11 Seth Vidal <skvidal at linux.duke.edu>
- * db.c, db.h, debug.c, debug.h, package.c, package.h, setup.py,
- sqlitecache.c, sqlitecache.py, xml-parser.c, xml-parser.h: yum
- metdata parser
+ * Initial revision
commit 08aded5fd9105ae8a0c255ac3de2499b74770e5f
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Fri Aug 24 09:42:24 2007 -0400
bump version number
diff --git a/setup.py b/setup.py
index 6386472..06db50d 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ module = Extension('_sqlitecache',
'sqlitecache.c'])
setup (name = 'yum-metadata-parser',
- version = '1.1.1',
+ version = '1.1.2',
description = 'A fast YUM meta-data parser',
py_modules = ['sqlitecachec'],
ext_modules = [module])
diff --git a/yum-metadata-parser.spec b/yum-metadata-parser.spec
index bafd0b0..20bed79 100644
--- a/yum-metadata-parser.spec
+++ b/yum-metadata-parser.spec
@@ -2,7 +2,7 @@
Summary: A fast metadata parser for yum
Name: yum-metadata-parser
-Version: 1.1.1
+Version: 1.1.2
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
@@ -40,6 +40,9 @@ Fast metadata parser for yum implemented in C.
%{python_sitelib_platform}/sqlitecachec.pyo
%changelog
+* Fri Aug 24 2007 Seth Vidal <skvidal at fedoraproject.org>
+- 1.1.2
+
* Wed May 16 2007 Paul Nasrat <pnasrat at redhat.com>
- Expose DBVERSION
More information about the Yum-cvs-commits
mailing list