1. 01 Jan, 2023 1 commit
  2. 31 Dec, 2022 2 commits
  3. 21 Dec, 2022 1 commit
  4. 18 Dec, 2022 6 commits
  5. 17 Dec, 2022 1 commit
  6. 12 Dec, 2022 1 commit
  7. 11 Dec, 2022 2 commits
  8. 10 Dec, 2022 1 commit
  9. 09 Dec, 2022 2 commits
  10. 07 Dec, 2022 1 commit
  11. 05 Dec, 2022 1 commit
  12. 01 Dec, 2022 5 commits
  13. 22 Nov, 2022 5 commits
  14. 16 Nov, 2022 3 commits
  15. 15 Nov, 2022 5 commits
  16. 13 Nov, 2022 1 commit
  17. 11 Nov, 2022 2 commits
    • Bump `xattr` version to `0.10.0`. (#7005) · 28b0b1dc
      # Pull Request Check List
      
      Resolves: #6928 
      
      <!-- This is just a reminder about the most common mistakes. Please make
      sure that you tick all *appropriate* boxes. But please read our
      [contribution guide](https://python-poetry.org/docs/contributing/) at
      least once, it will save you unnecessary review cycles! -->
      
      - [ ] Added **tests** for changed code.
      - [ ] Updated **documentation** for changed code.
      
      <!-- If you have *any* questions to *any* of the points above, just
      **submit and ask**! This checklist is here to *help* you, not to deter
      you from contributing! -->
      
      Bump `xattr` version to `0.10.0`.
      
      This fixes #6891, which is not a problem with the user's environment as
      suggested by the maintainer of xattr at xattr/xattr#108, but in fact the
      problem of the package which was fixed by xattr/xattr#106.
      
      Looking at the [changes in the version
      bump](https://github.com/xattr/xattr/compare/v0.9.9...v0.10.0), there
      does not seem to be any significant changes other than shabang
      xattr/xattr#106.
      
      Co-authored-by: Moonsik Park <moonsik.park@estsoft.com>
      Co-authored-by: Bartosz Sokorski <b.sokorski@gmail.com>
      Moonsik Park committed