Skip to content
  1. Jun 05, 2020
  2. Jun 03, 2020
  3. May 08, 2020
  4. Apr 29, 2020
  5. Apr 27, 2020
  6. Apr 22, 2020
  7. Apr 08, 2020
  8. Mar 18, 2020
  9. Mar 15, 2020
  10. Mar 05, 2020
  11. Feb 12, 2020
  12. Jan 25, 2020
  13. Jan 08, 2020
  14. Dec 15, 2019
    • hydrargyrum's avatar
      weboob.applications: remove qt apps · 85e4d4e5
      hydrargyrum authored
      85e4d4e5
    • hydrargyrum's avatar
      core: make some __init__.py namespaceable for qt for splitting repository · 564ff4a5
      hydrargyrum authored
      In setuptools, it's not possible to have an optional dependency
      triggering what files are installed and how to build certain files, we
      have to make 2 setup.py.
      Unfortunately, having 2 setup.py files does possible in one repository.
      So, we have to split the repository in 2.
      After this point, the repository will fork. One repository will take only
      qt stuff, and the other repository will contain browser framework, cli apps
      and modules.
      
      Qt apps are under the weboob.applications package though.
      To have 2 pip packages shipping files in the same root
      package (weboob.*), the package must be namespaced. This can be achieved
      by tweaking all ancestor __init__.py files.
      564ff4a5
    • hydrargyrum's avatar
      move scripts/weboob to a dedicated dir in weboob/applications · b90eed02
      hydrargyrum authored
      This will allow setup.py to avoid the scripts dir and use entry-points
      b90eed02
  15. Dec 05, 2019
    • Célande Adrien's avatar
      [applications/boobank] keep Value for TransferStep and AddRecipientStep · e3ad8325
      Célande Adrien authored and hydrargyrum's avatar hydrargyrum committed
      When I needed to use a `ValueBool` when using a `TransferStep`,
      I realized that answering 'yes' to the question reacted as planned
      but answering 'no' made no change.
      No `False` was returned because the `Value` was not kept as a parameter of the
      interrupted method.
      
      I don't know why it was made this way (the commit message does not tell
      much).
      But now, the `Value` is kept no matter its value.
      e3ad8325
  16. Aug 25, 2019
    • hydrargyrum's avatar
      weboob.applications.boobank: declare utf-8 in OFX formatter · 11a0b615
      hydrargyrum authored
      USASCII was plain wrong since we used Unicode codepoints without
      restricting them to ASCII set.
      
      UTF-8 might not be always right, because at this stage we're
      manipulating strings, not bytes, and we don't really know what low-level
      encoding is set for (for example) stdout.
      
      UTF-8 is the most likely encoding though, and can't be worse than
      USASCII.
      
      Closes: #294
      11a0b615
  17. May 22, 2019
  18. Apr 10, 2019
    • hydrargyrum's avatar
      weboob-repos: port to python3 · ad3924e5
      hydrargyrum authored
      tarfile.add doesn't take anymore 'exclude' keyword anymore but 'filter'
      can do the same in both py2 and py3.
      Also, subprocess returns bytes.
      ad3924e5
  19. Apr 06, 2019
  20. Feb 27, 2019
  21. Feb 25, 2019