Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency reader to v3.16 #307

Merged
merged 1 commit into from
Dec 8, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
reader (changelog) 3.15 -> 3.16 age adoption passing confidence

Release Notes

lemon24/reader (reader)

v3.16

Compare Source

Released 2024-12-08

  • Parse and store :attr:Entry.source for Atom and RSS feeds. (:issue:267)

    • Add :attr:Entry.feed_resolved_title and :attr:Feed.resolved_title properties.
    • The feed search column now indexes :attr:Entry.feed_resolved_title,
      instead of feed :attr:~Feed.user_title or :attr:~Feed.title.
    • Allow filtering entries by the entry source.
  • Add :func:reader.utils.archive_entries for
    copying entries to an "archived" feed.
    (:issue:290)

    • Add :meth:~Reader.copy_entry.
    • Allow archiving entries from the web app.
  • Fix bug causing :class:Reader operations
    from a thread other than the one that created the instance
    to happen with foreign key constraint enforcement disabled
    (e.g. deleting a feed from another thread would not delete its entries).

    This bug exists since using :class:Reader instances from other threads
    became allowed in 2.15 <Version 2.15_>_.

    Serving the web application with python -m reader serve
    is known to be affected.
    Serving it with uWSGI without threads (the default)
    should not be affected.

    .. attention::

    Your database may be in an inconsistent state because of this bug.

    It is recommended you run PRAGMA foreign_key_check_ on your database.

    If you are upgrading from a version prior to 3.16
    (i.e. were not using a pre-release version of reader),
    the migration will do so for you.
    If there are inconsistencies, you will get this error::

    StorageError: integrity error: after migrating to version 43:
      integrity error: FOREIGN KEY constraint failed
    
  • Fix :meth:~Reader.enable_search / :meth:~Reader.update_search
    not working when the search database is missing but change tracking is enabled
    (e.g. when restoring the main database from backup).
    (:issue:362)

.. _PRAGMA foreign_key_check: https://www.sqlite.org/pragma.html#pragma_foreign_key_check


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Summary by Sourcery

Build:

  • Update dependency 'reader' from version 3.15 to 3.16 in the project configuration.

@renovate renovate bot enabled auto-merge (squash) December 8, 2024 13:47
Copy link

sourcery-ai bot commented Dec 8, 2024

Reviewer's Guide by Sourcery

This is a dependency update PR that upgrades the 'reader' package from version 3.15 to 3.16. The update includes new features for Atom and RSS feed parsing, entry archiving capabilities, and important bug fixes related to database operations in multi-threaded environments.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Dependency version update in package configuration
  • Update reader package from version 3.15 to 3.16
poetry.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@renovate renovate bot merged commit 6cee822 into master Dec 8, 2024
4 checks passed
@renovate renovate bot deleted the renovate/reader-3.x-lockfile branch December 8, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants