public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/nagstamon/files: nagstamon-0.9.6.1-system-beautifulsoup.patch
@ 2011-05-10 12:10 Christian Ruppert (idl0r)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Ruppert (idl0r) @ 2011-05-10 12:10 UTC (permalink / raw
  To: gentoo-commits

idl0r       11/05/10 12:10:40

  Added:                nagstamon-0.9.6.1-system-beautifulsoup.patch
  Log:
  Fix BeautifulSoup import, bug 366703.
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.1                  net-analyzer/nagstamon/files/nagstamon-0.9.6.1-system-beautifulsoup.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagstamon/files/nagstamon-0.9.6.1-system-beautifulsoup.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagstamon/files/nagstamon-0.9.6.1-system-beautifulsoup.patch?rev=1.1&content-type=text/plain

Index: nagstamon-0.9.6.1-system-beautifulsoup.patch
===================================================================
--- Nagstamon/Server/Generic.py.old	2011-05-10 14:04:44.910969389 +0200
+++ Nagstamon/Server/Generic.py	2011-05-10 14:05:00.682457071 +0200
@@ -13,7 +13,9 @@ import traceback
 import base64
 import re
 
-from Nagstamon.BeautifulSoup import BeautifulSoup, BeautifulStoneSoup
+import BeautifulSoup
+import BeautifulStoneSoup
+
 from Nagstamon.Actions import HostIsFilteredOutByRE, ServiceIsFilteredOutByRE, not_empty
 from Nagstamon.Objects import *
 
@@ -916,4 +918,4 @@ class GenericServer(object):
         debug_string =  " ".join((head + ":",  str(datetime.datetime.now()), server, host, service, debug))     
         # give debug info to debug loop for thread-save log-file writing
         self.debug_queue.put(debug_string)
-        
\ No newline at end of file
+        






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/nagstamon/files: nagstamon-0.9.6.1-system-beautifulsoup.patch
@ 2011-05-15 15:04 Christian Ruppert (idl0r)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Ruppert (idl0r) @ 2011-05-15 15:04 UTC (permalink / raw
  To: gentoo-commits

idl0r       11/05/15 15:04:08

  Modified:             nagstamon-0.9.6.1-system-beautifulsoup.patch
  Log:
  Fix nagstamon-0.9.6.1-system-beautifulsoup.patch, thanks to Dawid Stawiarski <neeo@xl.wp.pl>, bug 366703.
  
  (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-analyzer/nagstamon/files/nagstamon-0.9.6.1-system-beautifulsoup.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagstamon/files/nagstamon-0.9.6.1-system-beautifulsoup.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagstamon/files/nagstamon-0.9.6.1-system-beautifulsoup.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagstamon/files/nagstamon-0.9.6.1-system-beautifulsoup.patch?r1=1.1&r2=1.2

Index: nagstamon-0.9.6.1-system-beautifulsoup.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagstamon/files/nagstamon-0.9.6.1-system-beautifulsoup.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nagstamon-0.9.6.1-system-beautifulsoup.patch	10 May 2011 12:10:40 -0000	1.1
+++ nagstamon-0.9.6.1-system-beautifulsoup.patch	15 May 2011 15:04:08 -0000	1.2
@@ -5,8 +5,8 @@
  import re
  
 -from Nagstamon.BeautifulSoup import BeautifulSoup, BeautifulStoneSoup
-+import BeautifulSoup
-+import BeautifulStoneSoup
++from BeautifulSoup import BeautifulSoup
++from BeautifulSoup import BeautifulStoneSoup
 +
  from Nagstamon.Actions import HostIsFilteredOutByRE, ServiceIsFilteredOutByRE, not_empty
  from Nagstamon.Objects import *






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/nagstamon/files: nagstamon-0.9.6.1-system-beautifulsoup.patch
@ 2011-06-02 11:19 Christian Ruppert (idl0r)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Ruppert (idl0r) @ 2011-06-02 11:19 UTC (permalink / raw
  To: gentoo-commits

idl0r       11/06/02 11:19:54

  Removed:              nagstamon-0.9.6.1-system-beautifulsoup.patch
  Log:
  Version bump to 0.9.7.1
  
  (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-02 11:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-10 12:10 [gentoo-commits] gentoo-x86 commit in net-analyzer/nagstamon/files: nagstamon-0.9.6.1-system-beautifulsoup.patch Christian Ruppert (idl0r)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-15 15:04 Christian Ruppert (idl0r)
2011-06-02 11:19 Christian Ruppert (idl0r)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox