Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-21 | fix py3 issue with auto .gz decompression and add test | Michael Vogt | 1 | -3/+3 | |
2015-06-10 | apt/debfile.py: Allow downgrading packages in check() with a parameter | Julian Andres Klode | 1 | -2/+3 | |
Well, we do not want to allow that in general. Closes: #613974 | |||||
2015-06-10 | apt/debfile: Stop special-casing all when looking for a package in the cache | Julian Andres Klode | 1 | -4/+0 | |
The cache supports :all since the previous commit. | |||||
2015-06-10 | apt/debfile.py: Arch-qualify in compare_to_version_in_cache() | Julian Andres Klode | 1 | -0/+9 | |
This uses the native architecture if the packages architecture is all, and the other architecture in case. We might need to consider versioned provides here, I have not looked at that yet. Closes: #750189 | |||||
2015-06-10 | apt/debfile.py: Fix a too long line | Julian Andres Klode | 1 | -1/+2 | |
Gbp-Dch: ignore | |||||
2015-06-10 | apt.debfile: Fix splitting of multi-lines Binary fields in dsc files | Julian Andres Klode | 1 | -1/+1 | |
In a multi-line field, a comma might be followed by a newline instead of a space. Closes: #751770 | |||||
2014-11-07 | apt/debfile.py: use apt_pkg.open_maybe_clear_signed_file() when opening a ↵ | Michael Vogt | 1 | -1/+2 | |
.dsc file | |||||
2014-09-03 | fix tests | Michael Vogt | 1 | -1/+1 | |
2014-09-03 | read all tags from a dsc file and improve tests | Michael Vogt | 1 | -6/+6 | |
2014-09-03 | add support for apt.debfile.DscSrcPackage.filelist | Michael Vogt | 1 | -3/+12 | |
2014-09-02 | Stop reading after the "Format" stanza in a .dsc file | Michael Vogt | 1 | -0/+3 | |
This makes the tagfile parser skip the last gpg signature part that also contains a "Version:" line. | |||||
2014-06-30 | make pep8 happy (again) | Michael Vogt | 1 | -10/+10 | |
2014-01-06 | Use a single code base for Python 2 and 3 | Julian Andres Klode | 1 | -2/+2 | |
This is much better than running 2to3 during the build, as it gives us more control over the Python 3 code. | |||||
2014-01-06 | Use print_function everywhere | Julian Andres Klode | 1 | -13/+15 | |
This brings the code closer to Python 3. Automatically converted using 2to3 -f print. | |||||
2014-01-05 | make test_pep8.py pass | Michael Vogt | 1 | -56/+92 | |
2014-01-05 | make pyflakes clean | Michael Vogt | 1 | -0/+1 | |
2013-10-21 | apt/debfile.py: Pass strip_multi_arch=False to parse_depends. | Julian Andres Klode | 1 | -6/+8 | |
Patch by Michael, tests derived from the ones provided by the reporter. I included the test debs without the source package, as for our use case, all needed "source code" is included in the package itself anyway. Reported-By: Francois Gouget <fgouget@free.fr> Closes: #717859 Closes: #717861 | |||||
2013-06-06 | add support for "key in apt.debfile.DebPackage" (closes: #710541) | Michael Vogt | 1 | -0/+3 | |
2012-10-01 | fix crash when a pkgname has no candidate | Michael Vogt | 1 | -0/+1 | |
2012-01-31 | apt/debfile.py: kill _supported_data_members its actually not used anymore ↵ | Michael Vogt | 1 | -7/+0 | |
and instead done dynamically in arfile.cc using the APT::Configuration::getCompressionTypes() call (yeah!) | |||||
2012-01-31 | * apt/debfile.py: | Michael Vogt | 1 | -17/+20 | |
- use apt_inst for reading the control_filelist * debian/control: - remove no longer needed dependency on python-debian | |||||
2011-12-19 | pyflakes cleanup, use apt_pkg.gettext in aptsources too | Michael Vogt | 1 | -10/+2 | |
2011-12-19 | * apt/debfile.py: | Michael Vogt | 1 | -1/+2 | |
- fix crash in dep multiarch handling | |||||
2011-12-08 | * lp:~mvo/python-apt/debfile-multiarch: | Michael Vogt | 1 | -5/+51 | |
- add multiarch support to the debfile.py code | |||||
2011-12-08 | handle architecture-specific conflicts correctly (LP: #829138) | Michael Vogt | 1 | -1/+2 | |
2011-12-01 | merged from lp:~mvo/apt/mvo | Michael Vogt | 1 | -5/+14 | |
2011-12-01 | apt/debfile.py: add py3 compat for to_strish() | Michael Vogt | 1 | -12/+14 | |
2011-12-01 | fix debfile binary test for py3 | Michael Vogt | 1 | -2/+9 | |
2011-11-22 | cleanup | Michael Vogt | 1 | -2/+2 | |
2011-11-22 | cleanup based on feedback from juliank | Michael Vogt | 1 | -6/+13 | |
2011-10-21 | apt/debfile.py: really check against architecture | Michael Vogt | 1 | -1/+1 | |
2011-10-21 | make the tests pass | Michael Vogt | 1 | -7/+29 | |
2011-10-21 | first cut of multiarch support, tests still fail though | Michael Vogt | 1 | -5/+29 | |
2011-10-19 | apt/debfile.py: Remove the need to explcitly call check() in order | Michael Vogt | 1 | -1/+3 | |
to get output from require_changes and missing_deps (closes: #624379) | |||||
2011-04-06 | all: Fix all instances of ResourceWarning about unclosed files | Julian Andres Klode | 1 | -1/+1 | |
2011-03-21 | * python/arfile.cc, apt/debfile.py: | Michael Vogt | 1 | -1/+2 | |
- add support for .xz archives * tests/test_debfile.py: - add test for xz compression | |||||
2011-01-10 | merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr ↵ | Michael Vogt | 1 | -2/+2 | |
thinks the branches have nothing in common) | |||||
2010-12-21 | * apt/debfile.py, tests/test_debfile.py: | Michael Vogt | 1 | -0/+2 | |
- strip "./" from _get_content and add tests, this fixes a control file extraction bug in gdebi | |||||
2010-11-10 | * apt/debfile.py: | Julian Andres Klode | 1 | -15/+7 | |
- Replace (undocumented) use of python-debian debfile.DebFile API with the equivalent apt_inst.DebFile API (Closes: #603043) | |||||
2010-09-08 | * apt/debfile.py: | Michael Vogt | 1 | -1/+0 | |
- remove bogus comment * python/tag.cc: - allow "bytes" type in TagSecNew (for python3) | |||||
2010-09-07 | cherry pick from debian-sid | Michael Vogt | 1 | -0/+1 | |
2010-09-07 | merged from lp:~kiwinote/python-apt/reinstall-same-file | Michael Vogt | 1 | -1/+2 | |
2010-09-02 | merged patch from Samuel Lidén Borell to fix crash if there utf8 | Michael Vogt | 1 | -1/+1 | |
in the control file (LP: #624290) and add test | |||||
2010-08-31 | * apt/debfile.py: | Michael Vogt | 1 | -2/+2 | |
- fix error when reading binary content and add regresion test | |||||
2010-08-05 | merged from debian-sid, fix crash in Dsc file handling | Michael Vogt | 1 | -0/+1 | |
2010-08-05 | * apt/debfile.py: | Michael Vogt | 1 | -0/+1 | |
- fix crash in DscFile handling and add regression test | |||||
2010-07-30 | apt/debfile.py: improve logging | Michael Vogt | 1 | -1/+3 | |
2010-07-12 | * tests/test_debfile.py: | Michael Vogt | 1 | -1/+1 | |
- properly setup fixture data to make debfile test pass (closes: #588796) | |||||
2010-07-12 | tests/test_debfile.py: add fixture dpkg-status file to make tests work | Michael Vogt | 1 | -1/+1 | |
2010-07-06 | fix py3 compatibility | Michael Vogt | 1 | -1/+2 | |