From pyvault-devel at python.org Mon Aug 1 12:12:13 2005 From: pyvault-devel at python.org (pyvault > #7: yum dependency error ---------------------+------------------------------------------------------ Id: 7 | Status: new Component: pyvault | Modified: Mon Aug 1 10:12:13 2005 Severity: normal | Milestone: Priority: normal | Version: Owner: jeff | Reporter: morgan.hough at gmail.com ---------------------+------------------------------------------------------ I am running an updated FC4 system. I added the pyvault-fedora.repo and I have no additional repos. I ran yum update and I got the following errors. Error: Missing Dependency: python22-sqlite is needed by package yum Error: Missing Dependency: python22-elementtree is needed by package yum Let me know if I can provide any more information. -- Ticket URL: pyvault My example project From pyvault-devel at python.org Thu Aug 4 08:47:32 2005 From: pyvault-devel at python.org (pyvault > References: <055.6056b24419993234b4fd71a6fa95938a@python.org>> Message-ID: <064.c459d48d9994dc612fe6c56da5a0619b@python.org>> #7: yum dependency error ---------------------+------------------------------------------------------ Id: 7 | Status: closed Component: pyvault | Modified: Thu Aug 4 06:47:32 2005 Severity: blocker | Milestone: Priority: high | Version: Owner: jeff | Reporter: morgan.hough at gmail.com ---------------------+------------------------------------------------------ Changes (by jeff): * resolution: => fixed * severity: normal => blocker * priority: normal => high * status: new => closed Comment: Yeah, I was thinking about this the other day and had not gotten to fix it yet. The thing is that yum is an application. So, according to standard nomenclature, it is named ''yum''. However, yum uses different Python versions depending on what version of python ''rpm-python'' is using. So, for CentOS 3.x, it's Python 2.2. Some could be Python 2.3 and others could be Python 2.4. For now, I have taken yum out of the non-CentOS 3.x repos while I think about what to do. The fixes should be synced up to python.org in 20 minutes or so. -- Ticket URL: pyvault My example project From pyvault-devel at python.org Sat Aug 27 14:35:59 2005 From: pyvault-devel at python.org (pyvault > References: <055.15bc85cdcdf3c6603ec9b9f39f2fcc9f@python.org>> Message-ID: <064.cfb79ef3aba29b47eef2360ef2a48f4a@python.org>> #3: apt pinning issues with dist-upgrade ---------------------+------------------------------------------------------ Id: 3 | Status: closed Component: pyvault | Modified: Sat Aug 27 12:35:59 2005 Severity: normal | Milestone: Priority: normal | Version: Owner: jeff | Reporter: jeff ---------------------+------------------------------------------------------ Changes (by jeff): * resolution: => wontfix * status: new => closed Comment: apt has been deprecated and is no longer supported. -- Ticket URL: pyvault My example project From pyvault-devel at python.org Sat Aug 27 14:36:56 2005 From: pyvault-devel at python.org (pyvault > References: <055.c7acf99a4297a2c1200b1d6fd7060f69@python.org>> Message-ID: <064.7fc72439b5c44704b76af25ad9fe9f45@python.org>> #5: fix man pages in twisted ---------------------+------------------------------------------------------ Id: 5 | Status: closed Component: twisted | Modified: Sat Aug 27 12:36:56 2005 Severity: normal | Milestone: Priority: normal | Version: 2.0 Owner: jeff | Reporter: jeff ---------------------+------------------------------------------------------ Changes (by jeff): * resolution: => fixed * status: new => closed Comment: done -- Ticket URL: pyvault My example project From pyvault-devel at python.org Sat Aug 27 14:38:29 2005 From: pyvault-devel at python.org (pyvault > References: <055.48df421d2b34aab0d069a10b9aaa3c95@python.org>> Message-ID: <064.e80d70246940ebf19ca372989a152d69@python.org>> #6: create mirror list ---------------------+------------------------------------------------------ Id: 6 | Status: assigned Component: pyvault | Modified: Sat Aug 27 12:38:29 2005 Severity: normal | Milestone: Priority: normal | Version: Owner: jeff | Reporter: Terrel Shumway ---------------------+------------------------------------------------------ Old description: > Newer versions of yum (2.0 I think) support a ``mirrorlist`` option in > the config file. > > I have had intermittent connectivity problems with the master site at > python.org, but I had no idea that pyvault was being mirrored > (extensively) until python.org went down completely. > > The build process should > 1) create an automatically installable repository file (pyvault.repo) > 2) at least one version of this file should use mirrorlist instead of > baseurl > 3) provide for updating the mirrorlist whenever mirror status changes > > (Down the road we could get really fancy with a script to use GeoIP and > other factors to order the mirror list) New description: Newer versions of yum (2.0 I think) support a ``mirrorlist`` option in the config file. I have had intermittent connectivity problems with the master site at python.org, but I had no idea that pyvault was being mirrored (extensively) until python.org went down completely. The build process should 1. create an automatically installable repository file (pyvault.repo) 2. at least one version of this file should use mirrorlist instead of baseurl 3. provide for updating the mirrorlist whenever mirror status changes (Down the road we could get really fancy with a script to use GeoIP and other factors to order the mirror list) -- Ticket URL: pyvault My example project From pyvault-devel at python.org Mon Aug 29 09:06:59 2005 From: pyvault-devel at python.org (pyvault > References: <055.48df421d2b34aab0d069a10b9aaa3c95@python.org>> Message-ID: <064.97b28eb95128d2b60a76dc01a0e49e9d@python.org>> #6: create mirror list ---------------------+------------------------------------------------------ Id: 6 | Status: closed Component: pyvault | Modified: Mon Aug 29 07:06:58 2005 Severity: normal | Milestone: Priority: normal | Version: Owner: jeff | Reporter: Terrel Shumway ---------------------+------------------------------------------------------ Changes (by jeff): * resolution: => fixed * status: assigned => closed Comment: I've created a pyvault-package-config package that is linked from the main website. Installation of this will bring in a default configuration for smart and yum. The yum configuration points to a mirror list that resides on the python.org server. This list is based on a Google search displaying the most fresh mirrors. If there are any additional mirrors not in the mirror list. Please notify me. -- Ticket URL: pyvault My example project