Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-SQLAlchemy: update to 1.4.3.
@ 2021-03-27 18:22 m3tav3rse
  2021-03-27 18:35 ` [PR PATCH] [Updated] " m3tav3rse
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: m3tav3rse @ 2021-03-27 18:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/m3tav3rse/void-packages SQLAlchemy
https://github.com/void-linux/void-packages/pull/29786

python-SQLAlchemy: update to 1.4.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

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

From 5389e98ea6633b10ed274626ec24c0e667096115 Mon Sep 17 00:00:00 2001
From: m3tav3rse <mtvrs@tuta.io>
Date: Fri, 26 Mar 2021 21:58:56 +0100
Subject: [PATCH] python-SQLAlchemy: update to 1.4.3.

---
 srcpkgs/python-SQLAlchemy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index b4ff86c2762c..044cc7a9d3f0 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
-version=1.3.18
-revision=2
+version=1.4.3
+revision=1
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://www.sqlalchemy.org"
 distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
-checksum=da2fb75f64792c1fc64c82313a00c728a7c301efe6a60b7a9fe35b16b4368ce7
+checksum=a719b80b41a900bbcec3cc248616394ebd134043ce5e62185270d785d8a184d3
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python-SQLAlchemy: update to 1.4.3.
  2021-03-27 18:22 [PR PATCH] python-SQLAlchemy: update to 1.4.3 m3tav3rse
@ 2021-03-27 18:35 ` m3tav3rse
  2021-03-28  4:34 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: m3tav3rse @ 2021-03-27 18:35 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by m3tav3rse against master on the void-packages repository

https://github.com/m3tav3rse/void-packages SQLAlchemy
https://github.com/void-linux/void-packages/pull/29786

python-SQLAlchemy: update to 1.4.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

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

From b48e09ff391368a706a7f3885bccc3f584d9f97b Mon Sep 17 00:00:00 2001
From: m3tav3rse <mtvrs@tuta.io>
Date: Fri, 26 Mar 2021 21:58:56 +0100
Subject: [PATCH] python-SQLAlchemy: update to 1.4.3.

---
 srcpkgs/python-SQLAlchemy/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index b4ff86c2762c..42b7c3c1eeff 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,24 +1,28 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
-version=1.3.18
-revision=2
+version=1.4.3
+revision=1
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 makedepends="python-devel python3-devel"
 checkdepends="python3-mock python3-pytest
- python-mock python-pytest"
+ python-mock python-pytest tox"
 short_desc="SQL Toolkit and Object Relational Mapper for Python2"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://www.sqlalchemy.org"
 distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
-checksum=da2fb75f64792c1fc64c82313a00c728a7c301efe6a60b7a9fe35b16b4368ce7
+checksum=a719b80b41a900bbcec3cc248616394ebd134043ce5e62185270d785d8a184d3
 
 post_install() {
 	vlicense LICENSE
 }
 
+do_check() {
+	tox
+}
+
 python3-SQLAlchemy_package() {
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

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

* Re: python-SQLAlchemy: update to 1.4.3.
  2021-03-27 18:22 [PR PATCH] python-SQLAlchemy: update to 1.4.3 m3tav3rse
  2021-03-27 18:35 ` [PR PATCH] [Updated] " m3tav3rse
@ 2021-03-28  4:34 ` ericonr
  2021-06-08  3:19 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-03-28  4:34 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29786#issuecomment-808843157

Comment:
This stuff looks complicated, it might be nice to test some packages that depend on it before merging.

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

* Re: python-SQLAlchemy: update to 1.4.3.
  2021-03-27 18:22 [PR PATCH] python-SQLAlchemy: update to 1.4.3 m3tav3rse
  2021-03-27 18:35 ` [PR PATCH] [Updated] " m3tav3rse
  2021-03-28  4:34 ` ericonr
@ 2021-06-08  3:19 ` ericonr
  2022-05-15  2:13 ` github-actions
  2022-05-29  2:13 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-06-08  3:19 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29786#issuecomment-856406987

Comment:
@pfpulux @m3tav3rse what's the conclusion here?

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

* Re: python-SQLAlchemy: update to 1.4.3.
  2021-03-27 18:22 [PR PATCH] python-SQLAlchemy: update to 1.4.3 m3tav3rse
                   ` (2 preceding siblings ...)
  2021-06-08  3:19 ` ericonr
@ 2022-05-15  2:13 ` github-actions
  2022-05-29  2:13 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-15  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/29786#issuecomment-1126843760

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: python-SQLAlchemy: update to 1.4.3.
  2021-03-27 18:22 [PR PATCH] python-SQLAlchemy: update to 1.4.3 m3tav3rse
                   ` (3 preceding siblings ...)
  2022-05-15  2:13 ` github-actions
@ 2022-05-29  2:13 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-29  2:13 UTC (permalink / raw)
  To: ml

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

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

python-SQLAlchemy: update to 1.4.3.
https://github.com/void-linux/void-packages/pull/29786

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

end of thread, other threads:[~2022-05-29  2:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-27 18:22 [PR PATCH] python-SQLAlchemy: update to 1.4.3 m3tav3rse
2021-03-27 18:35 ` [PR PATCH] [Updated] " m3tav3rse
2021-03-28  4:34 ` ericonr
2021-06-08  3:19 ` ericonr
2022-05-15  2:13 ` github-actions
2022-05-29  2:13 ` [PR PATCH] [Closed]: " github-actions

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).