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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump psycopg from 3.0.9 to 3.0.10 #45

Merged
merged 2 commits into from
Mar 17, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2022

Bumps psycopg from 3.0.9 to 3.0.10.

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Current release

Psycopg 3.1 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^

  • Add :ref:Two-Phase Commit <two-phase-commit> support (:ticket:[#72](https://github.com/psycopg/psycopg/issues/72)).
  • Return results from all queries run through ~Cursor.executemany(); each result set can be accessed by calling ~Cursor.nextset() (:ticket:[#164](https://github.com/psycopg/psycopg/issues/164)).
  • Add pq.PGconn.trace() and related trace functions (:ticket:[#167](https://github.com/psycopg/psycopg/issues/167)).
  • Add prepare_threshold parameter to Connection init (:ticket:[#200](https://github.com/psycopg/psycopg/issues/200)).
  • Drop support for Python 3.6.

Psycopg 3.0.10 ^^^^^^^^^^^^^^

  • Leave the connection in working state after interrupting a query with Ctrl-C (currently only for sync connections, 馃帿[#231](https://github.com/psycopg/psycopg/issues/231)).
  • Fix Cursor.description after a COPY ... TO STDOUT operation (:ticket:[#235](https://github.com/psycopg/psycopg/issues/235)).
  • Fix building on FreeBSD and likely other BSD flavours (:ticket:[#241](https://github.com/psycopg/psycopg/issues/241)).

Psycopg 3.0.9 ^^^^^^^^^^^^^

  • Set Error.sqlstate when an unknown code is received (:ticket:[#225](https://github.com/psycopg/psycopg/issues/225)).
  • Add the !tzdata package as a dependency on Windows in order to handle time zones (:ticket:[#223](https://github.com/psycopg/psycopg/issues/223)).

Psycopg 3.0.8 ^^^^^^^^^^^^^

  • Decode connection errors in the client_encoding specified in the connection string, if available (:ticket:[#194](https://github.com/psycopg/psycopg/issues/194)).
  • Fix possible warnings in objects deletion on interpreter shutdown (:ticket:[#198](https://github.com/psycopg/psycopg/issues/198)).
  • Don't leave connections in ACTIVE state in case of error during COPY ... TO STDOUT (:ticket:[#203](https://github.com/psycopg/psycopg/issues/203)).

... (truncated)

Commits
  • ebca22d fix(c): fix portable endian aliases on different BSD flavours
  • f0fc9c5 chore: bump version number to 3.0.10
  • ed6bea3 fix: don't raise error accessing Cursor.description after COPY_OUT
  • c35334c Merge branch 'fix-231' into maint-3.0
  • 937b6b6 test(win32): skip Ctrl-C test on Windows
  • 0269012 fix: Cancel query on Ctrl-C
  • a73afd2 chore: bump to next dev release
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 14, 2022
@coveralls
Copy link

coveralls commented Mar 14, 2022

Pull Request Test Coverage Report for Build 1999748358

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 76.965%

Totals Coverage Status
Change from base Build 1999739722: 0.0%
Covered Lines: 218
Relevant Lines: 265

馃挍 - Coveralls

@jsf9k jsf9k self-assigned this Mar 14, 2022
@jsf9k
Copy link
Member

jsf9k commented Mar 17, 2022

@dependabot recreate

Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.0.9 to 3.0.10.
- [Release notes](https://github.com/psycopg/psycopg/releases)
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.0.9...3.0.10)

---
updated-dependencies:
- dependency-name: psycopg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/psycopg-3.0.10 branch from 706c1c7 to 6490ba3 Compare March 17, 2022 17:03
@jsf9k jsf9k merged commit 9d3edcb into develop Mar 17, 2022
@jsf9k jsf9k deleted the dependabot/pip/psycopg-3.0.10 branch March 17, 2022 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants