[Bug 134690] Re: Bug.Reporter() is broken since last LP upgrade

2007-09-04 Thread Markus Korn
fixed in py-lp-bugs 0.2.2

** Changed in: python-launchpad-bugs (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Bug.Reporter() is broken since last LP upgrade
https://bugs.launchpad.net/bugs/134690
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 134690] Re: Bug.Reporter() is broken since last LP upgrade

2007-08-29 Thread Markus Korn
** Changed in: python-launchpad-bugs (Ubuntu)
   Status: In Progress => Fix Committed

-- 
Bug.Reporter() is broken since last LP upgrade
https://bugs.launchpad.net/bugs/134690
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 134690] Re: Bug.Reporter() is broken since last LP upgrade

2007-08-29 Thread Hilario J. Montoliu \(hjmf\)
Thank you Markus, commited:


revno: 38
committer: H. Montoliu <[EMAIL PROTECTED]>
branch nick: main.real
timestamp: Wed 2007-08-29 18:02:05 +0200
message:
  fixes LP bug #134514 (Fix to Bug.set_status() due to LP 1.1.8 update)
  fixes LP bug #134690 (Bug.Reporter() is broken since last LP upgrade)


-- 
Bug.Reporter() is broken since last LP upgrade
https://bugs.launchpad.net/bugs/134690
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 134690] Re: Bug.Reporter() is broken since last LP upgrade

2007-08-29 Thread Markus Korn
Hi  Hilario,
works for me, thank you for this patch. Feel free to commit this to .main.

Markus

** Changed in: python-launchpad-bugs (Ubuntu)
   Status: New => In Progress

-- 
Bug.Reporter() is broken since last LP upgrade
https://bugs.launchpad.net/bugs/134690
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 134690] Re: Bug.Reporter() is broken since last LP upgrade

2007-08-25 Thread Hilario J. Montoliu \(hjmf\)
** Description changed:

  Binary package hint: python-launchpad-bugs
  
  HTMLOperations.py's Bug.Reporter() seems to be broken since last LP
  upgrade:
  
  ...
- [EMAIL PROTECTED]:~$ python << EOF> from launchpadBugs.HTMLOperations import 
Bug
+ [EMAIL PROTECTED]:~$ python << EOF
+ > from launchpadBugs.HTMLOperations import Bug
  > bug = Bug(134514, "$COOKIEFILE")
  > bug.Reporter()
  > EOF
  Traceback (most recent call last):
File "", line 3, in 
File 
"/home/hjmf/ubuntu_bzr/python-launchpad-bugs/main/launchpadBugs/HTMLOperations.py",
 line 567, in Reporter
  assert m
  AssertionError
  ...

-- 
Bug.Reporter() is broken since last LP upgrade
https://bugs.launchpad.net/bugs/134690
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 134690] Re: Bug.Reporter() is broken since last LP upgrade

2007-08-25 Thread Hilario J. Montoliu \(hjmf\)
s/module/method :-P

-- 
Bug.Reporter() is broken since last LP upgrade
https://bugs.launchpad.net/bugs/134690
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 134690] Re: Bug.Reporter() is broken since last LP upgrade

2007-08-25 Thread Hilario J. Montoliu \(hjmf\)
This patch should fix it. I've tried to keep the original syntax as much
as possible, but maybe a full rewritten of this module would be
interesting.

[EMAIL PROTECTED]:~$  python << EOF
> from launchpadBugs.HTMLOperations import Bug
> bug = Bug(134690,  "$COOKIEFILE")
> print bug.reporter
> EOF
('hmontoliu', '2007-08-25 10:43:05 UTC', 'Hilario J. Montoliu (hjmf)')


** Attachment added: "HTMLOperations.patch"
   http://launchpadlibrarian.net/8981179/HTMLOperations.diff

-- 
Bug.Reporter() is broken since last LP upgrade
https://bugs.launchpad.net/bugs/134690
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs