Skip to content

1.6.1rc2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Dec 19:38
· 16 commits to main since this release

Change Log

1.6.1 (rc1 status)

  • Unit tests for online feeds.
  • Make unit test data directory configurable by environment variable.
  • Check that output- and temporary directories are not the same.
  • Unit tests for parallel execution.
  • Unit tests for intervals (using freezegun).
  • Package test runner as extra (pip install feedcache[tests]).
  • Make requests module obligatory, remove cURL code and all those awkward unit tests for that.
  • Proper class structure for main module
  • Replace str.format(...) with format strings
  • Experiment with an HTTP server for tests (e.g. pytest-httpserver) or properly
    mocking requests (e.g. requests-mock) instead of local files.
  • ...

1.6.0 (2024-11-22):

  • Add unit tests.
  • Allow file://-URLs for feeds (mainly for tests).
  • Add GitHub actions for unit tests and releasing.
  • Fix some minor bugs discovered by unit testing.
  • Use a version number higher than the feedcache from PyPi. I'm not planning to publish...

Full Changelog: 1.6.1.rc1...1.6.1rc2