| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-04-24 | * debian/control: Do not require python >= 2.5, mistake in previous commit. | Julian Andres Klode | 1 | -1/+1 | |
| 2009-04-16 | * apt/*.py: Initial rename work for Bug#481061 | Julian Andres Klode | 1 | -1/+1 | |
| A new module, apt.deprecation, is introduced containing functions and classes which assist in the deprecation. The apt_pkg extension gets a new attribute, _COMPAT_0_7 which can be set by defining COMPAT_0_7 at compile time (-DCOMPAT_0_7). The names are changed, and compatibility functions are enabled if bool(apt_pkg._COMPAT_0_7) == True, i.e. if the package has been built with backward compatibility fixes. This commit changes the apt and aptsources packages, the apt_pkg and apt_inst extensions will be the next renames. | |||||
| 2009-04-15 | * Introduce support for Python 3 (Closes: #523645) | Julian Andres Klode | 1 | -0/+2 | |
| This is the first initial port to Python 3. The API is almost completely identical to the one found in Python 2, except that functions working with binary data require bytes (md5sum,sha1sum,sha256sum,Base64Encode). Using setup3.py to install the modules will not work, because the apt package still has to be converted to Python 3. For the package, we call 2to3-3.1 in debian/rules to do this automatically. | |||||
| 2009-04-13 | * doc/source/conf.py: Do not require python-debian anymore | Julian Andres Klode | 1 | -1/+0 | |
| Try to get the release from the information in the environment variable DEBVER, which is exported in debian/rules. If it is not set, use python-debian to read the release from the changelog. | |||||
| 2009-04-01 | Fix Breaks 0.28 => 0.28~, so it works for backports as well. | Julian Andres Klode | 1 | -1/+1 | |
| 2009-04-01 | Fix spelling error: python -> Python | Julian Andres Klode | 1 | -1/+1 | |
| 2009-04-01 | Breaks: debdelta (<< 0.28) to avoid more problems due to the internal | Julian Andres Klode | 1 | -0/+1 | |
| API changes from 0.7.9. | |||||
| 2009-04-01 | * Fix documentation building | Julian Andres Klode | 1 | -1/+3 | |
| - doc/source/conf.py: Only include directories for current python version. - debian/control: Build-Depend on python-gtk2, python-vte. - setup.py: If pygtk can not be imported, do not build the documentation. | |||||
| 2009-04-01 | * debian/control: Standards-Version, ${binary:Version}. | Julian Andres Klode | 1 | -2/+2 | |
| - Update Standards-Version to 3.8.1 - Use ${binary:Version} instead of ${Source-Version} | |||||
| 2009-04-01 | debian/control: Remove useless Priority: optional in python-apt, move ↵ | Julian Andres Klode | 1 | -1/+1 | |
| python-apt-dbg to debug section. | |||||
| 2009-04-01 | debian/control: Add ${misc:Depends} to python-apt-dbg dependencies. | Julian Andres Klode | 1 | -1/+2 | |
| 2009-04-01 | Remove mdz from Uploaders (Closes: #521477), add myself. | Julian Andres Klode | 1 | -1/+1 | |
| 2009-04-01 | Depend on libjs-jquery, and remove internal copy | Julian Andres Klode | 1 | -1/+2 | |
| 2009-03-29 | Build-Depend on python-debian, use it to get version number from changelog | Julian Andres Klode | 1 | -1/+10 | |
| 2009-01-22 | Merge with mvo | Julian Andres Klode | 1 | -0/+1 | |
| 2009-01-21 | * aptsources/distro.py: | Michael Vogt | 1 | -0/+1 | |
| - use iso_3166.xml instead of iso_3166.tab * debian/control: - add Recommends to iso-codes (for iso_3166.xml) | |||||
| 2009-01-14 | Add Vcs-Browser | Julian Andres Klode | 1 | -0/+1 | |
| 2009-01-11 | Merge Ben Finney's whitespace changes (Closes: #481563) | Julian Andres Klode | 1 | -3/+3 | |
| 2009-01-09 | * Introduce the new documentation and add 0.7.9~exp2 to changelog. | Julian Andres Klode | 1 | -3/+1 | |
| The new documentation is built using sphinx (>= 0.5) [other versions may work too, but let's be safe]. | |||||
| 2008-11-24 | merged from the consolidation-bracn (with some modificatins) | Michael Vogt | 1 | -1/+1 | |
| 2008-06-21 | Merge from python-apt.debian-sid/. | Ben Finney | 1 | -1/+1 | |
| 2008-06-18 | merged from mvo branch | egon | 1 | -1/+1 | |
| 2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -3/+3 | |
| 2008-01-04 | * use the new CacheFile::ListUpdate() code | Michael Vogt | 1 | -1/+1 | |
| * add example in doc/examples/update.py | |||||
| 2007-07-02 | * debian/control: | Michael Vogt | 1 | -1/+1 | |
| - updated for python-distutils-extra (>= 1.9.0) * debian/python-apt.install: - fix i18n files | |||||
| 2007-06-11 | * build against the new apt | Michael Vogt | 1 | -3/+19 | |
| * support for new "aptsources" pythn module (thanks to Sebastian Heinlein) * merged support for translated package descriptions * merged support for automatic removal of unused dependencies * merged http://glatzor.de/bzr/python-apt/sebi: - this means that the new aptsources modules is available * support translated pacakge descriptions * support automatic dependency information * python/depcache.cc: - "IsGarbage()" method added (to support auto-mark) | |||||
| 2007-06-10 | * merged automaitc removal of unused dependencies | Michael Vogt | 1 | -2/+2 | |
| branch * update build-depends | |||||
| 2007-05-23 | * python/pkgrecords.cc: | Michael Vogt | 1 | -1/+1 | |
| - added SourceVer | |||||
| 2007-05-21 | * merged http://glatzor.de/bzr/python-apt/sebi: | Michael Vogt | 1 | -4/+20 | |
| - this means that the new aptsources modules is available | |||||
| 2007-05-02 | * debian/control: added versionized dependency for python-central | Michael Vogt | 1 | -1/+1 | |
| 2007-03-01 | * debian/control: | Michael Vogt | 1 | -0/+1 | |
| - added XS-Vcs-Bzr header to make finding the repo easier | |||||
| 2007-02-27 | * debian/python-apt.install: | Michael Vogt | 1 | -2/+3 | |
| - required now because we build python-dbg too * debian/changelog: - merged matts changes * debian/control: - change maintainer | |||||
| 2007-02-26 | * merged dokos patch | Michael Vogt | 1 | -0/+12 | |
| 2007-02-22 | * apt/package.py: | Michael Vogt | 1 | -1/+1 | |
| - handle invalid unicode more gracefully (LP#86215) * rebuild against latest apt | |||||
| 2007-02-13 | * fixed crash in Mirror.has_repository | Michael Vogt | 1 | -1/+1 | |
| * fixed docstring | |||||
| 2007-02-02 | * added pycompat | Michael Vogt | 1 | -1/+1 | |
| * finalized changelog * added versionized b-d to python-central | |||||
| 2007-01-26 | merged glatzors python-apt branch that includes the new aptsource module | Michael Vogt | 1 | -3/+6 | |
| 2007-01-26 | * also install aptsources | Sebastian Heinlein | 1 | -1/+1 | |
| * switch to cdbs * add a pot file * setup the POTFILES.in | |||||
| 2007-01-19 | * make setup.py executable | Sebastian Heinlein | 1 | -1/+4 | |
| * add some information about aptsources to the package description | |||||
| 2006-09-12 | * debian/control: | Michael Vogt | 1 | -1/+1 | |
| - tightend dependency * apt/progress.py: - use os._exit() instead of sys.exit() (lp: 53298) | |||||
| 2006-08-14 | * merged the ddtp support | Michael Vogt | 1 | -2/+2 | |
| 2006-08-14 | * updated build-deps | Michael Vogt | 1 | -1/+1 | |
| 2006-07-27 | * merged with mainline | Michael Vogt | 1 | -17/+7 | |
| 2006-07-24 | * merged the NMUs from debian | Michael Vogt | 1 | -1/+1 | |
| 2006-07-03 | * prepared rebuild | Michael Vogt | 1 | -1/+1 | |
| 2006-06-26 | * merging the NMU changes | Michael Vogt | 1 | -32/+7 | |
| 2006-05-08 | * merged r192 from mainline | Michael Vogt | 1 | -3/+3 | |
| 2006-04-26 | * debian/compat: | Michael Vogt | 1 | -4/+4 | |
| - debhelper compat level set to 5 * debian/changelog: - merged the changelog from the NMU * debian/control: - merged the changes from the NMU - set standards version to 3.6.2.0 * debian/rules: - fix arch-build target * setup.py: - simplify the patch magling by using map() instead of "for i in range()" | |||||
| 2006-02-21 | * merged changes from doko, prepared new upload | Michael Vogt | 1 | -16/+1 | |
| 2005-12-07 | * make pkgAcqFile use the old interface so that we don't depend on a new apt ↵ | Michael Vogt | 1 | -1/+1 | |
| and still work with breezys apt | |||||
