[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#733489: [PATCH] apt/package.py: Replaced pre_depend with rawtype in BaseDependency.__repr__ as rawtype gives more information including the information from pre_depend.



Hi Michael,

thanks for the patch. Unfortunately, I cannot apply it without
further work.

On Sat, Jun 27, 2015 at 12:39:49PM +0200, Michael Schaller wrote:
> ---
>  apt/package.py   | 4 ++--
>  debian/changelog | 6 ++++++
>  2 files changed, 8 insertions(+), 2 deletions(-)

Could you please include the entire patch? I can't merge that with
git am otherwise. You somehow only put the diff into the patch file
attachment, and moved the subject into the emails subject and the
stat into the first part of the email.

Also, please format your commit messages to have a short summary
(about 70 characters) followed by a longer paragraph.

>  class Dependency(list):
> diff --git a/debian/changelog b/debian/changelog
> index 2dc57e6..e14d29b 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,5 +1,6 @@
>  python-apt (1.0.0~beta3) unstable; urgency=medium
>  
> +  [ Julian Andres Klode ]
>    * tests/test_paths.py: Catch and assert the DeprecationWarning
>    * setup.py: If no version is in the environment, return None
>    * doc/source/library/apt_pkg.rst: Fix an example from old API to new API
> @@ -9,6 +10,11 @@ python-apt (1.0.0~beta3) unstable; urgency=medium
>    * apt.Cache: Issue a RuntimeWarning in connect()
>    * doc: whatsnew: Document what's new in beta3
>  
> +  [ Michael Schaller ]
> +  * apt/package.py: Replaced pre_depend with rawtype in BaseDependency.__repr__
> +    as rawtype gives more information including the information from
> +    pre_depend.
> +
>   -- Julian Andres Klode <jak@debian.org>  Wed, 17 Jun 2015 18:28:44 +0200
>  
>  python-apt (1.0.0~beta2) unstable; urgency=low

Please do not include changelog modifications. The changelog is
auto-generated from git commits.


-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.

Be friendly, do not top-post, and follow RFC 1855 "Netiquette".
    - If you don't I might ignore you.


Reply to: