Skip to content
  1. Dec 29, 2018
    • Laurent Bachelier's avatar
      setup: Allow providing arguments in the environment · 896de792
      Laurent Bachelier authored and Romain Bignon's avatar Romain Bignon committed
      Since there is no way to provide build options,
      (the [] syntax seem to only work for dependencies)
      we use the environment variable WEBOOB_SETUP to allow people
      installing weboob from various tools to pass the options.
      
      This isn't a good solution, but it's better than nothing.
      896de792
  2. Sep 16, 2018
    • hydrargyrum's avatar
      weboob.capabilities: replace stdlib enum with custom enums · 6cbfb7e1
      hydrargyrum authored
      Python's enums are not extensible, values can't be added and they can't
      be subclassed. This is problematic if weboob devel adds new values,
      because stable weboob will not be able to use them. They would need to
      be replaced by a default value or None, which loses information.
      
      Instead, implement custom enums that contain plain constants and support
      adding values aftewards.
      6cbfb7e1
  3. Jun 16, 2018
  4. Apr 16, 2018
  5. Mar 18, 2018
  6. Oct 09, 2017
  7. Sep 20, 2017
  8. Aug 30, 2017
  9. Jun 19, 2017
  10. Apr 01, 2017
  11. Jan 28, 2017
  12. Jan 11, 2017
  13. Jan 08, 2017
  14. Dec 29, 2016
  15. Oct 25, 2016
  16. Oct 01, 2016
  17. Mar 31, 2016
  18. Mar 26, 2016
  19. Feb 13, 2016
  20. Feb 11, 2016
  21. Oct 17, 2014
  22. Sep 17, 2014
  23. Sep 03, 2014
  24. Aug 19, 2014
  25. Jul 05, 2014
  26. May 19, 2014
  27. Mar 10, 2014
  28. Jan 08, 2014
  29. Jan 01, 2014
  30. Oct 08, 2013
  31. Aug 18, 2013
  32. Aug 03, 2013
  33. Jul 27, 2013