Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-psycopg2: update to 2.9.3.
@ 2022-02-22 19:50 TinfoilSubmarine
  2022-02-22 20:05 ` TinfoilSubmarine
  2022-02-28 23:06 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2022-02-22 19:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1372 bytes --]

There is a new pull request by TinfoilSubmarine against master on the void-packages repository

https://github.com/TinfoilSubmarine/void-packages python3-psycopg2
https://github.com/void-linux/void-packages/pull/35791

python3-psycopg2: update to 2.9.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (tested with synapse)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
Needs to be tested with:

- [ ] pgcli
- [ ] python3-pgmigrate
- [ ] python3-pgspecial
- [x] synapse

A patch file from https://github.com/void-linux/void-packages/pull/35791.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-psycopg2-35791.patch --]
[-- Type: text/x-diff, Size: 1352 bytes --]

From 1d87f5c3b1135ee25739be1ba08b3125e7fb133d Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 22 Feb 2022 14:49:49 -0500
Subject: [PATCH] python3-psycopg2: update to 2.9.3.

---
 srcpkgs/python3-psycopg2/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index f43ba7546417..6e7d7ad9cb9d 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
-version=2.8.3
-revision=6
+version=2.9.3
+revision=1
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config
@@ -12,6 +12,8 @@ depends="python3"
 short_desc="PostgreSQL adapter for Python32"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="LGPL-3.0-or-later"
-homepage="http://initd.org/psycopg"
+homepage="https://www.psycopg.org"
+changelog="https://raw.githubusercontent.com/psycopg/psycopg2/master/NEWS"
 distfiles="${PYPI_SITE}/p/psycopg2/psycopg2-${version}.tar.gz"
-checksum=897a6e838319b4bf648a574afb6cabcb17d0488f8c7195100d48d872419f4457
+checksum=8e841d1bf3434da985cc5ef13e6f75c8981ced601fd70cc6bf33351b91562981
+make_check=no # requires running postgres server on system

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: python3-psycopg2: update to 2.9.3.
  2022-02-22 19:50 [PR PATCH] python3-psycopg2: update to 2.9.3 TinfoilSubmarine
@ 2022-02-22 20:05 ` TinfoilSubmarine
  2022-02-28 23:06 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2022-02-22 20:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/35791#issuecomment-1048167081

Comment:
Everything looks good here; tested with all dependent packages.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: python3-psycopg2: update to 2.9.3.
  2022-02-22 19:50 [PR PATCH] python3-psycopg2: update to 2.9.3 TinfoilSubmarine
  2022-02-22 20:05 ` TinfoilSubmarine
@ 2022-02-28 23:06 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-02-28 23:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1194 bytes --]

There's a merged pull request on the void-packages repository

python3-psycopg2: update to 2.9.3.
https://github.com/void-linux/void-packages/pull/35791

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (tested with synapse)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
Needs to be tested with:

- [x] pgcli
- [x] python3-pgmigrate
- [x] python3-pgspecial
- [x] synapse

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-28 23:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22 19:50 [PR PATCH] python3-psycopg2: update to 2.9.3 TinfoilSubmarine
2022-02-22 20:05 ` TinfoilSubmarine
2022-02-28 23:06 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).